summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* try to fix javadoc issuesPJ Fanning2019-04-051-3/+6
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-314-661/+676
* replace version number 4.0.2PJ Fanning2019-03-312-2/+2
* fix unit test that I merged wrong.Greg Woolsey2019-03-311-1/+1
* #61700 getForceFormulaRecalculation() returns wrong valueGreg Woolsey2019-03-312-11/+9
* [bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to...PJ Fanning2019-03-302-2/+24
* 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-192-4/+4
* Fix a unit test that changed with the implementation of another function.Greg Woolsey2019-03-181-12/+2
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-182-0/+20
* #63264 Conditional Format rule evaluation calculates relative references inco...Greg Woolsey2019-03-161-0/+23
* 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-102-52/+161
* Adjust test to not fail with Xerces XML Parser, fix some IDE warningsDominik Stadler2019-03-104-23/+25
* [bug-63240] make SAXHelper.newXMLReader non-synchronized]PJ Fanning2019-03-063-1/+35
* [bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized]PJ Fanning2019-03-062-1/+19
* Close more file-handles in testsDominik Stadler2019-03-036-655/+658
* Fix a regression test failure, toString() should never return nullDominik Stadler2019-03-035-91/+100
* Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so...Dominik Stadler2019-03-023-2/+20
* Close file-handles for slideshows also when construction fails or when dual-s...Dominik Stadler2019-02-2317-721/+782
* Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch...Yegor Kozlov2019-02-132-2/+9
* Bug 63029: OPCPackage Potentially clobbers files on close() Yegor Kozlov2019-02-122-3/+45
* Fix some IDE warnings and better output in unit testDominik Stadler2019-01-271-23/+28
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-263-87/+51
* 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-266-22/+5
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-266-18/+35
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-266-12/+12
* 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-263-88/+140
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-134-31/+21
* Add reproducer for bug 60355Dominik Stadler2019-01-131-3/+59
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-116-55/+48
* Add one more test for bug 62828 and fix some IDE warningsDominik Stadler2019-01-112-27/+31
* Bug #60977 writing XSSF with custom properties twice corrupts outputGreg Woolsey2019-01-112-0/+73
* unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...Vladislav Galas2019-01-074-66/+85
* Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe.Vladislav Galas2019-01-041-21/+14
* Improved test coverage for *Cell classesVladislav Galas2019-01-042-3/+71
* Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl...Vladislav Galas2019-01-035-14/+58
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-025-12/+12
* 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