in reply to Binary Excel Templates
A "non-text based" template is usually quite hard, because usually, binary file formats tend to encode the length of fields somewhere. Your best approach is to read an Excel file using Spreadsheet::ParseExcel, replace all the values/loops within cells, and then write it out again using Spreadsheet::WriteExcel.
|
|---|