in reply to Re^2: Modules for xlsx files
in thread Modules for xlsx files
reads entire Excel file into memory using Spreadsheet::ParseExcelmy $template = $parser->Parse("B_Mum_Busy_hour_report_fdb_$date.xls");
overwrites old Excel file using Spreadsheet::WriteExcel$template->SaveAs("B_Mum_Busy_hour_report_fdb_$date.xls");
|
|---|