I am currently using TinyButStrong's Excel plugin to create numerous Excel docs that are sent out on a scheduled basis. I have been requested to break the information into separate worksheets, within a single Excel document, where each report could have a different number of worksheets (so I can't just use multiple sheets in a template file since the number of sheets is unpredictable).
I can easily create separate Excel documents and use a naming convention to identify which Excel docs are to be merged, but I can not find a way to merge the documents using TinyButStrong Excel.
NOTE: Due to our environment, PHP Excel is not an option.
Please let me know if you know of a way to merge multiple Exc3el documents or to programatically create an Excel document with numerous worksheets created from a single worksheet template.
Thank you.