Skip to content

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

3 messages · PamelaBotrel, Hasan Diwan, Rui Barradas

#
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




--
View this message in context: http://r.789695.n4.nabble.com/How-can-I-export-a-big-data-frame-to-excel-2010-file-xlsx-tp4642223.html
Sent from the R help mailing list archive at Nabble.com.
#
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: