]> source.dussan.org Git - poi.git/shortlog
poi.git
2019-03-20 PJ Fanningsome javadoc issues
2019-03-20 PJ Fanninguse xmlbeans-3.0.3 rc version
2019-03-19 Dominik StadlerRemove old versions of commons-collections also in...
2019-03-19 Dominik StadlerSwitch to parameterized test and add some more informat...
2019-03-19 Dominik StadlerRemove more remnants of NPOIFSFileSystem, mostly in...
2019-03-19 PJ Fanning[bug-63268] fix issue where CellUtil.setFont is adding...
2019-03-19 Greg Woolseypre-release maintenance:
2019-03-18 Greg WoolseyFix a unit test that changed with the implementation...
2019-03-18 Greg Woolsey#60724 - Partial implementation for SUBTOTAL() 'ignore...
2019-03-16 Andreas BeekerFix forbidden apis error
2019-03-16 Andreas BeekerUse JPG source, otherwise we have problems with Alpha...
2019-03-16 Yegor KozlovBug 61472: Convert date/time strings to numbers when...
2019-03-16 Greg WoolseyHandle possible invalid date value (#61652)
2019-03-16 Greg Woolsey#63264 Conditional Format rule evaluation calculates...
2019-03-14 PJ Fanningfix some cases where iterator usage does not check...
2019-03-10 Dominik StadlerFix URL for test
2019-03-10 Dominik StadlerBug 63221: Add margin-settings for top, bottom, left...
2019-03-10 Dominik StadlerAdjust test to not fail with Xerces XML Parser, fix...
2019-03-10 Dominik StadlerJenkins DSL: Enable job for running API-Check again...
2019-03-06 PJ Fanning[bug-63240] make SAXHelper.newXMLReader non-synchronized]
2019-03-06 PJ Fanning[bug-63240] make DocumentHelper.newDocumentBuilder...
2019-03-03 Dominik StadlerJenkins DSL: Add XMLBeans-JDK-12, still disabled, though
2019-03-03 Dominik StadlerUpdate file-leak excludes for XMLBeans/jaxb
2019-03-03 Dominik StadlerClose more file-handles in tests
2019-03-03 Dominik StadlerFix a regression test failure, toString() should never...
2019-03-02 Dominik StadlerBug 63200: Avoid NullPointerException in XSLFShape...
2019-03-02 Dominik StadlerBug 62151: Fix warnings about illegal reflective access...
2019-03-02 Dominik StadlerFix detecting Java <= 8 vs. >= 9 to not detect Java...
2019-02-23 Dominik StadlerAdd batik-jars to findbugs-task
2019-02-23 Dominik StadlerClose file-handles for slideshows also when constructio...
2019-02-23 Dominik StadlerRemove some remnants of NFileSystem
2019-02-23 Dominik StadlerAdd some more testing for bug 63151: NullPointerExcepti...
2019-02-23 Dominik StadlerAdjust BaseIntegrationTest some more to better handle...
2019-02-21 Yegor KozlovBug 60980: Fix parsing formulas with intersections...
2019-02-19 PJ Fanning[bug-63151] handle NPE in UnicodeString
2019-02-18 PJ Fanning[bug-63187] fix typos
2019-02-13 Yegor KozlovBug 63029: fixed failing test in test-ooxml-lite
2019-02-13 Yegor KozlovBug 63029: revert handling NotOfficeXmlFileException...
2019-02-12 Yegor KozlovBug 63029: OPCPackage Potentially clobbers files on...
2019-02-09 Yegor KozlovBug 62980: Make D* functions ignore case in headings
2019-01-27 Dominik StadlerJenkins DSL: Add more output in test-env-build
2019-01-27 Andreas Beeker... link external again
2019-01-27 Andreas Beekerremove new documentation directory and then ...
2019-01-27 Dominik StadlerJenkins DSL: Adjust the list of JDKs that we look for...
2019-01-27 Vladislav Galasremoved accidentally added release-notes
2019-01-27 Dominik StadlerAdd reproducing test-case for a bug we found newly...
2019-01-27 Dominik StadlerFix some IDE warnings and better output in unit test
2019-01-27 Dominik StadlerExclude one more local file from rat-checks
2019-01-27 Dominik StadlerAdjust handling of some exceptions in regression tests
2019-01-27 Dominik StadlerBug 60405: Add initial support for cetab functions...
2019-01-27 Dominik StadlerIgnore file-leaks from openjpa/derby/log4j for the...
2019-01-26 Vladislav Galaspulled *Cell.setCellValue(String), setCellValue(RichTex...
2019-01-26 Vladislav Galaspulled *Cell.setCellValue(Date) and setCellValue(Calend...
2019-01-26 Vladislav Galaspulled *Cell.setCellValue(double) to the common base
2019-01-26 Vladislav Galaspulled *Cell.getCellTypeEnum() to common base
2019-01-26 Vladislav Galaspulled *Cell.getAddress to common base
2019-01-26 Vladislav Galaspurged usages of Cell.setCellType (left only in tests...
2019-01-26 Vladislav Galasmade call Cell.setCellType(CellType.FORMULA) illegall...
2019-01-26 Vladislav Galaspurged calls to cell.setCellType(CellType.BLANK) from...
2019-01-26 Vladislav Galasadded Cell.setBlank() - as an alias, for now
2019-01-26 Vladislav GalassetCellFormula: blank cell gets value 0, non-blank...
2019-01-24 Andreas Beekertry to fix missing modules error and move addOpens...
2019-01-22 Dominik StadlerAdd required --add-opens and other settings for JDK...
2019-01-22 Dominik StadlerJenkins: Try to disable coverage for JDK 13 for now...
2019-01-22 Dominik StadlerJenkins: Add initial build for JDK 13, add build for...
2019-01-22 Dominik StadlerFix invalid comment in build.xml
2019-01-22 Dominik StadlerFix passing in --add-opens for Java 9+ after the poiuni...
2019-01-22 Dominik StadlerFix some IDE warnings and JVM deprecations
2019-01-19 PJ Fanningtry to fix xmlbeans build
2019-01-18 Andreas Beekerupdate xmlbeans targets
2019-01-15 PJ Fanning[github-140] add .travis.yml. Thanks to krichter722...
2019-01-14 Yegor Kozlovfollow-up to Bug 62904. More tests and improved evaluat...
2019-01-13 Dominik StadlerDon't fail on row-nums larger than Integer.MAX_VALUE...
2019-01-13 Dominik StadlerFix some Findbugs and IDE issues, refactor some duplica...
2019-01-13 Dominik StadlerBug 62810: AreaReference ctor looses sheet name if...
2019-01-13 Dominik StadlerAdd reproducer for bug 60355
2019-01-11 Dominik StadlerRevert inadvertently commented lines
2019-01-11 Dominik StadlerRemove obsolete settings from JDK 11/12 build
2019-01-11 Dominik StadlerEnable weekly run of Java 12 build
2019-01-11 Dominik StadlerIDE and JavaDoc fixes, move/remove some unfixed tests
2019-01-11 Dominik StadlerAdd one more test for bug 62828 and fix some IDE warnings
2019-01-11 Greg WoolseyBug #60977 writing XSSF with custom properties twice...
2019-01-10 PJ Fanninguse spaces for indents
2019-01-08 Yegor KozlovBug 63054: updated formulas in test spreadsheet to...
2019-01-08 Yegor KozlovBug 63054: improved evaluation of array formulas with...
2019-01-07 Vladislav Galasunified setCellType(null/_NONE) logic, setCellFormula...
2019-01-07 Yegor KozlovBug 62904: Support array arguments in IF and logical...
2019-01-06 Vladislav Galasupdated mockito to 2.23.4 to fix java 11 build
2019-01-04 PJ Fanningthrow IllegalArgumnetException if null directory specified
2019-01-04 Vladislav GalasFixed build (explicitly specified charset for new Strin...
2019-01-04 Vladislav GalasBug 63057: made SXSSFCell.setCellValue(String|RichTextS...
2019-01-04 Vladislav GalasImproved test coverage for *Cell classes
2019-01-03 Vladislav GalasBug 62993: XSSFEvaluationSheet now retrieves valid...
2019-01-02 Vladislav GalasBug 62828: CellReference(Cell) now initializes sheet...
2019-01-02 Vladislav GalasBug 62307: made Cell#getNumericCellValue() behavior...
2019-01-01 Dominik StadlerAdd missing revert() in OPCPackage to close Zip-streams...
2019-01-01 Dominik StadlerAdd missing file-close in ZipInputStreamZipEntrySource...
2018-12-31 PJ Fanningfix since annotation
2018-12-31 Andreas Beekerexclude integrationtest/build from rat-check
2018-12-31 Andreas Beeker#63047 - Make POILogger subclassable
next