What is the simplest way to convert a large Excel spreadsheet with multiple worksheets into .CSV files in R?
Note that I’ve tested XLConnect and XLSX and found that my Excel sheets cause it to crash. So I’m specifically looking for a solution that does not use the XLConnect or XLSX package.
http://rwiki.sciviews.org/doku.php?id=tips:data-io:ms_windows
EDIT: to address the read.xlsx option:
If you have Perl running, you need a current version of gdata
This was done on a Mac and up until this question I had always stumbled at the installXLSXsupport() stage since I always got an error. This time I started up Perl from a Terminal command line, and got success after first setting up my personal configuration, defining CPAN mirrors on my continent, and I left perl running.