You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2008/04/24 14:43:14 UTC

DO NOT REPLY [Bug 29713] setRepeatingRowsAndColumns not working

https://issues.apache.org/bugzilla/show_bug.cgi?id=29713





--- Comment #3 from Anja Busch <an...@rewe-group.com>  2008-04-24 05:43:13 PST ---
I have the same name conflict problem (see comment #2), with a German MS Excel
2003 SP 2, and POI 2.5.1.

But the bug seems not solely to depend on the order of the sheets / the order
of the "setRepeatingRowsAndColumns" statements.

In my case, whe have 1-6 sheets. The user selects which of these he wants to
print (i.e. create excel sheets). All sheets have print titles. The sheet index
is generated at runtime, so we always start with index 0, and the
setRepeatingRowsAndColums statements are always in ascending order, according
to the sheet index.
Some combinations of sheets work without error, others don't.
For example: 

Selected sheets: A  B  C  D  E  F | Result
----------------------------------------------------
                 -  -  x  x  -  - | Error on sheet C
                 -  -  x  x  -  x | no error
                 x  -  x  x  -  - | Error on sheet A
                 x  -  x  -  -  - | no error
                 x  -  x  x  -  x | no error
                 x  x  x  x  x  - | Error on sheet C
                 x  x  x  x  x  x | no error
...

The combination sheets C + D or C + E (only these two or in combination with
others) produce most of the errors. It seems that we get no errors (or very
few; I didn't check all combinations) if sheet F is selected.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org