aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [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
* add disabled test casePJ Fanning2022-07-222-71/+96
* forbidden apiPJ Fanning2022-07-221-1/+2
* forbidden apiPJ Fanning2022-07-221-1/+1
* remove commentPJ Fanning2022-07-221-2/+1
* [bug-66176] Integrate SmartArt diagrams from powerpoint presentations. Thanks...PJ Fanning2022-07-225-4/+441
* add testsPJ Fanning2022-07-212-3/+29
* use common PictureTypePJ Fanning2022-07-2111-156/+73
* add getPictureTypeEnumPJ Fanning2022-07-217-26/+189
* add getPictureTypeEnumPJ Fanning2022-07-211-1/+1
* add getPictureTypeEnumPJ Fanning2022-07-202-0/+114
* test issuePJ Fanning2022-07-201-2/+6
* [bug-55330] add setMargin(PageMargin, double)PJ Fanning2022-07-202-9/+45
* [bug-55330] add getMargin(PageMargin)PJ Fanning2022-07-202-8/+39
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...PJ Fanning2022-07-203-23/+102
* use try-with-resourcesPJ Fanning2022-07-201-1/+1
* javadocPJ Fanning2022-07-201-3/+3
* javadocPJ Fanning2022-07-171-0/+1
* [github-348] tidy up number castingPJ Fanning2022-07-171-2/+2