| Commit message (Expand) | Author | Age | Files | Lines |
* | try to fix javadoc issues | PJ Fanning | 2019-04-05 | 1 | -3/+6 |
* | replace version number 4.0.2 | PJ Fanning | 2019-03-31 | 2 | -2/+2 |
* | #61700 getForceFormulaRecalculation() returns wrong value | Greg Woolsey | 2019-03-31 | 1 | -3/+3 |
* | [bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to... | PJ Fanning | 2019-03-30 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations | Greg Woolsey | 2019-03-18 | 2 | -0/+20 |
* | 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 | 1 | -15/+86 |
* | Adjust test to not fail with Xerces XML Parser, fix some IDE warnings | Dominik Stadler | 2019-03-10 | 2 | -14/+8 |
* | [bug-63240] make SAXHelper.newXMLReader non-synchronized] | PJ Fanning | 2019-03-06 | 1 | -1/+1 |
* | [bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized] | PJ Fanning | 2019-03-06 | 1 | -1/+1 |
* | Fix a regression test failure, toString() should never return null | Dominik Stadler | 2019-03-03 | 2 | -16/+20 |
* | Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so... | Dominik Stadler | 2019-03-02 | 2 | -2/+3 |
* | Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch... | Yegor Kozlov | 2019-02-13 | 1 | -1/+3 |
* | Bug 63029: OPCPackage Potentially clobbers files on close() | Yegor Kozlov | 2019-02-12 | 1 | -3/+7 |
* | pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common... | Vladislav Galas | 2019-01-26 | 2 | -83/+46 |
* | 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 | 1 | -4/+0 |
* | made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel... | Vladislav Galas | 2019-01-26 | 2 | -8/+25 |
* | purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w... | Vladislav Galas | 2019-01-26 | 4 | -9/+9 |
* | 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 | 2 | -87/+130 |
* | Fix some Findbugs and IDE issues, refactor some duplicated code, | Dominik Stadler | 2019-01-13 | 2 | -19/+8 |
* | IDE and JavaDoc fixes, move/remove some unfixed tests | Dominik Stadler | 2019-01-11 | 4 | -11/+4 |
* | Bug #60977 writing XSSF with custom properties twice corrupts output | Greg Woolsey | 2019-01-11 | 1 | -0/+5 |
* | unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja... | Vladislav Galas | 2019-01-07 | 3 | -66/+53 |
* | Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe. | Vladislav Galas | 2019-01-04 | 1 | -21/+14 |
* | Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl... | Vladislav Galas | 2019-01-03 | 3 | -12/+10 |
* | Bug 62828: CellReference(Cell) now initializes sheet name. | Vladislav Galas | 2019-01-02 | 3 | -4/+3 |
* | 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 |
* | Bug 60845: Apply patch and adjust tests | Dominik Stadler | 2018-12-30 | 3 | -4/+55 |
* | IDE and JavaDoc fixes, make base test classes abstract | Dominik Stadler | 2018-12-30 | 5 | -24/+30 |
* | #63028 - Provide font embedding for slideshows | Andreas Beeker | 2018-12-28 | 5 | -89/+447 |
* | Fix Javadocs | Andreas Beeker | 2018-12-28 | 1 | -5/+6 |
* | Bug 61532: Fix setting values/types during formula evaluation for SXSSF | Dominik Stadler | 2018-12-28 | 2 | -9/+73 |
* | Bug 62629: Allow to handle files with invalid content types for pictures | Dominik Stadler | 2018-12-27 | 1 | -2/+5 |
* | Re-instate two dev-tools that we lost in some refactoring, | Dominik Stadler | 2018-12-27 | 2 | -0/+282 |
* | IDE and JavaDoc fixes, close() in tests | Dominik Stadler | 2018-12-27 | 1 | -1/+1 |
* | Fix various IDE warnings and some JavaDoc adjustments | Dominik Stadler | 2018-12-26 | 8 | -46/+25 |
* | Fix incorrect constant for pict-files | Dominik Stadler | 2018-12-26 | 1 | -1/+1 |