MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Export Data from Mathematica to Excel

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128437] Re: Export Data from Mathematica to Excel
  • From: minscheung at googlemail.com
  • Date: Fri, 19 Oct 2012 02:43:24 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <fq3amk$fu4$1@smc.vnet.net>

Hi,  What about exporting financial data to excel?

say

MS=DateListPlot[FinancialData["MS", "Jan. 1, 2007]]

I get this plot of Morgan Stanley daily price over the last 5 years.

But exporting it using the following fails:


Export["mfile_ms.xls", MS]

it returns 

Failed  

Export::fmterr : Invalid XLS format.


Anyone?



  • Prev by Date: Re: Mathematica code for Kepler's radial velocity equation?
  • Next by Date: Re: Front end - Error when saving file
  • Previous by thread: Re: How to make fitting code using NDSolve?
  • Next by thread: Re: Export Data from Mathematica to Excel