Re: Importing Excel File into mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg104907] Re: Importing Excel File into mathematica
- From: Helen Read <hpr at together.net>
- Date: Fri, 13 Nov 2009 05:52:46 -0500 (EST)
- References: <hdgq3v$iar$1@smc.vnet.net>
Benfeitas wrote: > Hi! > I'm trying to import a small table (2 columns and 15 lines) into > mathematica, but for some reason I'm not able to do it... > > Here's the code Im trying: > > Path1 = > "C:\\Documents and Settings\\Ankit\\Desktop\\Book1.xlsx"; > Import[Path1, "Elements"] Try saving your Excel file in the backward compatible .xls format. A simple Import[path] will then work. -- Helen Read University of Vermont