aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
Commit message (Expand)AuthorAgeFilesLines
* sonar issuesPJ Fanning2022-08-254-8/+8
* add testPJ Fanning2022-08-231-0/+8
* [bug-65473] extra testPJ Fanning2022-08-191-0/+138
* [bug-65473] when copy slide, new slide uses old textrun object reference. Tha...PJ Fanning2022-08-192-18/+20
* 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-182-2/+13
* [bug-66230] don't fail to create SXSSFSheet if auto size tracker can't be ini...PJ Fanning2022-08-184-20/+791
* [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-162-24/+46
* [bug-66215] add test case (that shows we have issues and need fixes)PJ Fanning2022-08-161-1/+1
* [bug-66215] add test case (that shows we have issues and need fixes)PJ Fanning2022-08-161-0/+24
* [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-153-1/+32
* [bug-66215] add test case (that shows we have issues and need fixes)PJ Fanning2022-08-151-5/+48
* test that original slide is not modifiedPJ Fanning2022-08-151-0/+17
* [bug-66040] add apparently working test casesPJ Fanning2022-08-151-0/+96
* [bug-66040] add apparently working test casesPJ Fanning2022-08-151-49/+142
* [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-143-69/+77
* further issue with clonePJ Fanning2022-08-131-1/+6
* [bug-66213] hack clone table code to avoid failing with edge casesPJ Fanning2022-08-133-6/+52
* [bug-66213] clone tables while cloning sheet. Thanks to Axel Richter.PJ Fanning2022-08-133-6/+146
* [bug-66212] try to remove table part for table when removing tablePJ Fanning2022-08-132-4/+22
* [bug-66212] try to remove package part for table when removing tablePJ Fanning2022-08-131-4/+6
* [bug-66211] add test casePJ Fanning2022-08-131-0/+23
* [bug-66211] don't validate the row XML when using XSSFTable.updateHeadersPJ Fanning2022-08-131-1/+1
* fix escaping in messagePJ Fanning2022-08-091-1/+1
* don't wrap exceptionsPJ Fanning2022-08-071-20/+12
* forbidden api checkPJ Fanning2022-08-071-9/+14
* basic bubble chart supportPJ Fanning2022-08-0716-84/+581
* [github-365] use lambdas. Thanks to Arturo Bernal. This closes #365PJ Fanning2022-08-062-20/+9
* [github-366] remove unnecessary local vars. Thanks to Arturo Bernal. This clo...PJ Fanning2022-08-063-6/+3
* remove unused fieldPJ Fanning2022-08-031-1/+0
* [bug-66181] fix issue with evaluation of blank string in VALUE functionPJ Fanning2022-08-011-2/+2
* [bug-66181] test casePJ Fanning2022-08-011-0/+19
* [bug-66187] issue with XWPFRun creating run properties unnecessarilyPJ Fanning2022-08-011-17/+22
* update method name (has typo)PJ Fanning2022-08-012-2/+15
* Change test to make it work with JDK 19+Dominik Stadler2022-07-291-14/+5
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-07-291-1/+1
* Also look for test-data in parent-directoryDominik Stadler2022-07-291-0/+4
* code to handle smart art rotationsPJ Fanning2022-07-292-1/+37
* try java 19 buildPJ Fanning2022-07-272-0/+0
* try to fix jaav 17 buildPJ Fanning2022-07-271-1/+1
* [bug-66176] rework text box supportPJ Fanning2022-07-272-3/+4
* add testsPJ Fanning2022-07-271-0/+40
* [bug-65562] derive sheet dimensions when outputting SXSSFSheetsPJ Fanning2022-07-265-21/+148
* update some module-info classesPJ Fanning2022-07-254-2/+0
* refactor smart art codePJ Fanning2022-07-252-60/+54
* try to work around issue with getting embedded smart art diagramPJ Fanning2022-07-221-1/+0
* try to work around issue with getting embedded smart art diagramPJ Fanning2022-07-223-24/+51