aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src
Commit message (Expand)AuthorAgeFilesLines
* [bug-66682] fix xslb reading support for formula cells of boolean type. This ...PJ Fanning2023-07-122-0/+148
* [bug-66675] fix issue with writing xlsx (core properties being added twice)PJ Fanning2023-07-123-2/+25
* [bug-62181] try to handle file where shared string loading is happening twicePJ Fanning2023-07-032-1/+18
* apply some spelling fixesPJ Fanning2023-06-282-2/+2
* apply some spelling fixesPJ Fanning2023-06-2715-19/+19
* apply some spelling fixesPJ Fanning2023-06-2711-39/+39
* apply some spelling fixesPJ Fanning2023-06-2712-25/+25
* add XSSF test where 2 row instances have same rowNumPJ Fanning2023-06-231-5/+29
* [bug-66661] revert github-269 due to it breaking formulas with table referencesPJ Fanning2023-06-224-22/+8
* bouncycastle 1.75PJ Fanning2023-06-211-1/+1
* fix test assertionPJ Fanning2023-06-181-1/+1
* xddf testPJ Fanning2023-06-161-0/+30
* [bug-66650] add chartex classes to poi-ooxml-fullPJ Fanning2023-06-151-0/+5
* bouncycastle 1.74PJ Fanning2023-06-151-1/+1
* [GitHub-473] Add getCTSettings() to XWPFSettings. This closes #473PJ Fanning2023-06-141-0/+10
* Need to lower the min expected width after changes for bug 66632Dominik Stadler2023-06-081-1/+1
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-0863-171/+179
* improve exception handlingPJ Fanning2023-06-071-0/+3
* [bug-66612] get macrosheet xml (test)PJ Fanning2023-05-222-3/+3
* [bug-66612] get macrosheet xml (test)PJ Fanning2023-05-221-0/+8
* [bug-66612] get macrosheet xml (test)PJ Fanning2023-05-222-2/+27
* add content types for macrosheetsPJ Fanning2023-05-221-2/+2
* [bug-66607] perf issue processing array formulasPJ Fanning2023-05-193-10/+17
* Bug 66598: Fix invalid loop-condition when cleaning up CTCellsDominik Stadler2023-05-142-2/+52
* Fix a case in IdentifierManager.release(), reformat, add testsDominik Stadler2023-05-142-21/+77
* [bug-66584] ensure ZipPackage closes input stream when exceptions happenPJ Fanning2023-04-281-3/+1
* spellingPJ Fanning2023-04-281-1/+1
* bouncycastle 1.73PJ Fanning2023-04-121-1/+1
* xmlsec 3.0.2PJ Fanning2023-04-041-2/+2
* Add more information in exception when formula parsing failsDominik Stadler2023-03-212-15/+94
* fix testPJ Fanning2023-03-181-1/+1
* use 'its'PJ Fanning2023-03-185-5/+5
* use 'an'PJ Fanning2023-03-1814-18/+18
* [bug-66532] more performant way to iterate over codepoints. Thanks to Matthia...PJ Fanning2023-03-171-13/+16
* revert test changePJ Fanning2023-03-071-4/+0
* byte-buddy 1.14.1PJ Fanning2023-03-071-0/+4
* sxssf date style testPJ Fanning2023-03-071-0/+28
* [bug-66485] poi-ooxml-full: generate classes for drawing/2012/chart schemaPJ Fanning2023-02-211-0/+1
* safety check on throwable catchPJ Fanning2023-02-141-1/+4
* add util code to rethrow fatal exceptionsPJ Fanning2023-02-142-2/+11
* provide way to clear the state on the ThreadLocal used byby ExtractorFactoryPJ Fanning2023-02-111-0/+18
* [bug-66475] SignatureConfig: remove ThreadLocals and deprecated code associat...PJ Fanning2023-02-112-115/+4
* upgrade bouncycastlePJ Fanning2023-02-101-3/+3
* Avoid a file-handle leak in testsDominik Stadler2023-02-051-8/+9
* Bug 66436: Fix invalid handling of padded encrypted bytesDominik Stadler2023-02-052-39/+207
* [bug-65260] partial revert of recent changesPJ Fanning2023-02-051-4/+4
* fix compile issuesPJ Fanning2023-02-041-3/+3
* [bug-65260] catch Throwable instead of error - see https://github.com/apache/...PJ Fanning2023-02-041-2/+2
* Bug 54373: Include alpha/transparency value when creating an XSSFColor from a...Dominik Stadler2023-01-303-4/+34
* Bug 62272: Include alpha/transparency value when setting a color-value for a ...Dominik Stadler2023-01-302-12/+57