Bug 49322 - Fail to read the content of a cell after writing the file
Summary: Fail to read the content of a cell after writing the file
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 3.6-dev
Hardware: PC All
: P2 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-20 14:42 UTC by Benjamin Robin
Modified: 2013-08-05 20:24 UTC (History)
0 users



Attachments
The test case to reproduce the bug (1.96 KB, text/x-java-source)
2010-05-20 14:42 UTC, Benjamin Robin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Robin 2010-05-20 14:42:53 UTC
Created attachment 25467 [details]
The test case to reproduce the bug

We need a simple file to reproduce this bug. One data on the first cell "A1"
Then apply a style to the cell "B3" and "B2".
Then save the file.
Finally try to read the content of the cell "B2"
Comment 1 Benjamin Robin 2010-05-20 14:45:32 UTC
Sorry, I wanted to say: Then apply a style to the cell "B1" and "C1".
Then save the file.
Finally try to read the content of the cell "B1"
Comment 2 Dominik Stadler 2013-08-05 20:24:34 UTC
I think the code writes out the Workbook and later on tries to continue writing to the Workbook, I think that is not supported right now and thus the XmlValueDisconnectedException is kind of expected here.