aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf
Commit message (Expand)AuthorAgeFilesLines
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-035-26/+29
* Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker"Andreas Beeker2019-12-011-8/+17
* change package.html to package-info.javaAndreas Beeker2019-12-012-44/+28
* fix javadocAxel Howind2019-11-291-2/+2
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-172-4/+2
* Fix some IDE warnings and update some JavaDocDominik Stadler2019-10-261-13/+5
* Remove references to DatatypeConverterAndreas Beeker2019-10-251-7/+10
* 63779 Add support for the new Java date/time API added in Java 8Dominik Stadler2019-10-092-1/+62
* add XPathHelperPJ Fanning2019-09-241-3/+3
* add TransformerHelperPJ Fanning2019-09-242-4/+4
* Bug 63768: Adjust handling of SchemaFactoryPJ Fanning2019-09-241-2/+14
* try to avoid casting to intPJ Fanning2019-09-149-35/+36
* Bug 63657: Optimize onDocumentWrite() to not do the full re-assignmentDominik Stadler2019-08-151-4/+29
* Bug 63657: Rework the for bug #62130 to not use up twice as much memory when ...Dominik Stadler2019-08-121-15/+58
* Bug 62906 and 63401: Ensure tables have an initial name which does not confli...Dominik Stadler2019-06-222-4/+16
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-221-1/+1
* [bug-57342] Excel compatible Zip64 implementation. Thanks to Krzysztof Rzymko...PJ Fanning2019-06-124-2/+419
* [bug-63463] fix issue with shifting rows. Thanks to David Gauntt.PJ Fanning2019-05-301-2/+3
* [bug-62906] ensure table display name is always setPJ Fanning2019-04-262-0/+7
* Bug 63371: addMergedRegion does not update CTMergeCells.getCountDominik Stadler2019-04-231-1/+6
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-231-3/+3
* Bug 63330 -- use skipfully instead of hoping skip() worksTim Allison2019-04-101-1/+1
* replace version number 4.0.2PJ Fanning2019-03-312-2/+2
* #61700 getForceFormulaRecalculation() returns wrong valueGreg Woolsey2019-03-311-3/+3
* [bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to...PJ Fanning2019-03-301-1/+1
* fix build issuePJ Fanning2019-03-301-7/+4
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-182-0/+20
* Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetupDominik Stadler2019-03-101-15/+86
* Fix a regression test failure, toString() should never return nullDominik Stadler2019-03-032-16/+20
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-262-83/+46
* pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common baseVladislav Galas2019-01-262-71/+9
* pulled *Cell.setCellValue(double) to the common baseVladislav Galas2019-01-262-40/+10
* pulled *Cell.getCellTypeEnum() to common baseVladislav Galas2019-01-262-34/+0
* pulled *Cell.getAddress to common baseVladislav Galas2019-01-262-16/+0
* purged usages of Cell.setCellType (left only in tests, where conversions are ...Vladislav Galas2019-01-261-4/+0
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-262-8/+25
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-264-9/+9
* added Cell.setBlank() - as an alias, for nowVladislav Galas2019-01-261-2/+2
* setCellFormula: blank cell gets value 0, non-blank value is preservedVladislav Galas2019-01-262-87/+130
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-132-19/+8
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-111-3/+1
* unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...Vladislav Galas2019-01-073-66/+53
* Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe.Vladislav Galas2019-01-041-21/+14
* Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl...Vladislav Galas2019-01-033-12/+10
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-023-4/+3
* Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XS...Vladislav Galas2019-01-021-6/+6
* fix since annotationPJ Fanning2018-12-311-1/+1
* Bug 60845: Apply patch and adjust testsDominik Stadler2018-12-303-4/+55
* IDE and JavaDoc fixes, make base test classes abstractDominik Stadler2018-12-305-24/+30
* Bug 61532: Fix setting values/types during formula evaluation for SXSSFDominik Stadler2018-12-282-9/+73