in reply to Re^8: Delete entire row without using Win32::OLE
in thread Delete entire row without using Win32::OLE
Note: At any instance I cannot open that excel manually. I want it as automated script.
Consider using a different exchange format between R and Perl, and write an Excel file as the final step from Perl.
I've no idea how powerful R is regarding writing output files, but writing CSV, JSON, or XML is easily done in most languages. Perl has modules on CPAN for reading all three formats, and can write old (*.xls) and new (*.xlsx) Excel formats, with using one of the spreadsheet writer modules.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Delete entire row without using Win32::OLE
by ravi45722 (Pilgrim) on Sep 04, 2015 at 07:13 UTC |