https://issues.apache.org/bugzilla/show_bug.cgi?id=56325
bboyz269 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #3 from bboyz269 <[email protected]> --- Hi, I encountered the possible the same problems with poi_3.10.1 and poi_3.11.beta2. The workbook contains: * sheet1: is protected; contains formulas with referred cells from the other sheets * sheet2, 3, ...: nothing special * all sheets: contains named ranges for printing (print area, repeated page header) My code: just open and try to delete any sheet using wb.removeSheetAt(x). Error: the same exception as Aleksey. (IndexOutOfBoundsException at ExternSheetRecord#getRef). I wonder if this bug is fixed and withc version of poi containning the fix since i'm not familliar with bugzilla. Sorry for my bad English. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
