Re: Export Data from Mathematica to Excel
- To: mathgroup at smc.vnet.net
- Subject: [mg128449] Re: Export Data from Mathematica to Excel
- From: Peter Klamser <klamser at googlemail.com>
- Date: Sat, 20 Oct 2012 00:33:45 -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>
Export["mfile_ms.xls", FinancialData["MS", "Jan. 1, 2007]]??? 2012/10/19 <minscheung at 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? > >