aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
Commit message (Expand)AuthorAgeFilesLines
* try to fix gradle issuesPJ Fanning2023-02-221-1/+1
* [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-102-7/+7
* 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
* don't create format pr instance for read eventsPJ Fanning2023-01-291-12/+17
* rework SXSSF groupRow and add testPJ Fanning2023-01-283-17/+76
* edge case (avoid short overflow)PJ Fanning2023-01-281-6/+2
* try to improve performance of XSSFSheet row/col grouping/ungroupingPJ Fanning2023-01-282-21/+59
* reorder xssf codePJ Fanning2023-01-241-1/+1
* remove incomplete testPJ Fanning2023-01-131-46/+0
* byte-buddy 1.12.22PJ Fanning2023-01-131-0/+46
* xmlunit 2.9.1PJ Fanning2023-01-111-1/+1
* Saxon-HE is included in more place, combine these into the main gradle buildDominik Stadler2023-01-061-4/+0
* Avoid some NullPointerException and ClassCastExceptions found when fuzzing Ap...Dominik Stadler2023-01-031-1/+3
* Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing A...Dominik Stadler2023-01-015-0/+19
* Rename method for color from "RBG" to "RGB"Dominik Stadler2022-12-301-1/+1
* [github-409] Textruns not honouring highlight. Thans to gffloodg. This closes...PJ Fanning2022-12-283-1/+190
* [bug-66397] update temp file code. Thanks to lsq27.PJ Fanning2022-12-281-2/+4
* try to get rid of cached module-info classesPJ Fanning2022-12-273-32/+2
* Fix when bodyElements contain sdt, the inserted element is in the wrong positionBida Fan2022-12-272-1/+17
* Bug 65260: Fix how we ignore errors when fonts are not installedDominik Stadler2022-12-262-4/+7
* try to fix module-info compilePJ Fanning2022-12-261-27/+9
* doesn't matter what jdk vendor is used to build module-info classesPJ Fanning2022-12-261-2/+0
* try to fix buildPJ Fanning2022-12-261-1/+0
* rebuild module-info.class files even if Java8 usedPJ Fanning2022-12-251-10/+6
* [github-408] Increase performance of StylesTable.putStyle. Thanks to Jason Mi...PJ Fanning2022-12-211-2/+4
* try to build sbomsPJ Fanning2022-12-211-0/+1
* cyclonedx per modulePJ Fanning2022-12-211-0/+19
* slf4j 2.0.6PJ Fanning2022-12-131-1/+1
* untidy hack for shared string counts that are higher than Integer.MAX_VALUEPJ Fanning2022-12-121-2/+26
* untidy hack for shared string counts that are higher than Integer.MAX_VALUEPJ Fanning2022-12-121-2/+2
* remove unnecessary short casts for getCellStyleAtPJ Fanning2022-12-123-3/+3
* try to speed up SXSSFCell getColumnIndexPJ Fanning2022-12-123-6/+37
* small optimisation on getCellStylePJ Fanning2022-12-121-4/+3
* [github-404] issue with text runs and styling relating to table cells. Thanks...PJ Fanning2022-12-123-13/+269
* [bug-66365] add test for EventBasedExcelExtractorPJ Fanning2022-11-281-0/+11
* possible issue when streaming xssf cells with formulasPJ Fanning2022-11-281-3/+1
* [bug-66365] add test for XSSFExcelExtractorPJ Fanning2022-11-281-9/+19
* [bug-66365] update XSSFExcelExtractor to better handle formula cells with cac...PJ Fanning2022-11-281-0/+4
* [bug-66365] rework XSSFCell getRichStringCellValue and getStringCellValue to ...PJ Fanning2022-11-282-27/+44