|
|
Re: Export Data from Mathematica to Excel
Posted:
Oct 20, 2012 1:55 PM
|
|
Mathematica and Excel data interchange is and continues to be a hit and miss issue.
I have reported it to Wolfram and "it is being worked on"
-----Original Message----- From: minscheung@googlemail.com [mailto:minscheung@googlemail.com] Sent: Friday, October 19, 2012 1:43 AM Subject: Re: Export Data from Mathematica to Excel
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?
|
|