
FishMonger
Veteran
Dec 17, 2008, 7:53 PM
Post #6 of 8
(511 views)
|
|
Re: [dinjo_jo] Merging a CSV File to XLS.
[In reply to]
|
Can't Post
|
|
You obviously didn't read the documentation, specifically the doc for Win32::OLE which can not only be used to parse the spreadsheet, it can also modify an existing xls file or create a new xls file. Another module that you should look at is Spreadsheet::WriteExcel which is platform independent and is used to create a new xls file, but doesn't modify an existing file. CPAN is one of the most important Perl resource and should be the first place to look.
|