Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
odfdom-0.8.6
-
None
-
Operating System: All
Platform: All
-
212
Description
Created an attachment (id=324)
Java code showing the issue
I wrote a test case to specifically test that I could write to a spreadsheet cell without first manually inserting the rows. It failed on 0.8 I just re-tested on the 0.9 snapshot and it still fails.
The only cell I can write to is (0,0). I then tried (5,5) and got an exception.
A programmer should be able to create a new spreadsheet and just start writing to cells without having to manually insert any rows first.
Please see the attached simple test case for a better understanding of the issue.