summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
* try to fix javadoc issuesPJ Fanning2019-04-051-3/+6
* 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
* upgrade xmlsec, slf4j, batikPJ Fanning2019-03-211-2/+2
* upgrade bouncycastle and curvesapiPJ Fanning2019-03-211-1/+1
* remove unncessary synchronizationPJ Fanning2019-03-201-1/+1
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-191-1/+1
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-182-0/+20
* fix some cases where iterator usage does not check hasNextPJ Fanning2019-03-141-1/+1
* Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetupDominik Stadler2019-03-101-15/+86
* Adjust test to not fail with Xerces XML Parser, fix some IDE warningsDominik Stadler2019-03-102-14/+8
* [bug-63240] make SAXHelper.newXMLReader non-synchronized]PJ Fanning2019-03-061-1/+1
* [bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized]PJ Fanning2019-03-061-1/+1
* Fix a regression test failure, toString() should never return nullDominik Stadler2019-03-032-16/+20
* Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so...Dominik Stadler2019-03-022-2/+3
* Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch...Yegor Kozlov2019-02-131-1/+3
* Bug 63029: OPCPackage Potentially clobbers files on close() Yegor Kozlov2019-02-121-3/+7
* 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-114-11/+4
* Bug #60977 writing XSSF with custom properties twice corrupts outputGreg Woolsey2019-01-111-0/+5
* 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
* Add missing revert() in OPCPackage to close Zip-streams alwaysDominik Stadler2019-01-011-0/+3
* Add missing file-close in ZipInputStreamZipEntrySource seen in some mass regr...Dominik Stadler2019-01-011-2/+8
* 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
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-285-89/+447
* Fix JavadocsAndreas Beeker2018-12-281-5/+6
* Bug 61532: Fix setting values/types during formula evaluation for SXSSFDominik Stadler2018-12-282-9/+73
* Bug 62629: Allow to handle files with invalid content types for picturesDominik Stadler2018-12-271-2/+5
* Re-instate two dev-tools that we lost in some refactoring,Dominik Stadler2018-12-272-0/+282
* IDE and JavaDoc fixes, close() in testsDominik Stadler2018-12-271-1/+1
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-268-46/+25
* Fix incorrect constant for pict-filesDominik Stadler2018-12-261-1/+1