aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecesssary semicolonsDominik Stadler2018-12-261-1/+1
* Simplify some string operationsDominik Stadler2018-12-261-1/+1
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-7/+7
* [bug-57342] add SXSSFWorkbook setZip64Mode methodPJ Fanning2018-12-041-7/+17
* put back XSSFColor(java.awt.Color clr) constructorPJ Fanning2018-11-161-3/+15
* add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906PJ Fanning2018-11-131-5/+4
* Bug 62872 - Writing large files with 800k rows gives java.io.IOException: Thi...Andreas Beeker2018-11-021-1/+4
* IDE warnings, tried to reproduce Bug 58927, but could notDominik Stadler2018-11-012-71/+54
* Adjust sample for creating comments to also create a .xlsx fileDominik Stadler2018-10-261-6/+9
* fix class cast issur recently introduced in BaseXSSFFormulaEvaluatorPJ Fanning2018-10-191-4/+9
* #62834 FormulaEvaluator.evaluateInCell() throws ExceptionGreg Woolsey2018-10-193-7/+33
* 62815 -- some numeric values not correctly extracted from xlsbTim Allison2018-10-111-3/+3
* fix most alerts reported by LGTM on OOXMLAlain Béarez2018-10-104-52/+73
* use jaxp transformer instead of dom serializer to try fix old-xerces test fai...PJ Fanning2018-10-051-32/+45
* adding tricks from other answers on StackOverflowAlain Béarez2018-10-051-58/+0
* example from StackOverflow question 47065690Alain Béarez2018-10-051-13/+1
* extract valuable code from 54470 submitted patchAlain Béarez2018-10-011-4/+58
* fix lgtm issuesPJ Fanning2018-09-285-20/+14
* fix javadocPJ Fanning2018-09-251-6/+1
* Bug 62740 - XSSFTable constructor automatically assigns invalid (non-unique) ...Greg Woolsey2018-09-191-1/+3
* import existing chart on current drawingAlain Béarez2018-09-051-172/+216
* sonar fixes - blockerAndreas Beeker2018-08-311-2/+4
* #62108 - ArrayIndexOfBounds exception when getColumnWidth()Andreas Beeker2018-08-311-3/+2
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-1/+1
* test integration of XDDF text entitiesAlain Béarez2018-08-263-427/+586
* add new public method to expose cell addresses that have commentsPJ Fanning2018-07-305-9/+36
* ensure xssfsheet getCellComments returns comments with client anchors setPJ Fanning2018-07-301-1/+6
* add null guard in XSSFCommentPJ Fanning2018-07-301-1/+4
* make xssf streaming code more extensiblePJ Fanning2018-07-272-88/+85