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

           Summary: XSSFWorkbook cannot save a macro-enabled Excel (.xlsm)
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: [EMAIL PROTECTED]


I am using POI 3.5 Beta 1.
When I open a macro-enabled Excel (.xlsm) and save it as .xslm again.
The result file cannot be opened by MS Excel 2007.

Following is my sample codes:

XSSFWorkbook wb = new XSSFWorkbook("input.xlsm");
FileOutputStream outStream = new FileOutputStream("output.xlsm");
wb.write(outStream);

Is that currently POI not support a macro-enabled Excel file? Thanks a lot.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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