Bug 58153

Summary: Excel (2007) file cannot be open after saved (Workbook.write())
Product: POI Reporter: GuoHui Chen <chenguohui>
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P2    
Version: 3.12-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Error excel file

Description GuoHui Chen 2015-07-20 00:53:03 UTC
Created attachment 32913 [details]
Error excel file

[Content Types].xml Root element <Types> no default namespace,
MUST be: 
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">

*.rels file Root Element <Relationships> no default namespace,
MUST be:
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
Comment 1 Dominik Stadler 2015-07-20 05:28:12 UTC
Do you have some sample code which you use to create this file?
Comment 2 Dominik Stadler 2015-08-10 09:07:57 UTC
We cannot look at this without some sample code that reproduces this, please reopen this bug as soon as you have attached the necessary sample code (self-sufficient producing a broken document, ideally as unit-test)