]> source.dussan.org Git - poi.git/shortlog
poi.git
2017-11-04 Dominik StadlerAdd test-case which shows that bug 55814 is fixed alrea...
2017-11-04 Dominik StadlerFix some IntelliJ and JavaDoc warnings and avoid code...
2017-11-04 Javen O'Nealbug 61474, github #81: add ShiftMode#ColumnCopy for...
2017-11-04 Javen O'Nealbug 61474, github #81: add shiftMergedRegions to BaseRo...
2017-11-04 Javen O'Nealbug 61474, github #81: bump visibility of abstract...
2017-11-04 Javen O'Nealbug 61474, github #81: pull up methods from RowShifter...
2017-11-04 Javen O'Nealbug 61474, github #81: remove @Internal RowShifter...
2017-11-04 Javen O'Nealbug 61474, github #81: implement updateConditionalForma...
2017-11-04 Javen O'Nealbug 61474, github #81: implement updateNamedRanges...
2017-11-04 Javen O'Nealbug 61474, github #81: fix ColumnShifter#removalNeeded...
2017-11-04 Javen O'Nealbug 61474, github #81: add ColumnShifter interface...
2017-11-04 Javen O'Nealbug 61474, #81 on github: add @Override annotation...
2017-11-04 Javen O'Nealbug 61474,github-81: add FormulaShifter.createForColumn...
2017-11-04 Javen O'Nealgithub-81: extract routines in HSSFRow#shiftRows
2017-11-04 Javen O'Nealrename ambiguous variable name shifter -> formulaShifter
2017-11-04 Javen O'Nealwhitespace
2017-11-02 Andreas Beeker#61671 - XSLFSlide does not contain isHidden and setHid...
2017-11-01 Nick BurchJavadoc fix
2017-10-31 Javen O'Nealeventually we want to forbid StringBuffer usage
2017-10-31 PJ Fanninguse StringBuilder in more places
2017-10-31 Javen O'Nealgithub-68: add @Override to o.a.p.ss.usermodel.charts...
2017-10-31 PJ Fanningadd test case for bug 61701
2017-10-31 PJ Fanningadd test case for bug 61701 and use StringBuilder in...
2017-10-31 Javen O'Nealgithub-77: Remove the 'public' modifier to make fields...
2017-10-31 Javen O'Nealconsolidate duplicated code: XSSFWorkbook#setBookViewsI...
2017-10-31 Javen O'Nealbump the Eclipse compile source to Java 1.8
2017-10-26 Javen O'Nealbug 61630: Patch from Daniel to fix XSSFExportToXML...
2017-10-25 Javen O'Nealremove test-hssf ant target
2017-10-25 Javen O'Nealremove test-ss and test-ooxml-ss ant targets, as these...
2017-10-25 Javen O'Nealbug 61630: further XSSFExportToXML performance improvem...
2017-10-24 Javen O'Nealbug 61630: revert r1813240, which failed the integratio...
2017-10-24 Javen O'Nealbug 61630: further XSSFExportToXML performance improvem...
2017-10-23 PJ FanningRemove more deprecated code
2017-10-23 PJ FanningRemove more deprecated code
2017-10-23 PJ FanningRemove more deprecated code
2017-10-22 PJ FanningIntroduce new BorderFormatting methods to expose border...
2017-10-22 PJ FanningRemove use of deprecated methods
2017-10-22 PJ FanningRemove use of deprecated methods
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 ...
next