| Commit message (Expand) | Author | Age | Files | Lines |
* | Sonar Fixes + Refactor scattered XML initializations to XMLHelper | Andreas Beeker | 2019-12-03 | 5 | -26/+29 |
* | Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker" | Andreas Beeker | 2019-12-01 | 1 | -8/+17 |
* | change package.html to package-info.java | Andreas Beeker | 2019-12-01 | 2 | -44/+28 |
* | fix javadoc | Axel Howind | 2019-11-29 | 1 | -2/+2 |
* | use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) | Axel Howind | 2019-11-17 | 2 | -4/+2 |
* | Fix some IDE warnings and update some JavaDoc | Dominik Stadler | 2019-10-26 | 1 | -13/+5 |
* | Remove references to DatatypeConverter | Andreas Beeker | 2019-10-25 | 1 | -7/+10 |
* | 63779 Add support for the new Java date/time API added in Java 8 | Dominik Stadler | 2019-10-09 | 2 | -1/+62 |
* | add XPathHelper | PJ Fanning | 2019-09-24 | 1 | -3/+3 |
* | add TransformerHelper | PJ Fanning | 2019-09-24 | 2 | -4/+4 |
* | Bug 63768: Adjust handling of SchemaFactory | PJ Fanning | 2019-09-24 | 1 | -2/+14 |
* | try to avoid casting to int | PJ Fanning | 2019-09-14 | 9 | -35/+36 |
* | Bug 63657: Optimize onDocumentWrite() to not do the full re-assignment | Dominik Stadler | 2019-08-15 | 1 | -4/+29 |
* | Bug 63657: Rework the for bug #62130 to not use up twice as much memory when ... | Dominik Stadler | 2019-08-12 | 1 | -15/+58 |
* | Bug 62906 and 63401: Ensure tables have an initial name which does not confli... | Dominik Stadler | 2019-06-22 | 2 | -4/+16 |
* | Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors. | Dominik Stadler | 2019-06-22 | 1 | -1/+1 |
* | [bug-57342] Excel compatible Zip64 implementation. Thanks to Krzysztof Rzymko... | PJ Fanning | 2019-06-12 | 4 | -2/+419 |
* | [bug-63463] fix issue with shifting rows. Thanks to David Gauntt. | PJ Fanning | 2019-05-30 | 1 | -2/+3 |
* | [bug-62906] ensure table display name is always set | PJ Fanning | 2019-04-26 | 2 | -0/+7 |
* | Bug 63371: addMergedRegion does not update CTMergeCells.getCount | Dominik Stadler | 2019-04-23 | 1 | -1/+6 |
* | Bug 63073: Adjust returned index of merged regions and verify all calls in tests | Dominik Stadler | 2019-04-23 | 1 | -3/+3 |
* | Bug 63330 -- use skipfully instead of hoping skip() works | Tim Allison | 2019-04-10 | 1 | -1/+1 |
* | 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 |
* | #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations | Greg Woolsey | 2019-03-18 | 2 | -0/+20 |
* | Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetup | Dominik Stadler | 2019-03-10 | 1 | -15/+86 |
* | Fix a regression test failure, toString() should never return null | Dominik Stadler | 2019-03-03 | 2 | -16/+20 |
* | 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 | 1 | -3/+1 |
* | 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 |
* | 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 |
* | Bug 61532: Fix setting values/types during formula evaluation for SXSSF | Dominik Stadler | 2018-12-28 | 2 | -9/+73 |