Skip to content

Problems with xlsx and rjava

4 messages · Lopez, Dan, Rui Barradas, Ivan Calandra

#
Hello,

I cannot answer directly to your question, but I had problems with 
package xlsx and for what I've seen on R-Help so had others. Maybe you 
are using the wrong architecture of R (32/64 bits).
Package XLConnect is more flexible and a bit more complex, but it comes 
with a vignette that explains how to use it.

Hope this helps,

Rui Barradas
Em 16-10-2012 18:57, Lopez, Dan escreveu:
#
I don't have any problem with xlsx/rJava:

 > library(xlsx)
Le chargement a n?cessit? le package : xlsxjars
Le chargement a n?cessit? le package : rJava
 > sessionInfo()
R version 2.15.1 (2012-06-22)
Platform: i386-apple-darwin9.8.0/i386 (32-bit)
locale:
[1] fr_FR.UTF-8/fr_FR.UTF-8/fr_FR.UTF-8/C/fr_FR.UTF-8/fr_FR.UTF-8
attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods base
other attached packages:
[1] xlsx_0.5.0     xlsxjars_0.4.0 rJava_0.9-3


Is it then a Windows problem?

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
ivan.calandra at u-bourgogne.fr
http://biogeosciences.u-bourgogne.fr/calandra

Le 16/10/12 20:16, Rui Barradas a ?crit :
#
Hi Rui,

I started using package gdata instead. 

But the day I need to write back to I .xlsx I will plan to use XLConnect. I started reading the vignette and it didn't sound too bad. I like it.

Thanks.
Dan


-----Original Message-----
From: Rui Barradas [mailto:ruipbarradas at sapo.pt] 
Sent: Tuesday, October 16, 2012 11:16 AM
To: Lopez, Dan
Cc: R help (r-help at r-project.org)
Subject: Re: [R] Problems with xlsx and rjava

Hello,

I cannot answer directly to your question, but I had problems with package xlsx and for what I've seen on R-Help so had others. Maybe you are using the wrong architecture of R (32/64 bits).
Package XLConnect is more flexible and a bit more complex, but it comes with a vignette that explains how to use it.

Hope this helps,

Rui Barradas
Em 16-10-2012 18:57, Lopez, Dan escreveu: