svn commit: r1817254 - /poi/trunk/src/ooxml/testcases/org/apache/poi/ss/formula/functions/TestVlookup.java

2017-12-05 Thread gwoolsey
Author: gwoolsey Date: Wed Dec 6 00:46:42 2017 New Revision: 1817254 URL: http://svn.apache.org/viewvc?rev=1817254=rev Log: Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference always with the missing license... Modified:

svn commit: r1817252 - in /poi/trunk: src/java/org/apache/poi/hssf/usermodel/ src/java/org/apache/poi/ss/formula/ src/java/org/apache/poi/ss/formula/eval/forked/ src/ooxml/java/org/apache/poi/xssf/str

2017-12-05 Thread gwoolsey
Author: gwoolsey Date: Wed Dec 6 00:15:51 2017 New Revision: 1817252 URL: http://svn.apache.org/viewvc?rev=1817252=rev Log: Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference Found some optimizations in the general evaluation framework related to blank

svn commit: r1817247 - in /poi/trunk/src/examples/src/org/apache/poi/xssf: eventusermodel/XLSX2CSV.java eventusermodel/examples/FromHowTo.java streaming/examples/HybridStreaming.java

2017-12-05 Thread fanningpj
Author: fanningpj Date: Tue Dec 5 22:31:59 2017 New Revision: 1817247 URL: http://svn.apache.org/viewvc?rev=1817247=rev Log: use try-with-resources in more places Modified: poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java

svn commit: r1817238 - in /poi/trunk/src/ooxml/java/org/apache/poi: ss/extractor/EmbeddedExtractor.java xssf/extractor/XSSFExcelExtractor.java xssf/usermodel/XSSFWorkbook.java

2017-12-05 Thread fanningpj
Author: fanningpj Date: Tue Dec 5 21:23:44 2017 New Revision: 1817238 URL: http://svn.apache.org/viewvc?rev=1817238=rev Log: use try-with-resources in more places Modified: poi/trunk/src/ooxml/java/org/apache/poi/ss/extractor/EmbeddedExtractor.java