[R] Exporting data to .xlsx file
    Marc Schwartz 
    marc_schwartz at me.com
       
    Wed Apr  7 22:57:46 CEST 2010
    
    
  
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
    
    
More information about the R-help
mailing list