in reply to Re^2: Spreadsheet-WriteExcel open existing XLS file
in thread Spreadsheet-WriteExcel open existing XLS file


Spreadsheet::ParseExcel contains a sub-module called SaveParser that is a combination of ParseExcel and WriteExcel and which allows you to add data to an existing Excel file.

It is far from perfect but it might work for you.

Here is an example.

--
John.

  • Comment on Re^3: Spreadsheet-WriteExcel open existing XLS file