| Author |
Comment/Response |
yehuda ben-shimol
|
05/17/08 1:08pm
Hi,
To import the excel file use Import["file name.xls"]
The extension is automatically recognized by Mathematica.
The result of the Import[] is a list of elements which are lists.
Each list element represents a worksheet
You need to know how to use lists, since this is elementary and fundamental for using Mathematica
yehuda
URL: , |
|