MathGroup Archive 2011

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

Search the Archive

Re: Please add me to this group

  • To: mathgroup at smc.vnet.net
  • Subject: [mg117084] Re: Please add me to this group
  • From: Alexey <lehin.p at gmail.com>
  • Date: Wed, 9 Mar 2011 07:00:24 -0500 (EST)
  • References: <AD5346C5-1CE7-4C46-A163-9C2FA305E5C0@BELLSOUTH.NET>

You can place your Excel files directly in the directory of the
Notebook you work with (it requires the Notebook to be saved in some
directory, of course). Just evaluate:

SetDirectory[NotebookDirectory[]]

Then you can import Excel file with Import:

data=Import["myExcelFile.xls"]


  • Prev by Date: Reproducible crash in Mathematica 8
  • Next by Date: Gotcha?
  • Previous by thread: Re: Please add me to this group
  • Next by thread: Re: Please add me to this group