Re: Re: export data to spreadsheet
- To: mathgroup at smc.vnet.net
- Subject: [mg79268] Re: [mg79234] Re: export data to spreadsheet
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Sun, 22 Jul 2007 04:29:10 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200707190742.DAA02209@smc.vnet.net> <200707210837.EAA29155@smc.vnet.net>
- Reply-to: murray at math.umass.edu
With Mathematica 6.0 (and possibly with 5.2 -- I don't recall) you want to use Export. The basic form is: Export["fname.xls",data] or Export["fname.xls",data,"XLS"] In the Documentation Center you could begin by searching on Export. Or, since you know the file type is .xls, search for xls. With the latter search string, the first hit is XLS, and there you'll see an Export example (as well as an import example) Martin Channon 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. > > -- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2859 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305
- References:
- Re: fast way of appending x zeros to a list?
- From: Bob Hanlon <hanlonr@cox.net>
- Re: export data to spreadsheet
- From: Martin Channon <mgcqso@comcast.net>
- Re: fast way of appending x zeros to a list?