Bug 37376 - Cannot open the saved Excel file if checkbox controls exceed certain limit
Summary: Cannot open the saved Excel file if checkbox controls exceed certain limit
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-dev
Hardware: All Windows XP
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-07 07:48 UTC by Tin-wo Cheung
Modified: 2007-01-16 07:25 UTC (History)
0 users



Attachments
a sample file the fail the readwrite test (32.00 KB, application/octet-stream)
2005-11-07 07:52 UTC, Tin-wo Cheung
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tin-wo Cheung 2005-11-07 07:48:48 UTC
What I did is the following:
1. Create a XLS with Excel 2000 and add 10 checkbox controls
2. do the "readwrite test" by org.apache.poi.hssf.dev.HSSF
   java org.apache.poi.hssf.dev.HSSF in.xls out.xls
3. Open the out.xls with Excel with alert "Uable to read file"
Comment 1 Tin-wo Cheung 2005-11-07 07:52:28 UTC
Created attachment 16888 [details]
a sample file the fail the readwrite test

if you delete one checkbox from the worksheet, the test will pass.
Comment 2 Avik Sengupta 2007-01-16 07:25:28 UTC
Works as on 12Jan2007
http://issues.apache.org/bugzilla/show_bug.cgi?id=41366