I am trying to extend a parsing script that writes to Excel using Spreadsheet::WriteExcel but have run into an issue trying to create worksheets mid-parse. I need to be able to create a variable name on the fly when a new type of input date is found. ie If a new type is found called DataType1043 in the input data it would lead to:
Being fairly new to Perl I do't really know if it's possible much less if it is sane to create a variable on the fly that way. Failing that, being able to create all the sheets from a external list after a preparse might work.
Any help will be greatly appreciated.