Bug 10486

Summary: Invalid excel file
Product: POI Reporter: Regos Bendeguz <bendeguz>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 1.5   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Regos Bendeguz 2002-07-04 15:58:34 UTC
I have a problem with poi serializer (1.5 final, 1.4JDK) i can see some 
difference between valid and invalid excel files. The invalid excel file was 
not started with 'ÐÏ' sequence...
I use simple cells that contains only text and merged regions, without any
style. (color,font, etc)

Regards,
Bendeguz
Comment 1 Regos Bendeguz 2002-07-05 12:28:21 UTC
Sorry, this is my fault, I use only HSSFWorkbook.getBytes() for creating excel 
files, without using POIFSFileSystem...
Regards,
Bendeguz