|
|
Re: Export Data from Mathematica to Excel
Posted:
Oct 19, 2012 2:49 AM
|
|
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?
|
|