Skip to content
Prev 6927 / 15075 Next

RODBC

Ivan,

If you wanted to evaluate the ODBC route, the Actual Tech driver is available here:

  http://www.actualtech.com/product_access.php

It is $29.95 U.S.

In hindsight, as I don't use MS Office, I don't know if their OSX offering in fact has an ODBC driver included. Someone else here may know that.

FWIW, I use Actual's Oracle ODBC driver and have been pleased with it. 

I should note that WriteXLS does not facilitate appending new worksheets to an existing file or new data to an existing worksheet. It creates a new .XLS file when used, overwriting an existing file of the same if it already exists. The intent is to provide the means to easily dump one or more data frames to an Excel file as a means to make data from R portable to others where an .XLS file makes sense as the vehicle, as an alternative to CSV files, etc. So the intent would be to have all of your data frames created and then use WriteXLS() to export them at once. 

I had this need when I was using Linux (to send data to clients on Windows) and so needed to find the way to accomplish this when Excel itself would not be available. Thus Perl was used, which makes this common approach available on Linux, OSX and Windows. 

Regards,

Marc
On Mar 6, 2010, at 12:34 PM, Ivan Calandra wrote: