https://bz.apache.org/bugzilla/show_bug.cgi?id=66173
PJ Fanning <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from PJ Fanning <[email protected]> --- added r1902876 XSSFSheet createSplitPane(int xSplitPos, int ySplitPos, int leftmostColumn, int topRow, int activePane) still has the bug where you need to add 1 to the activePane value (because https://stackoverflow.com/questions/73043152/is-there-a-way-to-create-a-split-plane-horizontally-using-the-apache-poi-library tells users to do that). XSSFSheet createSplitPane(int xSplitPos, int ySplitPos, int leftmostColumn, int topRow, PaneType activePane) is the new method that works as expected -- 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]
