If you are going to use XLConnect to read in the .xlsx files, I would suggest that you might want to convert them to .xls files. Run a performance test to see if you have a problem. I use a lot of EXCEL files and have found that the performance (in both time and memory) is much better with .xls files.
On Sat, Feb 23, 2013 at 5:14 PM, sisi26 <benzakou...@ymail.com> wrote: > Hi, > i have a very huge number of data with the size 2375ko, i want to import > them for R to xlsx > but the size of excel is limited > How can i resolve this problem? > And please how can i define the frame > Note that i have a table > rows times c(1.....100) columns WLc(200...1000) and inside S c(15,.........) > the table it is full values > > > > -- > View this message in context: > http://r.789695.n4.nabble.com/data-frame-and-import-to-xlsx-tp4659486.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. -- 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. ______________________________________________ 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.