| Commit message (Expand) | Author | Age | Files | Lines |
* | use xmlbeans-3.0.3 rc version | PJ Fanning | 2019-03-20 | 1 | -616/+616 |
* | Switch to parameterized test and add some more information to try to find | Dominik Stadler | 2019-03-19 | 1 | -13/+35 |
* | Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names | Dominik Stadler | 2019-03-19 | 32 | -120/+110 |
* | [bug-63268] fix issue where CellUtil.setFont is adding unnecessary styles | PJ Fanning | 2019-03-19 | 2 | -1/+25 |
* | pre-release maintenance: | Greg Woolsey | 2019-03-19 | 1 | -0/+0 |
* | Fix a unit test that changed with the implementation of another function. | Greg Woolsey | 2019-03-18 | 1 | -12/+2 |
* | #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations | Greg Woolsey | 2019-03-18 | 16 | -22/+195 |
* | Fix forbidden apis error | Andreas Beeker | 2019-03-16 | 1 | -1/+1 |
* | Use JPG source, otherwise we have problems with Alpha conversion in OpenJDK. | Andreas Beeker | 2019-03-16 | 1 | -1/+1 |
* | Bug 61472: Convert date/time strings to numbers when evaluating formulas | Yegor Kozlov | 2019-03-16 | 6 | -6/+142 |
* | Handle possible invalid date value (#61652) | Greg Woolsey | 2019-03-16 | 1 | -0/+3 |
* | #63264 Conditional Format rule evaluation calculates relative references inco... | Greg Woolsey | 2019-03-16 | 3 | -13/+43 |
* | fix some cases where iterator usage does not check hasNext | PJ Fanning | 2019-03-14 | 3 | -23/+24 |
* | Fix URL for test | Dominik Stadler | 2019-03-10 | 1 | -1/+2 |
* | Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetup | Dominik Stadler | 2019-03-10 | 2 | -52/+161 |
* | Adjust test to not fail with Xerces XML Parser, fix some IDE warnings | Dominik Stadler | 2019-03-10 | 4 | -23/+25 |
* | [bug-63240] make SAXHelper.newXMLReader non-synchronized] | PJ Fanning | 2019-03-06 | 3 | -1/+35 |
* | [bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized] | PJ Fanning | 2019-03-06 | 2 | -1/+19 |
* | Close more file-handles in tests | Dominik Stadler | 2019-03-03 | 7 | -686/+701 |
* | Fix a regression test failure, toString() should never return null | Dominik Stadler | 2019-03-03 | 5 | -91/+100 |
* | Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so... | Dominik Stadler | 2019-03-02 | 5 | -27/+80 |
* | Bug 62151: Fix warnings about illegal reflective access in Java 9+ by | Dominik Stadler | 2019-03-02 | 2 | -25/+214 |
* | Close file-handles for slideshows also when construction fails or when dual-s... | Dominik Stadler | 2019-02-23 | 22 | -836/+903 |
* | Remove some remnants of NFileSystem | Dominik Stadler | 2019-02-23 | 6 | -18/+6 |
* | Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.op... | Dominik Stadler | 2019-02-23 | 3 | -16/+20 |
* | Adjust BaseIntegrationTest some more to better handle invalid file extensions | Dominik Stadler | 2019-02-23 | 1 | -59/+59 |
* | Bug 60980: Fix parsing formulas with intersections in functions args | Yegor Kozlov | 2019-02-21 | 3 | -3/+76 |
* | [bug-63151] handle NPE in UnicodeString | PJ Fanning | 2019-02-19 | 2 | -16/+44 |
* | [bug-63187] fix typos | PJ Fanning | 2019-02-18 | 3 | -5/+5 |
* | Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch... | Yegor Kozlov | 2019-02-13 | 2 | -2/+9 |
* | Bug 63029: OPCPackage Potentially clobbers files on close() | Yegor Kozlov | 2019-02-12 | 2 | -3/+45 |
* | Bug 62980: Make D* functions ignore case in headings | Yegor Kozlov | 2019-02-09 | 1 | -1/+2 |
* | removed accidentally added release-notes | Vladislav Galas | 2019-01-27 | 1 | -44/+0 |
* | Add reproducing test-case for a bug we found newly introduced in JDK 12-ea+28 | Dominik Stadler | 2019-01-27 | 1 | -0/+53 |
* | Fix some IDE warnings and better output in unit test | Dominik Stadler | 2019-01-27 | 3 | -38/+43 |
* | Adjust handling of some exceptions in regression tests | Dominik Stadler | 2019-01-27 | 5 | -30/+61 |
* | Bug 60405: Add initial support for cetab functions so some macros can be | Dominik Stadler | 2019-01-27 | 12 | -110/+1016 |
* | pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common... | Vladislav Galas | 2019-01-26 | 6 | -122/+141 |
* | pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base | Vladislav Galas | 2019-01-26 | 4 | -103/+59 |
* | pulled *Cell.setCellValue(double) to the common base | Vladislav Galas | 2019-01-26 | 5 | -75/+55 |
* | pulled *Cell.getCellTypeEnum() to common base | Vladislav Galas | 2019-01-26 | 5 | -47/+18 |
* | pulled *Cell.getAddress to common base | Vladislav Galas | 2019-01-26 | 5 | -24/+53 |
* | purged usages of Cell.setCellType (left only in tests, where conversions are ... | Vladislav Galas | 2019-01-26 | 13 | -51/+8 |
* | made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel... | Vladislav Galas | 2019-01-26 | 19 | -39/+92 |
* | purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w... | Vladislav Galas | 2019-01-26 | 15 | -32/+31 |
* | added Cell.setBlank() - as an alias, for now | Vladislav Galas | 2019-01-26 | 4 | -4/+30 |
* | setCellFormula: blank cell gets value 0, non-blank value is preserved | Vladislav Galas | 2019-01-26 | 7 | -107/+268 |
* | Fix some IDE warnings and JVM deprecations | Dominik Stadler | 2019-01-22 | 2 | -4/+3 |
* | follow-up to Bug 62904. More tests and improved evaluation of IF in array mode | Yegor Kozlov | 2019-01-14 | 8 | -54/+230 |
* | Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sample | Dominik Stadler | 2019-01-13 | 2 | -4/+7 |