| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add more classes for LinkVideoToPptx example | Andreas Beeker | 2020-12-04 | 1 | -23/+30 |
* | try to add missing classes to poi-ooxml-schemas (needed for new example) | PJ Fanning | 2020-12-04 | 1 | -2/+18 |
* | get and set heightRule for table row | Sayi | 2020-12-04 | 1 | -0/+14 |
* | #64867 - Provide PDF rendering with PPTX2PNG | Andreas Beeker | 2020-11-08 | 1 | -0/+4 |
* | test also render to SVG, PDF | Andreas Beeker | 2020-11-04 | 1 | -13/+29 |
* | Fix file-handle-leaks when re-writing documents or slideshows | Dominik Stadler | 2020-11-01 | 2 | -11/+13 |
* | Bug 64460: Fix invalid moving of merged regions | Dominik Stadler | 2020-11-01 | 1 | -64/+67 |
* | Improve error messages on missing Factory-implementations, fix Sonar issues a... | Dominik Stadler | 2020-11-01 | 2 | -24/+24 |
* | Fix Sonar issues and IDE warnings | Dominik Stadler | 2020-10-25 | 1 | -3/+2 |
* | Update tests for bug 63845 some more | Dominik Stadler | 2020-10-25 | 1 | -5/+15 |
* | create "build" directory - necessary when running in maven directory structur... | Andreas Beeker | 2020-10-24 | 1 | -0/+1 |
* | Ignore test on no-scratchpad run | Andreas Beeker | 2020-10-19 | 1 | -0/+3 |
* | #64817 - Fix issue in testXLSXinPPT | Andreas Beeker | 2020-10-18 | 1 | -17/+25 |
* | disable broken test | PJ Fanning | 2020-10-16 | 1 | -0/+2 |
* | Add unit test for XLSX embedded in PPT and WorkbookFactory, was already fixed | Nick Burch | 2020-10-13 | 1 | -0/+43 |
* | #64773 - Visual signatures for .xlsx/.docx | Andreas Beeker | 2020-10-10 | 2 | -9/+122 |
* | Fix IDE warnings, add more assertion-output | Dominik Stadler | 2020-09-25 | 1 | -20/+18 |
* | Add more render test images | Andreas Beeker | 2020-09-16 | 1 | -1/+2 |
* | ignore IBM certificate chain issue | Andreas Beeker | 2020-09-08 | 1 | -1/+6 |
* | CTRow removes tc when row removes cell | Sayi | 2020-09-01 | 1 | -0/+15 |
* | #64693 - POI HwmfGraphics cannot read the embedded document title | Andreas Beeker | 2020-08-30 | 1 | -8/+20 |
* | [bug-64691] rename field | PJ Fanning | 2020-08-27 | 1 | -5/+5 |
* | Add get/set indentationLeftChars/indentationRightChars in paragraph | Sayi | 2020-08-27 | 1 | -1/+16 |
* | Update library versions | Andreas Beeker | 2020-08-18 | 6 | -270/+158 |
* | Activate Forbidden-Apis-Check also for other tests | Andreas Beeker | 2020-08-17 | 1 | -3/+1 |
* | use the forbidden-apis policies corresponding to the JRE | Andreas Beeker | 2020-08-15 | 6 | -35/+35 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-08-13 | 7 | -98/+89 |
* | Bug 64667.xlsx prevent NPE loading styles table | Tim Allison | 2020-08-13 | 1 | -0/+8 |
* | add removeTable method in cell | Sayi | 2020-08-10 | 1 | -0/+26 |
* | [github-187] Add length validation for Excel DataValidations that are list li... | PJ Fanning | 2020-08-09 | 1 | -0/+21 |
* | Use the existing CTExternalData element | Sayi | 2020-08-09 | 1 | -2/+22 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-07-22 | 65 | -458/+440 |
* | [bug-64605] add support for non-integer font sizes on character runs (use dou... | PJ Fanning | 2020-07-16 | 2 | -2/+3 |
* | [bug-64605] add support for non-integer font sizes on character runs | PJ Fanning | 2020-07-16 | 1 | -0/+6 |
* | use BigInteger.valueOf | PJ Fanning | 2020-07-16 | 2 | -3/+3 |
* | fix some tests | PJ Fanning | 2020-07-16 | 1 | -3/+2 |
* | fix some tests | PJ Fanning | 2020-07-16 | 3 | -6/+1 |
* | remove some deprecated code | PJ Fanning | 2020-07-15 | 1 | -4/+4 |
* | fix test compile - some follow up needed | PJ Fanning | 2020-07-15 | 3 | -49/+23 |
* | [bug-64508] add guard for invalid v value | PJ Fanning | 2020-07-15 | 1 | -0/+14 |
* | [bug-64600] Avoid XWPF NPE when styleid is null. Thanks to Sayi. This closes ... | PJ Fanning | 2020-07-14 | 1 | -0/+6 |
* | rename internal method | PJ Fanning | 2020-07-13 | 1 | -2/+2 |
* | [bug-64595] SXSSF: Missing quoting of pre-evaluated string values in formula ... | PJ Fanning | 2020-07-13 | 1 | -0/+26 |
* | get TestDeferredSXSSFWorkbook to use DeferredSXSSFWorkbook in all of its tests | PJ Fanning | 2020-07-06 | 1 | -31/+35 |
* | DeferredSXSSFITestDataProvider | PJ Fanning | 2020-07-06 | 1 | -0/+133 |
* | try to fix issue with missing classes in poi-ooxml-schemas | PJ Fanning | 2020-07-05 | 1 | -0/+5 |
* | try to fix issue with missing classes in poi-ooxml-schemas | PJ Fanning | 2020-07-04 | 1 | -1/+5 |
* | try to fix issue with missing classes in poi-ooxml-schemas | PJ Fanning | 2020-07-04 | 1 | -0/+2 |
* | try to fix issue with missing classes in poi-ooxml-schemas | PJ Fanning | 2020-07-04 | 1 | -0/+6 |
* | add test case | PJ Fanning | 2020-07-03 | 1 | -2/+26 |