aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
Commit message (Collapse)AuthorAgeFilesLines
* Saxon-HE is included in more place, combine these into the main gradle buildDominik Stadler2023-01-061-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906427 13f79535-47bb-0310-9956-ffa450edef68
* Avoid some NullPointerException and ClassCastExceptions found when fuzzing ↵Dominik Stadler2023-01-031-1/+3
| | | | | | | | | Apache POI This mostly only makes thrown runtime-exceptions a bit more consistent and improves information in exceptions. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906360 13f79535-47bb-0310-9956-ffa450edef68
* Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing ↵Dominik Stadler2023-01-015-0/+19
| | | | | | | | | Apache POI This mostly only makes thrown exceptions a bit more consistent or may allow some broken documents to be still read. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906322 13f79535-47bb-0310-9956-ffa450edef68
* Rename method for color from "RBG" to "RGB"Dominik Stadler2022-12-301-1/+1
| | | | | | | It's a protected method that is not intended to be used outside anyway. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906276 13f79535-47bb-0310-9956-ffa450edef68
* [github-409] Textruns not honouring highlight. Thans to gffloodg. This ↵PJ Fanning2022-12-283-1/+190
| | | | | | closes #409 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906248 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66397] update temp file code. Thanks to lsq27.PJ Fanning2022-12-281-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906238 13f79535-47bb-0310-9956-ffa450edef68
* try to get rid of cached module-info classesPJ Fanning2022-12-273-32/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906232 13f79535-47bb-0310-9956-ffa450edef68
* Fix when bodyElements contain sdt, the inserted element is in the wrong positionBida Fan2022-12-272-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906225 13f79535-47bb-0310-9956-ffa450edef68
* Bug 65260: Fix how we ignore errors when fonts are not installedDominik Stadler2022-12-262-4/+7
| | | | | | | | The implementation via bug 66230 was not fully working due to the caught exception. Also add this to the 2nd constructor as well. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906218 13f79535-47bb-0310-9956-ffa450edef68
* try to fix module-info compilePJ Fanning2022-12-261-27/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906213 13f79535-47bb-0310-9956-ffa450edef68
* doesn't matter what jdk vendor is used to build module-info classesPJ Fanning2022-12-261-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906212 13f79535-47bb-0310-9956-ffa450edef68
* try to fix buildPJ Fanning2022-12-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906208 13f79535-47bb-0310-9956-ffa450edef68
* rebuild module-info.class files even if Java8 usedPJ Fanning2022-12-251-10/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906207 13f79535-47bb-0310-9956-ffa450edef68
* [github-408] Increase performance of StylesTable.putStyle. Thanks to Jason ↵PJ Fanning2022-12-211-2/+4
| | | | | | Mirra. This closes #408 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906152 13f79535-47bb-0310-9956-ffa450edef68
* try to build sbomsPJ Fanning2022-12-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906146 13f79535-47bb-0310-9956-ffa450edef68
* cyclonedx per modulePJ Fanning2022-12-211-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906134 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.6PJ Fanning2022-12-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905950 13f79535-47bb-0310-9956-ffa450edef68
* untidy hack for shared string counts that are higher than Integer.MAX_VALUEPJ Fanning2022-12-121-2/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905940 13f79535-47bb-0310-9956-ffa450edef68
* untidy hack for shared string counts that are higher than Integer.MAX_VALUEPJ Fanning2022-12-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905939 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary short casts for getCellStyleAtPJ Fanning2022-12-123-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905938 13f79535-47bb-0310-9956-ffa450edef68
* try to speed up SXSSFCell getColumnIndexPJ Fanning2022-12-123-6/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905937 13f79535-47bb-0310-9956-ffa450edef68
* small optimisation on getCellStylePJ Fanning2022-12-121-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905936 13f79535-47bb-0310-9956-ffa450edef68
* [github-404] issue with text runs and styling relating to table cells. ↵PJ Fanning2022-12-123-13/+269
| | | | | | Thanks to gffloodg. This closes #404 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905933 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66365] add test for EventBasedExcelExtractorPJ Fanning2022-11-281-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905577 13f79535-47bb-0310-9956-ffa450edef68
* possible issue when streaming xssf cells with formulasPJ Fanning2022-11-281-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905575 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66365] add test for XSSFExcelExtractorPJ Fanning2022-11-281-9/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905574 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66365] update XSSFExcelExtractor to better handle formula cells with ↵PJ Fanning2022-11-281-0/+4
| | | | | | cached results of string type git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905572 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66365] rework XSSFCell getRichStringCellValue and getStringCellValue to ↵PJ Fanning2022-11-282-27/+44
| | | | | | better support array formula results. Thanks to Espen Amble Kolstad. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905571 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.5PJ Fanning2022-11-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905527 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2022-11-212-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905445 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66347] add read testPJ Fanning2022-11-181-0/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905374 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.4PJ Fanning2022-11-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905373 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66347] add XWPFTheme support to XWPFDocument. Thanks to Stephan Schwiebert.PJ Fanning2022-11-164-1/+227
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905344 13f79535-47bb-0310-9956-ffa450edef68
* jmh 1.36PJ Fanning2022-11-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905307 13f79535-47bb-0310-9956-ffa450edef68
* Avoid build failing locally when older batik-files are still lingering on ↵Dominik Stadler2022-11-131-1/+9
| | | | | | under "build" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905276 13f79535-47bb-0310-9956-ffa450edef68
* Adjust tests, comments, JavaDoc, IDE suggestionsDominik Stadler2022-11-132-2/+5
| | | | | | | | | Add more output for a flaky test which sometimes fails on very slow hardware Shutdown in tests gracefully Otherwise an NPE may "hide" a test-failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905273 13f79535-47bb-0310-9956-ffa450edef68
* jdk19 build issuePJ Fanning2022-10-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904908 13f79535-47bb-0310-9956-ffa450edef68
* [github-389] Insert paragraphs and tables into XWPFDocuments recursively. ↵PJ Fanning2022-10-182-59/+193
| | | | | | Thanks to Anton Oellerer. This closes #389 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904680 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)PJ Fanning2022-10-134-99/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904563 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66306] make XSLFDiagramGroupShape publicPJ Fanning2022-10-131-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904555 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2022-10-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904462 13f79535-47bb-0310-9956-ffa450edef68
* pptx testPJ Fanning2022-09-291-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904334 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.3PJ Fanning2022-09-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904324 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66278] Bug with multiple gradient stops at the exact same location ↵PJ Fanning2022-09-271-25/+123
| | | | | | causing a rendering failure (AWT -> not enough colors in gradient). Thanks to Gareth Floodgate. This closes #385 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904301 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.2PJ Fanning2022-09-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904187 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec 3.0.1PJ Fanning2022-09-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904103 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.1PJ Fanning2022-09-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904091 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66263] add test case to try to get extra classes into poi-ooxml-litePJ Fanning2022-09-143-0/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904081 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66263] add test case to try to get extra classes into poi-ooxml-litePJ Fanning2022-09-141-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904079 13f79535-47bb-0310-9956-ffa450edef68
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1412-23/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904065 13f79535-47bb-0310-9956-ffa450edef68