Skip to content
Prev 327217 / 398502 Next

problem loading large xlsx file into r

Thanks Jim, I tried XLConnect but faced with same error.
Loading required package: rJava
XLConnect 0.2-5 by Mirai Solutions GmbH
http://www.mirai-solutions.com ,
http://miraisolutions.wordpress.com
Error: OutOfMemoryError (Java): Java heap space

What is the maximum file size to load into R? is there a better way to load large excel files to R?

Many thanks for the help.

Regards, 

Krishna

-----Original Message-----
From: Jim Holtman [mailto:jholtman at gmail.com] 
Sent: Monday, July 22, 2013 5:10 PM
To: S N V Krishna
Cc: r-help at r-project.org
Subject: Re: [R] problem loading large xlsx file into r

try the "XLConnect" package and if possible change the "xlsx" to "xls" format for better performance.

Sent from my iPad
On Jul 22, 2013, at 1:24, S N V Krishna <krishna at primps.com.sg> wrote: