[R] How can I export a big data.frame to excel 2010 - file.xlsx?

2012-09-04 Thread PamelaBotrel
Hi, I need some help to export a data frame with 83 rows and 1411 colums. I have used the package RODBC until now. But now, I have 1411 colums that I can't send to the old excel. If anybody knows a package to convert my data frame in xlsx tell me! Thanks for help in advance! Pamela Botrel

Re: [R] How can I export a big data.frame to excel 2010 - file.xlsx?

2012-09-04 Thread Hasan Diwan
Ms. Botrel, On 4 September 2012 13:52, PamelaBotrel pamela.bot...@hotmail.com wrote: I need some help to export a data frame with 83 rows and 1411 colums. I have used the package RODBC until now. But now, I have 1411 colums that I can't send to the old excel. If anybody knows a package to

Re: [R] How can I export a big data.frame to excel 2010 - file.xlsx?

2012-09-04 Thread Rui Barradas
Hello, Try package XLConnect. The vignette has several examples, and so do the help pages, for instance, ?XLConnect You should also get rid of excel and use R for serious work. And even not so serious. Hope this helps, Rui Barradas Em 04-09-2012 21:52, PamelaBotrel escreveu: Hi, I need