aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-272-0/+0
* 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
* [github-408] Increase performance of StylesTable.putStyle. Thanks to Jason Mi...PJ Fanning2022-12-211-2/+4
* 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
* javadocPJ Fanning2022-11-212-4/+4
* [bug-66347] add read testPJ Fanning2022-11-181-0/+43
* [bug-66347] add XWPFTheme support to XWPFDocument. Thanks to Stephan Schwiebert.PJ Fanning2022-11-164-1/+227
* Adjust tests, comments, JavaDoc, IDE suggestionsDominik Stadler2022-11-132-2/+5
* [github-389] Insert paragraphs and tables into XWPFDocuments recursively. Tha...PJ Fanning2022-10-182-59/+193
* [bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)PJ Fanning2022-10-134-99/+113
* [bug-66306] make XSLFDiagramGroupShape publicPJ Fanning2022-10-131-2/+2
* javadocPJ Fanning2022-10-081-1/+1
* pptx testPJ Fanning2022-09-291-0/+12
* [bug-66278] Bug with multiple gradient stops at the exact same location causi...PJ Fanning2022-09-271-25/+123
* [bug-66263] add test case to try to get extra classes into poi-ooxml-litePJ Fanning2022-09-143-0/+66
* [bug-66263] add test case to try to get extra classes into poi-ooxml-litePJ Fanning2022-09-141-0/+9
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1412-23/+25
* try to use checked exceptions where APIs already support themPJ Fanning2022-09-148-11/+18
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1425-57/+57
* some lgtm issuesPJ Fanning2022-09-132-9/+15
* [bug-66257] javadocPJ Fanning2022-09-101-8/+13
* [bug-66257] javadocPJ Fanning2022-09-101-17/+50
* [bug-66257] add explicit POIXMLException when sheet package cannot be foundPJ Fanning2022-09-101-0/+3
* extend testsPJ Fanning2022-09-051-0/+82
* extend testPJ Fanning2022-09-031-0/+2
* add CellUtil testPJ Fanning2022-09-021-0/+38
* rework CellUtil testPJ Fanning2022-09-021-2/+2
* CellUtil: allow fill colors to be set to nullPJ Fanning2022-09-021-3/+29
* bug-66052 fix broken testPJ Fanning2022-09-011-2/+0
* bug-66052 add broken test (see comment 10)PJ Fanning2022-09-011-0/+35
* tidy up codePJ Fanning2022-08-312-31/+31