Bug 27229 - Excel Crashes
Summary: Excel Crashes
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 2.0-FINAL
Hardware: Sun other
: P3 critical (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-25 16:57 UTC by Bhaktavatsalam Yadlapalli
Modified: 2005-05-19 11:16 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bhaktavatsalam Yadlapalli 2004-02-25 16:57:12 UTC
Using POI HSSF I created huge excel file with 26600 rows and 20 columns and 
when I open that file using Excel 97 or Excel XP it crashes. The generated 
Excel file size is around 10MB.

Basic information about data:
Most of columns are Strings and some Columns or Double with cell style set to 
using dataStyleSum.setDataFormat((short)38);
Some columns have value null.

Itried in 2.0-prev3, 2.0FINAL, 1.5.1 versions and in all versins it failed.
Comment 1 Avik Sengupta 2005-05-19 19:16:28 UTC
Please try with a later version, and if it still doesnt work, please try and
isolate the bug and provide detailed replication method. It is wrong to assume
that all 10MB files created by POI are erroneous.