| Commit message (Expand) | Author | Age | Files | Lines |
* | try to fix javadoc issues | PJ Fanning | 2019-04-05 | 1 | -3/+6 |
* | Close more file-handles in tests, convert junit3 tests | Dominik Stadler | 2019-03-31 | 4 | -661/+676 |
* | replace version number 4.0.2 | PJ Fanning | 2019-03-31 | 2 | -2/+2 |
* | fix unit test that I merged wrong. | Greg Woolsey | 2019-03-31 | 1 | -1/+1 |
* | #61700 getForceFormulaRecalculation() returns wrong value | Greg Woolsey | 2019-03-31 | 2 | -11/+9 |
* | [bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to... | PJ Fanning | 2019-03-30 | 2 | -2/+24 |
* | fix build issue | PJ Fanning | 2019-03-30 | 1 | -7/+4 |
* | upgrade xmlsec, slf4j, batik | PJ Fanning | 2019-03-21 | 1 | -2/+2 |
* | upgrade bouncycastle and curvesapi | PJ Fanning | 2019-03-21 | 1 | -1/+1 |
* | remove unncessary synchronization | PJ Fanning | 2019-03-20 | 1 | -1/+1 |
* | Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names | Dominik Stadler | 2019-03-19 | 2 | -4/+4 |
* | 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 | 2 | -0/+20 |
* | #63264 Conditional Format rule evaluation calculates relative references inco... | Greg Woolsey | 2019-03-16 | 1 | -0/+23 |
* | fix some cases where iterator usage does not check hasNext | PJ Fanning | 2019-03-14 | 1 | -1/+1 |
* | 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 | 6 | -655/+658 |
* | 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 | 3 | -2/+20 |
* | Close file-handles for slideshows also when construction fails or when dual-s... | Dominik Stadler | 2019-02-23 | 17 | -721/+782 |
* | 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 |
* | Fix some IDE warnings and better output in unit test | Dominik Stadler | 2019-01-27 | 1 | -23/+28 |
* | pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common... | Vladislav Galas | 2019-01-26 | 3 | -87/+51 |
* | pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base | Vladislav Galas | 2019-01-26 | 2 | -71/+9 |
* | pulled *Cell.setCellValue(double) to the common base | Vladislav Galas | 2019-01-26 | 2 | -40/+10 |
* | pulled *Cell.getCellTypeEnum() to common base | Vladislav Galas | 2019-01-26 | 2 | -34/+0 |
* | pulled *Cell.getAddress to common base | Vladislav Galas | 2019-01-26 | 2 | -16/+0 |
* | purged usages of Cell.setCellType (left only in tests, where conversions are ... | Vladislav Galas | 2019-01-26 | 6 | -22/+5 |
* | made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel... | Vladislav Galas | 2019-01-26 | 6 | -18/+35 |
* | purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w... | Vladislav Galas | 2019-01-26 | 6 | -12/+12 |
* | added Cell.setBlank() - as an alias, for now | Vladislav Galas | 2019-01-26 | 1 | -2/+2 |
* | setCellFormula: blank cell gets value 0, non-blank value is preserved | Vladislav Galas | 2019-01-26 | 3 | -88/+140 |
* | Fix some Findbugs and IDE issues, refactor some duplicated code, | Dominik Stadler | 2019-01-13 | 4 | -31/+21 |
* | Add reproducer for bug 60355 | Dominik Stadler | 2019-01-13 | 1 | -3/+59 |
* | IDE and JavaDoc fixes, move/remove some unfixed tests | Dominik Stadler | 2019-01-11 | 6 | -55/+48 |
* | Add one more test for bug 62828 and fix some IDE warnings | Dominik Stadler | 2019-01-11 | 2 | -27/+31 |
* | Bug #60977 writing XSSF with custom properties twice corrupts output | Greg Woolsey | 2019-01-11 | 2 | -0/+73 |
* | unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja... | Vladislav Galas | 2019-01-07 | 4 | -66/+85 |
* | Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe. | Vladislav Galas | 2019-01-04 | 1 | -21/+14 |
* | Improved test coverage for *Cell classes | Vladislav Galas | 2019-01-04 | 2 | -3/+71 |
* | Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl... | Vladislav Galas | 2019-01-03 | 5 | -14/+58 |
* | Bug 62828: CellReference(Cell) now initializes sheet name. | Vladislav Galas | 2019-01-02 | 5 | -12/+12 |
* | Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XS... | Vladislav Galas | 2019-01-02 | 1 | -6/+6 |
* | Add missing revert() in OPCPackage to close Zip-streams always | Dominik Stadler | 2019-01-01 | 1 | -0/+3 |
* | Add missing file-close in ZipInputStreamZipEntrySource seen in some mass regr... | Dominik Stadler | 2019-01-01 | 1 | -2/+8 |
* | fix since annotation | PJ Fanning | 2018-12-31 | 1 | -1/+1 |