|
[Date Index]
[Thread Index]
[Author Index]
Re: Export Data from Mathematica to Excel
- To: mathgroup at smc.vnet.net
- Subject: [mg128448] Re: Export Data from Mathematica to Excel
- From: Joug Raw <jougraw at gmail.com>
- Date: Sat, 20 Oct 2012 00:33:25 -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>
Sorry, Export as .xlsx
On Fri, Oct 19, 2012 at 1:03 PM, Joug Raw <jougraw at gmail.com> wrote:
> 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 at 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?
>>
>>
>
Prev by Date:
Re: Export Data from Mathematica to Excel
Next by Date:
Re: Export Data from Mathematica to Excel
Previous by thread:
Re: Export Data from Mathematica to Excel
Next by thread:
Re: Export Data from Mathematica to Excel
|