Re: Converting Excel table to Mathematica matrix.
- To: mathgroup at smc.vnet.net
- Subject: [mg8152] Re: Converting Excel table to Mathematica matrix.
- From: tburton at cts.com (Tom Burton)
- Date: Sat, 16 Aug 1997 11:50:56 -0400
- Organization: Brahea Consulting
- Sender: owner-wri-mathgroup at wolfram.com
On 12 Aug 1997 01:58:10 -0400, in comp.soft-sys.math.mathematica you = wrote: > >How to I convert an Excel mxn table into a Mathematica mxn matrix? > One way is to save the sheet as text and then, e.g., ReadList["book1.txt",Number,RecordLists->True] Tom Burton