https://issues.apache.org/bugzilla/show_bug.cgi?id=57162

--- Comment #2 from Ranjay Mishra <[email protected]> ---
There is no changes in file. Using the same xlsm file in both the cases  and 
code is also same.Here is the xlsm  related code for  creating workbook.

String filePath="c:\\test\\bomTableTemplate.xlsm"
OPCPackage pkg = OPCPackage.open(new File(filePath));
XSSFWorkbook wbTemplate = new XSSFWorkbook(pkg);

SXSSFWorkbook sxWb = new SXSSFWorkbook(wbTemplate);
sxWb.setCompressTempFiles(true);
Workbook wb=sxWb;

Note: there is no issue with xls and xlsx file export.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to