in reply to Perl Module for Excel


The best way to update an Excel file to to use Excel itself via Windows automation and the Win32::OLE module. See the ActivePerl Winfaq12 for further details.

A less complete way is to use Spreadsheet::ParseExcel in combination with with Spreadsheet::WriteExcel (via Spreadsheet::ParseExcel::SaveParser). See the following WriteExcel FAQ.

For further information see davies' list of nodes and links related to Index of Spreadsheet FAQs.

--
John.