MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Re: export data to spreadsheet

  • To: mathgroup at smc.vnet.net
  • Subject: [mg79288] Re: Re: export data to spreadsheet
  • From: "Steven Shippee" <droukas at comcast.net>
  • Date: Mon, 23 Jul 2007 03:49:21 -0400 (EDT)
  • References: <f7v54b$t9b$1@smc.vnet.net>

How much more involved would it be to get column headings for this output or 
export?

Thanks in advance,

Steven Shippee
slshippee at comcast.net


"Bob Hanlon" <hanlonr at cox.net> wrote in message 
news:f7v54b$t9b$1 at smc.vnet.net...
> data = Table[{x, Sin[x], Cos[x], Tan[x]}, {x, 0, 2 Pi, Pi/16}] // N;
>
> Export["test.xls", data, "XLS"];
>
>
> Bob Hanlon
>
> ---- Martin Channon <mgcqso at comcast.net> wrote:
>> Greetings folks, this is my first time here. I don't use Mathematica
>> very often, so I don't know the it very well, and I'm stumped on
>> something that is probably pretty basic. Can anyone tell me how to
>> export table data to a spreadsheet? Thanks.
>>
>>
>
> 




  • Prev by Date: [HELP - confirmation requested] truncated File -> Save As -> HTML conversion problem
  • Next by Date: Re: graphing traces of complicated evaluations (improved)
  • Previous by thread: Re: export data to spreadsheet
  • Next by thread: Re: Re: Re: export data to spreadsheet