MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: mathematica 7.0 crash with 3d Graphics
  • Next by Date: Re: a[n],b[n]
  • Previous by thread: Importing Excel File into mathematica
  • Next by thread: Re: Importing Excel File into mathematica