Re: export data to spreadsheet
- To: mathgroup at smc.vnet.net
- Subject: [mg79308] Re: export data to spreadsheet
- From: Bill Rowe <readnewsciv at sbcglobal.net>
- Date: Tue, 24 Jul 2007 06:04:38 -0400 (EDT)
On 7/23/07 at 3:49 AM, droukas at comcast.net (Steven Shippee) wrote:
>How much more involved would it be to get column headings for this
>output or export?
Simply make the first row of your data matrix the headings you
want then Export. For example, suppose I had a data matrix with
n columns (dataMat) and a list of n headers (headers) then
Export[filename, Join[{headers},dataMat], "XLS"]
would do the trick.
--
To reply via email subtract one hundred and four