Quantcast

reading xls files using read.xls and xlsReadWrite

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

reading xls files using read.xls and xlsReadWrite

tmrsg11
Dear R list,
I am trying to read in .xls files.  I have tried using package 'gdata', I
get the following error.

> dataset <- read.xls("June.xls")

Wide character in print at
/Library/Frameworks/R.framework/Versions/2.14/Resources/library/gdata/perl/
xls2csv.pl line 262.
Seems like this is a problem coming from Perl?

I tried to install package 'xlsReadWrite', it does not show up on my list
of packages.

I am using a Mac.

Thanks,
Bob

        [[alternative HTML version deleted]]

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: reading xls files using read.xls and xlsReadWrite

Ivan Calandra-2
I don't know much about gdata, but I can tell you that there is still no
version of xlsReadWrite on Mac (unfortunately). xlsx works well, though,
on both Mac and Windows.

HTH,
Ivan

--
Ivan CALANDRA
Université de Bourgogne
UMR CNRS/uB 6282 Biogéosciences
6 Boulevard Gabriel
21000 Dijon, FRANCE
+33(0)3.80.39.63.06
[hidden email]
http://biogeosciences.u-bourgogne.fr/calandra


Le 13/06/12 15:05, C W a écrit :

> Dear R list,
> I am trying to read in .xls files.  I have tried using package 'gdata', I
> get the following error.
>
>> dataset<- read.xls("June.xls")
> Wide character in print at
> /Library/Frameworks/R.framework/Versions/2.14/Resources/library/gdata/perl/
> xls2csv.pl line 262.
> Seems like this is a problem coming from Perl?
>
> I tried to install package 'xlsReadWrite', it does not show up on my list
> of packages.
>
> I am using a Mac.
>
> Thanks,
> Bob
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> [hidden email] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Loading...