in reply to Update existing xlsx file using Excel-Writer-XLSX
I believe the only way you have with the Spreadsheet::* and Excel::* modules is to slurp up the entire spreadsheet with a parser module, modify the data, and then write a new file with a writer module.
|
|---|