Bug 18610 - Excelfile could not be saved or Excel crashes on autosave
Summary: Excelfile could not be saved or Excel crashes on autosave
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 2.0-dev
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-02 14:09 UTC by Jan Tilo
Modified: 2008-05-10 20:48 UTC (History)
0 users



Attachments
the original file (397.00 KB, application/octet-stream)
2003-04-02 14:10 UTC, Jan Tilo
Details
the changed file which crashes Excel (398.50 KB, application/octet-stream)
2003-04-02 14:11 UTC, Jan Tilo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Tilo 2003-04-02 14:09:38 UTC
I've added some cell values.

I opened the file in Excel.
1. I want to save the file and Excel show a Pop-Up "file not saved"
2. I change a entry and close Excel. On save Excel crashes with a memory error

I use the latest version of POI.
Comment 1 Jan Tilo 2003-04-02 14:10:26 UTC
Created attachment 5604 [details]
the original file
Comment 2 Jan Tilo 2003-04-02 14:11:00 UTC
Created attachment 5605 [details]
the changed file which crashes Excel
Comment 3 Andy Oliver 2003-07-24 16:05:25 UTC
we also need some source.  The smallest amount of source which causes the
problem.  Leaving open for now.  remove NEED-INFO from the subject once' you've
provided it.  Thanks
Comment 4 Josh Micich 2008-05-10 20:48:44 UTC
Retested OK in 3.1-beta1

Since no code was provided - the test was to read and write out file (id=5604) and open it with Excel.  Excel reported errors opening the files processed by POI 2.0 and 2.5.1. Version 3.0 was the first version that worked.  

2.0
Excel: - lots of errors 'File not found' etc. Debug breaking out in VB code

2.5
Excel: 'Unable to read file', 'Excel found unreadable content ... Do you want to recover the contents of this workbook? ... '

The following recent versions were tested and passed:
3.0
3.1-beta1
svn trunk