Re: Re: Version 6 won't import Excel (Mac)
- To: mathgroup at smc.vnet.net
- Subject: [mg81650] Re: [mg81597] Re: Version 6 won't import Excel (Mac)
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Sun, 30 Sep 2007 04:05:39 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <fdi64p$qh3$1@smc.vnet.net> <200709290621.CAA07557@smc.vnet.net>
- Reply-to: murray at math.umass.edu
The user who raised the issue with me now reports that the problem was with the paths he was supplying. So the issue should be closed. Thanks for confirmation from Mac users that Import of .xls does indeed work as expected. dflatin at rcn.com wrote: > On Sep 28, 2:14 am, Murray Eisenberg <mur... at math.umass.edu> wrote: >> A colleague who uses a Mac with MacOS 10.4.10 has the following >> Mathematica 6 problem: He cannot get Import to work with either an .xls >> file or a .csv file created from an Excel spreadsheet. >> >> Instead, the resulting Output cell just contains a button that says >> "Import" followed by the arguments used to call Import in square >> brackets. Clicking the button just opens the Documentation Center >> window to the page for "ref/Import" which describes how to use the function. >> >> Has anyone else experienced this on Macs? Does Mathematica 6 possibly >> use Java, and could there be some configuration problem involving that? >> -- > > I just created a simple Excel document with two sheets and tried the > import function. It appears to work on my PowerBook running MacOS X > 10.4.10 using Excel 2004. Perhaps there is an issue with embedded > macros in your colleague's document. > > $Version > "6.0 for Mac OS X PowerPC (32-bit) (June 19, 2007)" > > Import["/Users/dan/Desktop/test.xls"] > {{{1., 2.}, {3., 4.}, {5., 6.}}, {{"A", "B"}, {"C", "D"}, {"E", "F"}}} > > Dan > > -- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2859 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305
- References:
- Re: Version 6 won't import Excel (Mac)
- From: dflatin@rcn.com
- Re: Version 6 won't import Excel (Mac)