Re: Export Mathematica->Excel [specific sheet]
- To: mathgroup at smc.vnet.net
- Subject: [mg99275] Re: [mg99219] Export Mathematica->Excel [specific sheet]
- From: "Scot T. Martin" <smartin at seas.harvard.edu>
- Date: Fri, 1 May 2009 05:25:24 -0400 (EDT)
- References: <200904301022.GAA02446@smc.vnet.net>
As far as I know, this kind of specific flexibility does not exist.
Instead, you have to embed your entries within a list:
data={{},{{},{B2,C2},{B3,C3}}}
This list should save as two sheets, with the entries you want in the
second sheet.
On Thu, 30 Apr 2009, soskha at gmail.com wrote:
> Hi,
> Does anybody know how to set the location for the data when exporting
> (for example) a 2x2 data matrix from Mathematica to Excel? - say I
> want the matrix to cover cells B2:C3 in "Sheet2"...
> I've been looking around on the internet for a solution, but I can't
> seem to find anything.
>
>