summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* try to fix sonar buildAndreas Beeker2020-10-2311-401/+150
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882792 13f79535-47bb-0310-9956-ffa450edef68
* update commons-codecPJ Fanning2020-10-226-20/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882771 13f79535-47bb-0310-9956-ffa450edef68
* Handle errors from GraalVM native mode runs - UnsupportedFeature on setting ↵Andreas Beeker2020-10-203-93/+28
| | | | | | Sax features together with missing ErrorMessages from the java.xml module git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882714 13f79535-47bb-0310-9956-ffa450edef68
* reformatPJ Fanning2020-10-201-41/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882708 13f79535-47bb-0310-9956-ffa450edef68
* [github-193] Change TRUNC implementation to use MathX. Thanks to Jacob ↵PJ Fanning2020-10-202-3/+16
| | | | | | Harris. This closes #193 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882706 13f79535-47bb-0310-9956-ffa450edef68
* xmlbeans jar locationPJ Fanning2020-10-201-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882705 13f79535-47bb-0310-9956-ffa450edef68
* update ant/maven values, builds@ decided to rename thoseAndreas Beeker2020-10-191-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882671 13f79535-47bb-0310-9956-ffa450edef68
* update jdk values, remove jdk 1.6Andreas Beeker2020-10-191-13/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882670 13f79535-47bb-0310-9956-ffa450edef68
* Ignore test on no-scratchpad runAndreas Beeker2020-10-191-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882664 13f79535-47bb-0310-9956-ffa450edef68
* #64817 - Fix issue in testXLSXinPPTAndreas Beeker2020-10-185-35/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882623 13f79535-47bb-0310-9956-ffa450edef68
* disable broken testPJ Fanning2020-10-161-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882590 13f79535-47bb-0310-9956-ffa450edef68
* use xmlbeans official 4.0.0 releasePJ Fanning2020-10-162-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882586 13f79535-47bb-0310-9956-ffa450edef68
* Test PPT file containing a XLSX via an OLE2 intermediate layer, from Apache TikaNick Burch2020-10-131-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882467 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test for XLSX embedded in PPT and WorkbookFactory, was already fixedNick Burch2020-10-131-0/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882466 13f79535-47bb-0310-9956-ffa450edef68
* Add license headerAndreas Beeker2020-10-113-1/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882398 13f79535-47bb-0310-9956-ffa450edef68
* #64773 - Visual signatures for .xlsx/.docxAndreas Beeker2020-10-1025-301/+1323
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882394 13f79535-47bb-0310-9956-ffa450edef68
* Avoid dependency on ooxml-test in integration-testDominik Stadler2020-09-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882040 13f79535-47bb-0310-9956-ffa450edef68
* More changes to make the Gradle build work againDominik Stadler2020-09-261-0/+13
| | | | | | We have to compile the custom Ant-tasks before invoking Ant from Gradle git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882037 13f79535-47bb-0310-9956-ffa450edef68
* Try to fix the Gradle buildDominik Stadler2020-09-262-19/+47
| | | | | | | | Third party lib updates Also use the temporary XMLBeans 4.0.0 jar Add missing dependencies git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882036 13f79535-47bb-0310-9956-ffa450edef68
* Update third party libraries in pom.xml and build.gradle, update JaCoCo to 0.8.6Dominik Stadler2020-09-256-34/+59
| | | | | | | Maven build should work onw, but Gradle is still broken by the poi-ant-contrib library Also remove outdated third party libraries git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882026 13f79535-47bb-0310-9956-ffa450edef68
* Fix IDE warnings, add more assertion-outputDominik Stadler2020-09-255-34/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882025 13f79535-47bb-0310-9956-ffa450edef68
* OSGi support: register service providers in bundle activatorYegor Kozlov2020-09-229-54/+347
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881924 13f79535-47bb-0310-9956-ffa450edef68
* Fix Ant javascript issuesAndreas Beeker2020-09-224-33/+155
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881914 13f79535-47bb-0310-9956-ffa450edef68
* #64716 - wmf display error - use FileMagic also for File-based inputAndreas Beeker2020-09-191-32/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881838 13f79535-47bb-0310-9956-ffa450edef68
* adapt to XmlBeans changesAndreas Beeker2020-09-191-23/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881835 13f79535-47bb-0310-9956-ffa450edef68
* mark org.apache.commons.logging.* as an optional osgi dependencyYegor Kozlov2020-09-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881825 13f79535-47bb-0310-9956-ffa450edef68
* XmlBeans is now generating Java 1.8 based files - javasources option is not ↵Andreas Beeker2020-09-171-2/+0
| | | | | | available anymore git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881779 13f79535-47bb-0310-9956-ffa450edef68
* Add more render test imagesAndreas Beeker2020-09-164-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881773 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57857 POI OSGi bundleYegor Kozlov2020-09-168-353/+310
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881771 13f79535-47bb-0310-9956-ffa450edef68
* #64716 - wmf display error - WmfExtTextOut - move current location to the ↵Andreas Beeker2020-09-151-0/+17
| | | | | | end of the string after its written to the GraphicsCtx git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881750 13f79535-47bb-0310-9956-ffa450edef68
* remove accidental commitPJ Fanning2020-09-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881583 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64721] NullPointerException occurs when calling getDataSize() of an ↵PJ Fanning2020-09-093-2/+57
| | | | | | object created with ExtRst.copy(). Thanks to Kwon Ohyoung git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881582 13f79535-47bb-0310-9956-ffa450edef68
* ignore IBM certificate chain issueAndreas Beeker2020-09-082-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881570 13f79535-47bb-0310-9956-ffa450edef68
* #64716 - wmf display error - fixed charset used for reading typefaceAndreas Beeker2020-09-081-13/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881567 13f79535-47bb-0310-9956-ffa450edef68
* PPTXPNG - parent directory of relative input file was nullAndreas Beeker2020-09-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881418 13f79535-47bb-0310-9956-ffa450edef68
* add "provided" jars to binary dist bundleAndreas Beeker2020-09-032-7/+11
| | | | | | | add instruction to pptx rendering case-insensitive argument handling in PPTX2PNG git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881416 13f79535-47bb-0310-9956-ffa450edef68
* fix typoAndreas Beeker2020-09-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881402 13f79535-47bb-0310-9956-ffa450edef68
* Adapt to new XmlBeans changes of r1881383Andreas Beeker2020-09-011-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881384 13f79535-47bb-0310-9956-ffa450edef68
* [github-192] Fix DOUGHNUT chart creation. Thanks to Tomás Cerdá. This ↵PJ Fanning2020-09-011-1/+1
| | | | | | closes #192 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881380 13f79535-47bb-0310-9956-ffa450edef68
* CTRow removes tc when row removes cellSayi2020-09-012-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881354 13f79535-47bb-0310-9956-ffa450edef68
* #64693 - POI HwmfGraphics cannot read the embedded document titleAndreas Beeker2020-08-3023-71/+348
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881322 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64691] rename fieldPJ Fanning2020-08-273-28/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881237 13f79535-47bb-0310-9956-ffa450edef68
* Add get/set indentationLeftChars/indentationRightChars in paragraphSayi2020-08-272-1/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881232 13f79535-47bb-0310-9956-ffa450edef68
* fix build errorAndreas Beeker2020-08-191-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880988 13f79535-47bb-0310-9956-ffa450edef68
* use spotbugs in xmlbeans buildsAndreas Beeker2020-08-181-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880975 13f79535-47bb-0310-9956-ffa450edef68
* Update library versionsAndreas Beeker2020-08-1838-1727/+1568
| | | | | | | Replace deprecated junit @Rules with assertThrows Adapt to XMLSec refactoring in version 2.2.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880965 13f79535-47bb-0310-9956-ffa450edef68
* disable old "rapid release" Java versionsAndreas Beeker2020-08-171-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880945 13f79535-47bb-0310-9956-ffa450edef68
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-1737-852/+836
| | | | | | | Max supported Java version is currently Java 14 Fix the check failures git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880944 13f79535-47bb-0310-9956-ffa450edef68
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-175-44/+53
| | | | | | provide EvalutionWorkbook in HSSF/XSSF/SXSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880925 13f79535-47bb-0310-9956-ffa450edef68
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-161-31/+20
| | | | | | | ImageRenderer implementation are now loaded via ServiceLoader fixed the ServiceLoader.load invocations to pass a sensible ClassLoader as OSGi preparation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880911 13f79535-47bb-0310-9956-ffa450edef68