Re: [R] Java memory error when reading a small xlsx file

2016-04-24 Thread jim holtman
Try using the openxlsx package; it does not require Java. Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it. On Sat, Apr 23, 2016 at 3:43 PM, jpm miao wrote: > Hi, > >I tried to read a

[R] Java memory error when reading a small xlsx file

2016-04-23 Thread jpm miao
Hi, I tried to read a (small) xlsx file by "readWorksheetFromFile" function of "XLConnect" package and "read.xlsx" function in "xlsx" package, but I got this error message: Error: OutOfMemoryError (Java): Java heap space I tried to follow the solution on the web