aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use xmlbeans-3.0.3 rc versionPJ Fanning2019-03-201-616/+616
* Switch to parameterized test and add some more information to try to findDominik Stadler2019-03-191-13/+35
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-1932-120/+110
* [bug-63268] fix issue where CellUtil.setFont is adding unnecessary stylesPJ Fanning2019-03-192-1/+25
* pre-release maintenance:Greg Woolsey2019-03-191-0/+0
* Fix a unit test that changed with the implementation of another function.Greg Woolsey2019-03-181-12/+2
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-1816-22/+195
* Fix forbidden apis errorAndreas Beeker2019-03-161-1/+1
* Use JPG source, otherwise we have problems with Alpha conversion in OpenJDK.Andreas Beeker2019-03-161-1/+1
* Bug 61472: Convert date/time strings to numbers when evaluating formulasYegor Kozlov2019-03-166-6/+142
* Handle possible invalid date value (#61652)Greg Woolsey2019-03-161-0/+3
* #63264 Conditional Format rule evaluation calculates relative references inco...Greg Woolsey2019-03-163-13/+43
* fix some cases where iterator usage does not check hasNextPJ Fanning2019-03-143-23/+24
* Fix URL for testDominik Stadler2019-03-101-1/+2
* Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetupDominik Stadler2019-03-102-52/+161
* Adjust test to not fail with Xerces XML Parser, fix some IDE warningsDominik Stadler2019-03-104-23/+25
* [bug-63240] make SAXHelper.newXMLReader non-synchronized]PJ Fanning2019-03-063-1/+35
* [bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized]PJ Fanning2019-03-062-1/+19
* Close more file-handles in testsDominik Stadler2019-03-037-686/+701
* Fix a regression test failure, toString() should never return nullDominik Stadler2019-03-035-91/+100
* Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so...Dominik Stadler2019-03-025-27/+80
* Bug 62151: Fix warnings about illegal reflective access in Java 9+ byDominik Stadler2019-03-022-25/+214
* Close file-handles for slideshows also when construction fails or when dual-s...Dominik Stadler2019-02-2322-836/+903
* Remove some remnants of NFileSystemDominik Stadler2019-02-236-18/+6
* Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.op...Dominik Stadler2019-02-233-16/+20
* Adjust BaseIntegrationTest some more to better handle invalid file extensionsDominik Stadler2019-02-231-59/+59
* Bug 60980: Fix parsing formulas with intersections in functions argsYegor Kozlov2019-02-213-3/+76
* [bug-63151] handle NPE in UnicodeStringPJ Fanning2019-02-192-16/+44
* [bug-63187] fix typosPJ Fanning2019-02-183-5/+5
* Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch...Yegor Kozlov2019-02-132-2/+9
* Bug 63029: OPCPackage Potentially clobbers files on close() Yegor Kozlov2019-02-122-3/+45
* Bug 62980: Make D* functions ignore case in headingsYegor Kozlov2019-02-091-1/+2
* removed accidentally added release-notesVladislav Galas2019-01-271-44/+0
* Add reproducing test-case for a bug we found newly introduced in JDK 12-ea+28Dominik Stadler2019-01-271-0/+53
* Fix some IDE warnings and better output in unit testDominik Stadler2019-01-273-38/+43
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-275-30/+61
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-2712-110/+1016
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-266-122/+141
* pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common baseVladislav Galas2019-01-264-103/+59
* pulled *Cell.setCellValue(double) to the common baseVladislav Galas2019-01-265-75/+55
* pulled *Cell.getCellTypeEnum() to common baseVladislav Galas2019-01-265-47/+18
* pulled *Cell.getAddress to common baseVladislav Galas2019-01-265-24/+53
* purged usages of Cell.setCellType (left only in tests, where conversions are ...Vladislav Galas2019-01-2613-51/+8
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-2619-39/+92
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-2615-32/+31
* added Cell.setBlank() - as an alias, for nowVladislav Galas2019-01-264-4/+30
* setCellFormula: blank cell gets value 0, non-blank value is preservedVladislav Galas2019-01-267-107/+268
* Fix some IDE warnings and JVM deprecationsDominik Stadler2019-01-222-4/+3
* follow-up to Bug 62904. More tests and improved evaluation of IF in array modeYegor Kozlov2019-01-148-54/+230
* Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sampleDominik Stadler2019-01-132-4/+7