Andrew Winterman wrote:
> 
> 
> I'm trying to use the xlsx package to read a series of excel spreadsheets
> into R, but my code is failing at the first step.
> 
> I setwd into my the directory with the spreadsheets, and, as a test ask
> for
> the first one:
> 
>    read.xlsx(file = "Argentina Final.xls", sheetIndex = 1)
> I promptly get an error message:
> Error in .jcall(row[[ir]], "Lorg/apache/poi/xssf/usermodel/XSSFCell;",  :
> 
> 

Check if your Java installation is ok. Try to access an rJava function
directly for a test

Dieter


--
View this message in context: 
http://r.789695.n4.nabble.com/xlsx-error-tp3714057p3715367.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org 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 via email to