https://bz.apache.org/bugzilla/show_bug.cgi?id=51781
--- Comment #6 from PJ Fanning <[email protected]> --- In XSSFWorkbook, we have this: private final SortedMap<Integer, XSSFRow> _rows = new TreeMap<>(); public int getPhysicalNumberOfRows() { return _rows.size(); } You have not provided a test case - just a vague description of something that gives us very little to work with. Even an xlsx file would be a start. -- 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]
