I'm trying fill data in .xlsm template, which contain lot of VBA calculations. When I open merged file in MS Excel, file is corrupted and Application propose repair it. After repairing, I see new blank sheet, and lost formatting in old sheet which I've merge.
In debug I see this :
* Deleted files in the archive:
- xl/calcChain.xml
* Added files in the archive: none
* Modified files in the archive:
- xl/_rels/workbook.xml.rels
- xl/sharedStrings.xml
- xl/worksheets/sheet1.xml
- [Content_Types].xml
What i do wrong ? Or maybe OpenTBS does not support .xlsm format ?