|
|
Re: Export Data from Mathematica to Excel
Posted:
Oct 20, 2012 1:56 PM
|
|
Export["mfile_ms.xls", FinancialData["MS", "Jan. 1, 2007]]???
2012/10/19 <minscheung@googlemail.com>
> 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? > >
|
|