https://bz.apache.org/bugzilla/show_bug.cgi?id=57840
--- Comment #14 from Javen O'Neal <[email protected]> --- Fixed behavior of [#Totals] when Table does not have a Totals row and [#This Row] and [@] when rowIndex is outside the table start and stop rows. Added remaining unit tests for new functionality in r1747655. reintegrated xssf_structured_references branch to trunk in r1747657 and deleted branch in r1747657. What's remaining before this bug can be closed: * unit test for XSSFTable.findColumnIndex and getters added in [1] * unit test that demonstrates performance need to cache XSSFWorkbook.getTable(String name), either by decreasing the visibility of this method with @Internal or protected/package-private accessibility or by adding a method so that users can force a refresh of the cache if needed. * performance evaluation of any explicit boxing/unboxing to see if any speed increase can be gained without adding complexity to the code. * any other unit tests that I missed [1] https://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java?r1=1747657&r2=1747656&pathrev=1747657 -- 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]
