Hello,
I want to access an existing Xls file for writing ,updating and appending through perl.
WriteExcel.pm creats a new xls only. ParseExcel only reads an already existing file .
How to append and write and already existing xls?
Also i thought of Using Spreadsheet::ParseExcel to read the Excel file into a data structure and then Spreadsheet::WriteExcel to write it back
But I want to retain the details of the Cell format, Ex -> Colour, Hidden, protected , bold italic etc and formula etc .
how to accomplish this ?
Appreciate your Time and Effort.
-Rad