summaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main
Commit message (Expand)AuthorAgeFilesLines
* Fix when bodyElements contain sdt, the inserted element is in the wrong positionBida Fan2022-12-271-1/+1
* Bug 65260: Fix how we ignore errors when fonts are not installedDominik Stadler2022-12-261-2/+6
* [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/+2
* remove unnecessary short casts for getCellStyleAtPJ Fanning2022-12-121-1/+1
* try to speed up SXSSFCell getColumnIndexPJ Fanning2022-12-122-6/+23
* 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-122-13/+38
* possible issue when streaming xssf cells with formulasPJ Fanning2022-11-281-3/+1
* [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-281-27/+33
* javadocPJ Fanning2022-11-212-4/+4
* [bug-66347] add XWPFTheme support to XWPFDocument. Thanks to Stephan Schwiebert.PJ Fanning2022-11-163-1/+225
* Adjust tests, comments, JavaDoc, IDE suggestionsDominik Stadler2022-11-131-1/+1
* [github-389] Insert paragraphs and tables into XWPFDocuments recursively. Tha...PJ Fanning2022-10-181-55/+160
* [bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)PJ Fanning2022-10-132-98/+82
* [bug-66306] make XSLFDiagramGroupShape publicPJ Fanning2022-10-131-2/+2
* javadocPJ Fanning2022-10-081-1/+1
* [bug-66263] add test case to try to get extra classes into poi-ooxml-litePJ Fanning2022-09-142-0/+26
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-1411-21/+23
* 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
* tidy up codePJ Fanning2022-08-312-31/+31
* reuse codePJ Fanning2022-08-281-1/+3
* reuse codePJ Fanning2022-08-285-5/+10
* reuse codePJ Fanning2022-08-281-2/+2
* reuse codePJ Fanning2022-08-2811-22/+30
* [bug-63575] support capitalized text in XWPFWordExtractorPJ Fanning2022-08-281-6/+12
* do not rely on xml namespace prefixes - use the URIsPJ Fanning2022-08-284-20/+29
* [bug-66242] Fix issue with orphaned (in package) images and notes post slide ...PJ Fanning2022-08-283-3/+59
* sonar issuesPJ Fanning2022-08-252-3/+7
* sonar issuesPJ Fanning2022-08-251-2/+2
* [bug-65473] when copy slide, new slide uses old textrun object reference. Tha...PJ Fanning2022-08-191-12/+3
* javadocPJ Fanning2022-08-191-0/+4
* [bug-66230] don't fail to create SXSSFSheet if auto size tracker can't be ini...PJ Fanning2022-08-181-17/+38
* [bug-66215] try to improve logic for overlapping tablesPJ Fanning2022-08-171-2/+8
* [bug-66215] try to fix formulas in tables after row/column shiftingPJ Fanning2022-08-161-0/+45
* [bug-66216] fix issue where pivotTable.getPivotCacheDefinition() returns nullPJ Fanning2022-08-151-0/+1
* [bug-66216] fix issue where pivotTable.getPivotCacheDefinition() returns nullPJ Fanning2022-08-152-1/+13
* [bug-66213] hack clone table code to avoid failing with edge casesPJ Fanning2022-08-141-2/+3
* [bug-66213] hack clone table code to avoid failing with edge casesPJ Fanning2022-08-142-68/+76
* further issue with clonePJ Fanning2022-08-131-1/+6
* [bug-66213] hack clone table code to avoid failing with edge casesPJ Fanning2022-08-132-6/+20
* [bug-66213] clone tables while cloning sheet. Thanks to Axel Richter.PJ Fanning2022-08-132-0/+126
* [bug-66212] try to remove table part for table when removing tablePJ Fanning2022-08-131-4/+10
* [bug-66212] try to remove package part for table when removing tablePJ Fanning2022-08-131-4/+6