You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an xlsx file with 6 sheets, 3 of which are about 9000x11 and another 3
of which are 9000x7. Half of the sheets are data, and the other half are
formulas
Using this type of call (to read in one of the formula sheets)
read.xlsx2(file="xxx.xlsx",sheetName="yyy",startRow=2,endRow=10)
results in this error message:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.OutOfMemoryError: Java heap space
Note that I was only asking to read in a small number of rows.
BTW, I also just made the post from a few minutes ago, but under another
address ... The file in question here has the same data structure as the one I
just posted, but this was the real example, not the toy example I just sent.
Because this error call may be connected to the previous issue, I didn't
generate a file here as a test case.
Should xlsx2 be able to handle this size problem?
R 1.14.1, Windows 7, xlsx just loaded today (1/20/12) from CRAN
Original issue reported on code.google.com by Joseph.V...@gmail.com on 20 Jan 2012 at 6:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Joseph.V...@gmail.com
on 20 Jan 2012 at 6:34The text was updated successfully, but these errors were encountered: