On Apr 7, 2010, at 3:50 PM, sumit gupta wrote: > I imported data from teradata to R data frames.Now i want to export this > data to .xlsx file ( not .xls since it doesn't support large data set). > > I have tried dataframes2xls package but it needs python/perl which I don't > have on my computer. > > Could any one help me resolve this issue. > > Thanks > > Sumit
See the options described in the R Wiki here: http://rwiki.sciviews.org/doku.php?id=tips:data-io:ms_windows Keep in mind that you can always write your data to a CSV file using ?write.csv and then open the CSV file with Excel, saving it to a .xls[x] file there. HTH, Marc Schwartz ______________________________________________ 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.