]> source.dussan.org Git - poi.git/shortlog
poi.git
2017-10-22 PJ FanningRemove use of deprecated methods
2017-10-18 Dominik StadlerAdd getter/setter for ReadingOrder to XSSF, closes...
2017-10-18 Nick BurchBump up the Eclipse JVM version to 8 to match Ant
2017-10-18 Nick BurchBump up the Eclipse JVM version
2017-10-18 Javen O'Nealbug 61630: performance improvements in XSSFExportToXml...
2017-10-18 Javen O'Nealcleanup for r1812470: avoid NPEs from string.isEmpty()
2017-10-18 Javen O'Nealfix compile error
2017-10-18 Javen O'Nealcleanup for r1812475: avoid NPEs from string.isEmpty()
2017-10-18 Javen O'Nealcleanup for r1812476: avoid NPEs from string.isEmpty()
2017-10-18 Javen O'Nealreplace "".equals(string) with string.isEmpty() to...
2017-10-18 Javen O'Nealprefer literal.equals(variable) over variable.equals...
2017-10-18 Javen O'Nealconvert "".equals(string) to string.isEmpty()
2017-10-18 Javen O'Nealsimplfy PackagingURIHelper#combine boolean logic using...
2017-10-18 Javen O'Nealfix typo
2017-10-18 Javen O'Nealstring.equals("") -> string.isEmpty() or "".equals...
2017-10-18 Javen O'Nealfor -> foreach
2017-10-17 Javen O'NealIntelliJ: simplify boolean logic
2017-10-17 Javen O'Nealremove deprecated XSSFRowShifter.shiftMerged(int,int...
2017-10-17 Javen O'Nealignore gradle/, gradlew, and gradlew.bat
2017-10-16 Dustin SpicuzzaBug 61584: Fix XDGFPage variable typo causing crash
2017-10-16 Javen O'Nealgithub-79: add String.toString() to forbidden API's
2017-10-15 PJ FanningMake public static members final [thanks to Kui Liu...
2017-10-15 PJ FanningRemove unnecessary toString calls [thanks to Kui Liu...
2017-10-15 PJ FanningRemove unnecessary StringBuilder [thanks to Kui Liu...
2017-10-13 Dominik StadlerFix some findbugs-issues and apply some code-cleanup...
2017-10-11 Dominik StadlerFix aparent copy/paste error in XSSFBorderFormatting
2017-10-11 Dominik StadlerBug 58068: Add a method to pass the actual Color to...
2017-10-11 Dominik Stadleradjust tests, javadoc, ...
2017-10-11 Dominik StadlerRemove "filling" in IntList as this has no effect whats...
2017-10-09 Dominik StadlerAdd more output to the pre-check to help in analysis...
2017-10-09 Dominik StadlerFix target compile-ooxml-ss, it needs the crypt-code now
2017-10-09 Dominik StadlerAdd test which shows that bug 51262 is fixed now
2017-10-07 Dominik StadlerApply patch from bug 61096: Add support for modules...
2017-10-06 Dominik StadlerBug 61586: Add test which shows that it works as expected
2017-10-04 Dominik StadlerBug 61564: Try to get rid of the Java 9 illegal access...
2017-10-04 Dominik StadlerAdd some more code from the separate integration test...
2017-09-28 Dominik StadlerBug 61064: Support behavior of function CEILING in...
2017-09-28 Dominik StadlerBug 61082: Adjust JavaDoc for getFirst/LastRow/Cell...
2017-09-28 Dominik StadlerFix bug 61516: when copying cells with formulas we...
2017-09-26 Dominik StadlerAdjust some unit-tests, use try-with-resource, enable...
2017-09-26 Dominik StadlerReplace "getEntry() plus catch" by "hasEntry()" in...
2017-09-26 Dominik StadlerFixup change for CellReference to keep the behavior...
2017-09-26 Dominik StadlerRemove empty directories beneath "scratchpad"
2017-09-26 Dominik StadlerReplace deprecated CellReference class and some other...
2017-09-25 Dominik StadlerFix some Sonar issues
2017-09-25 Dominik StadlerReplace the incompatible new interface method endSheet...
2017-09-25 Tim AllisonBug 61349 -- bump limits on classes that caused regress...
2017-09-23 PJ FanningRemove more deprecated classes and methods
2017-09-23 Dominik StadlerFix compiling Examples after adding new interface-metho...
2017-09-23 Dominik StadlerTried to enable this test, but it is broken since a...
2017-09-23 Dominik StadlerApply patch to add endSheet() to the XSSFEventBasedExce...
2017-09-23 Dominik StadlerMore IntelliJ warnings fixes
2017-09-22 Dominik StadlerThe Gradle-based Sonarqube job does not actually, it...
2017-09-22 Dominik StadlerBug 59747: Adjust order of first two entries in the...
2017-09-22 Dominik StadlerAdjust many examples for Java 8: try-with-resource...
2017-09-22 Dominik StadlerFix some IntelliJ warnings
2017-09-22 Dominik StadlerRemove Jobs for JDK 1.6/1.7, this should also make...
2017-09-21 Nick BurchJavadoc fix
2017-09-21 Tim AllisonBug 61349 -- add more sanity checks when allocating...
2017-09-20 Dominik StadlerApply patch from bug 61033 to add a XSSFWorkbook.setCel...
2017-09-19 PJ FanningBug 61528 - Pivot Table enhancements, new example ...
2017-09-19 PJ FanningBug 61528 - Pivot Table enhancements, new example ...
2017-09-19 PJ Fanningtidy up some test code
2017-09-19 Dominik StadlerAdd test to verify that bug 61532 is fixed as far as...
2017-09-19 Dominik StadlerAdjust to make forbidden-api-check succeed again
2017-09-19 Dominik StadlerBug 61148: Fix calculating formula value, unfortunately...
2017-09-19 Dominik StadlerIntelliJ warnings, deprecation
2017-09-19 Dominik StadlerFix some IntelliJ warnings
2017-09-19 Tim Allison60805 (partial) -- remove/suppress println in tests
2017-09-19 Dominik StadlerWhile working on bug 61148 I found that getCellType...
2017-09-19 Javen O'Nealbug 61454: add column width to example Spreadsheet...
2017-09-19 Javen O'Nealbug 61454: add column width to example Spreadsheet...
2017-09-18 Dominik StadlerBug 61520: Add JavaDoc about name-references in Excel
2017-09-18 Dominik StadlerAdd missing test.jar to test-hssf target
2017-09-18 PJ Fanninguse non-deprecated versions of getCellType
2017-09-18 PJ Fanningchange CellFormat.ultimateType to return CellType
2017-09-18 PJ Fanningchange HyperLink getType to return HyperlinkType
2017-09-18 PJ Fanningfix compiler warnings
2017-09-18 PJ Fanningupdate getCellType to return CellType enum instead...
2017-09-18 PJ Fanningupdate getCellType to return CellType enum instead...
2017-09-18 PJ Fanningupdate getCellType to return CellType enum instead...
2017-09-18 PJ Fanningremove some deprecated code slated for removal in 3.18
2017-09-18 PJ FanningChange getCachedFormulaResultType to return CellType
2017-09-17 Andreas Beeker#60499 - Deleting a picture that is used twice on a...
2017-09-17 Dominik StadlerRemove deprecated methods from NPOIFSFileSystem/OPOIFSF...
2017-09-17 Dominik StadlerFix some warnings in OOXMLLite and move copyFile to...
2017-09-17 Dominik StadlerVarious code cleanups, "final" for static methods is...
2017-09-17 Dominik StadlerSome more code cleanup
2017-09-17 Dominik StadlerChange version to 4.0.0-SNAPSHOT as discussed on the...
2017-09-17 Dominik StadlerMaxPermSize is not used any more in Java 8, so remove...
2017-09-17 Dominik StadlerDisable Maven-Sonar run to check if the Gradle-Sonar...
2017-09-16 Andreas Beekerwrong release-notes link
2017-09-16 Dominik StadlerSonar-Maven: Switch to UTF-8 for source files to silenc...
2017-09-16 Dominik StadlerJenkins DSL: Remove timeout from Jenkins Jobs for now...
2017-09-16 Dominik StadlerJenkins DSL: Use JDK 1.8 for more projects, fix listing...
2017-09-16 PJ Fanningremove some deprecated code slated for removal in 3.18
2017-09-16 Dominik StadlerJenkins DSL:
2017-09-16 Dominik StadlerJenkins DSL: Use OpenJDK 8 and latest JDK 1.9
2017-09-16 Dominik StadlerFix some compiler warnings
2017-09-16 Dominik StadlerUse Integer.compare() where possible
next