https://bz.apache.org/bugzilla/show_bug.cgi?id=65695

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #7 from [email protected] ---
Finally, I found the reason. When inserting an xls or xlsx as an embedded file
into another excel file. Microsoft Office sets the embedded excel view to be
hidden. So using POI to extract the embedded file, Microsoft Office cannot
display the workbook in the GUI. So the solution is to call
Workbook.setHidden(false).

But XSSFWorkbook::setHidden is not supported yet. I found another topic for
this issue and hope it will help you.


https://bz.apache.org/bugzilla/show_bug.cgi?id=61699

-- 
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