Bug 19210

Summary: Unable to read Excel file
Product: POI Reporter: Nitin <bar_nitin>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED INVALID    
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: All   

Description Nitin 2003-04-22 07:01:45 UTC
If the Excel file source code is in the html format, the POI is not able to 
read that file. While if it is in the default binary format it does.
Comment 1 Andy Oliver 2003-04-22 16:14:48 UTC
If its in HTML then use an HTML parser.  My tape player doesn't play CDs if I stick them in 
the cassette deck so i stick them in the CD player part.
Comment 2 Nitin 2003-04-24 07:32:02 UTC
Actually I didnt want to parse the source through a parser. My primary 
objective was to convert the existing Excel file to an Excel file which will 
have source as binary.