|
[Date Index]
[Thread Index]
[Author Index]
Re: Export Data from Mathematica to Excel
- To: mathgroup at smc.vnet.net
- Subject: [mg128444] Re: Export Data from Mathematica to Excel
- From: "Benedetto Bongiorno" <bongiob at sbcglobal.net>
- Date: Sat, 20 Oct 2012 00:32:05 -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> <20121019064324.109BD68EA@smc.vnet.net>
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 at googlemail.com [mailto:minscheung at googlemail.com]
Sent: Friday, October 19, 2012 1:43 AM
To: mathgroup at smc.vnet.net
Subject: [mg128444] 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?
Prev by Date:
Re: Filling between lines in ListPlot not working
Next by Date:
Re: Filling between lines in ListPlot not working
Previous by thread:
Re: Export Data from Mathematica to Excel
Next by thread:
Re: Export Data from Mathematica to Excel
|