Re: ToExcel
- To: mathgroup at smc.vnet.net
- Subject: [mg28109] Re: ToExcel
- From: Erk Jensen <Erk.Jensen at cern.ch>
- Date: Sat, 31 Mar 2001 02:58:45 -0500 (EST)
- Organization: CERN http://www.cern.ch
- References: <9a1l7p$abk@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Robert-Lewis HYDE wrote: > > Hello, and thank you for the info on Pure functions.. > > Now for something completely different; > I have a mathematica 2 by n List generated say by Table[ {x, f[x]},{x,1, > n}] ]. > I need to export this to an Excel file. What is the best way ? > bob SetDirectory["c:\\yourdirectory"]; Export["filename.txt",yourlist,"Table"] and then open the txt file from Excel. Ciao -erk-