Dr.J
Posts:
14
Registered:
5/30/12
|
|
Re: Export Data from Mathematica to Excel
Posted:
Oct 20, 2012 3:22 AM
|
|
Not sure if you want the plot or the data. If you want the plot try to export it with .gif .png .jpg and so on. If you want the data try to save as .xlsx file.
JR
On Fri, Oct 19, 2012 at 8:43 AM, <minscheung@googlemail.com> wrote:
> 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? > >
|
|