Displaying 1 result from an estimated 1 matches for "csvpath".
Did you mean:
svpath
2007 Jul 08
1
Writing Excel (.xls) files on non-Windows OSs using Perl
...thers who may have
similar requirements. Please note that I am providing this 'as is' and
don't have any plans to substantively modify or enhance the code. It
does what I need it to do. Feel free to modify for other needs as may be
required.
The basic calling schema is:
WriteXLS.pl [--CSVpath] [--CSVfiles] ExcelFileName
Where:
CSVpath = Path to the csv files created in R, typically done
using write.table()
CSVfiles = globbed file name specification (ie. *.csv)
ExcelFileName = FULL name of Excel .xls file to create
When the Excel file is created, a new worksheet (tab) wil...