aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Apply some IDE suggestionsDominik Stadler2020-10-253-22/+17
* Fix bug 64238: Make LOOKUP functions deal with empty last arg correctlyDominik Stadler2020-10-251-9/+15
* Update tests for bug 63845 some moreDominik Stadler2020-10-251-5/+15
* Prevent some unit-tests from failing when non-English local is used in Maven runDominik Stadler2020-10-253-31/+50
* Sonar fixes - a few "Try-with-resources should be used"Andreas Beeker2020-10-246-123/+86
* Sonar fixes - a few "String literals should not be duplicated"Andreas Beeker2020-10-244-65/+35
* create "build" directory - necessary when running in maven directory structur...Andreas Beeker2020-10-241-0/+1
* try to fix sonar buildAndreas Beeker2020-10-232-16/+25
* Handle errors from GraalVM native mode runs - UnsupportedFeature on setting S...Andreas Beeker2020-10-201-2/+3
* reformatPJ Fanning2020-10-201-41/+41
* [github-193] Change TRUNC implementation to use MathX. Thanks to Jacob Harris...PJ Fanning2020-10-202-3/+16
* Ignore test on no-scratchpad runAndreas Beeker2020-10-191-0/+3
* #64817 - Fix issue in testXLSXinPPTAndreas Beeker2020-10-185-35/+43
* disable broken testPJ Fanning2020-10-161-0/+2
* Add unit test for XLSX embedded in PPT and WorkbookFactory, was already fixedNick Burch2020-10-131-0/+43
* Add license headerAndreas Beeker2020-10-113-1/+53
* #64773 - Visual signatures for .xlsx/.docxAndreas Beeker2020-10-1023-300/+1322
* Avoid dependency on ooxml-test in integration-testDominik Stadler2020-09-261-2/+2
* Try to fix the Gradle buildDominik Stadler2020-09-261-1/+2
* Fix IDE warnings, add more assertion-outputDominik Stadler2020-09-255-34/+29
* OSGi support: register service providers in bundle activatorYegor Kozlov2020-09-223-0/+23
* Fix Ant javascript issuesAndreas Beeker2020-09-223-0/+127
* #64716 - wmf display error - use FileMagic also for File-based inputAndreas Beeker2020-09-191-32/+28
* adapt to XmlBeans changesAndreas Beeker2020-09-191-23/+23
* Add more render test imagesAndreas Beeker2020-09-161-1/+2
* #64716 - wmf display error - WmfExtTextOut - move current location to the end...Andreas Beeker2020-09-151-0/+17
* [bug-64721] NullPointerException occurs when calling getDataSize() of an obje...PJ Fanning2020-09-092-0/+55
* ignore IBM certificate chain issueAndreas Beeker2020-09-082-6/+11
* #64716 - wmf display error - fixed charset used for reading typefaceAndreas Beeker2020-09-081-13/+18
* PPTXPNG - parent directory of relative input file was nullAndreas Beeker2020-09-031-1/+1
* add "provided" jars to binary dist bundleAndreas Beeker2020-09-031-5/+5
* fix typoAndreas Beeker2020-09-021-1/+1
* Adapt to new XmlBeans changes of r1881383Andreas Beeker2020-09-011-3/+3
* [github-192] Fix DOUGHNUT chart creation. Thanks to Tomás Cerdá. This close...PJ Fanning2020-09-011-1/+1
* CTRow removes tc when row removes cellSayi2020-09-012-0/+16
* #64693 - POI HwmfGraphics cannot read the embedded document titleAndreas Beeker2020-08-3022-71/+348
* [bug-64691] rename fieldPJ Fanning2020-08-273-28/+28
* Add get/set indentationLeftChars/indentationRightChars in paragraphSayi2020-08-272-1/+68
* Update library versionsAndreas Beeker2020-08-1837-1666/+1494
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-1736-836/+823
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-175-44/+53
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-161-31/+20
* removed test which is covered by TestPPTX2PNGAndreas Beeker2020-08-161-149/+80
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-1620-11/+81
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-1658-213/+294
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-166-158/+173
* try to fix no-scratchpad testAndreas Beeker2020-08-161-1/+1
* Fix typoAndreas Beeker2020-08-151-1/+1
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-1526-596/+537
* also handle wrapped OOXML "Package" nodes inside of OLE2 containersAndreas Beeker2020-08-145-10/+30