aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* convert tabs to spacesPJ Fanning2021-05-2214-719/+719
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890117 13f79535-47bb-0310-9956-ffa450edef68
* add forbidden-apis plugin to gradle buildsAndreas Beeker2021-05-214-19/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890090 13f79535-47bb-0310-9956-ffa450edef68
* activate javadoc lint and fix errorsAndreas Beeker2021-05-21175-2018/+1705
| | | | | | | | | | | | add signing and checksum generation add slf4j-bridge for tests add dependencies to ooxml-lite fix complex enum classes add override annotations move gradle logic to root build generate javadoc in its own dist directory, because JPMS complains about duplicate modules otherwise git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890089 13f79535-47bb-0310-9956-ffa450edef68
* Bug65292: Manual revert r1884958, Add a paragraph by default when creating a ↵Sayi2021-05-204-29/+57
| | | | | | cell and not add a paragraph when loading an existing table cell git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890042 13f79535-47bb-0310-9956-ffa450edef68
* fixed unable to read comments with picturesSayi2021-05-203-2/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890040 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Make sure to revert module-info.class filesDominik Stadler2021-05-151-0/+4
| | | | | | Otherwise CI-builds fail when they were modified by a previous build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889910 13f79535-47bb-0310-9956-ffa450edef68
* One more place where path.separator needs to be used instead of ':'Dominik Stadler2021-05-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889894 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependency on batik-scriptDominik Stadler2021-05-141-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889893 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Disable general Maven job as well and add trigger for ↵Dominik Stadler2021-05-141-3/+4
| | | | | | Gradle-SonarQube-Job git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889892 13f79535-47bb-0310-9956-ffa450edef68
* delete old xmlsec jarPJ Fanning2021-05-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889888 13f79535-47bb-0310-9956-ffa450edef68
* Try to fix compiling on some CI-runs to support all active types of JDKsDominik Stadler2021-05-143-8/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889885 13f79535-47bb-0310-9956-ffa450edef68
* Try to use the correct path-separator on WindowsDominik Stadler2021-05-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889880 13f79535-47bb-0310-9956-ffa450edef68
* Make isJava8 true or false, print out result in "init"Dominik Stadler2021-05-141-1/+3
| | | | | | Some CI-builds with Java 11+ seem to still run as "JDK 8" builds... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889879 13f79535-47bb-0310-9956-ffa450edef68
* use commons-io StringBuilderWriterPJ Fanning2021-05-145-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889874 13f79535-47bb-0310-9956-ffa450edef68
* import orderPJ Fanning2021-05-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889873 13f79535-47bb-0310-9956-ffa450edef68
* forbidden api issuePJ Fanning2021-05-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889872 13f79535-47bb-0310-9956-ffa450edef68
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-14288-9147/+8170
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889871 13f79535-47bb-0310-9956-ffa450edef68
* Fix two more invalid paths for the Java 9+ compilationDominik Stadler2021-05-131-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889842 13f79535-47bb-0310-9956-ffa450edef68
* Print out state of isJava8 when building jarsDominik Stadler2021-05-131-2/+8
| | | | | | It seems this is not set properly in some of the CI-builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889841 13f79535-47bb-0310-9956-ffa450edef68
* Use proper module-name without "poi-" prefix when compiling module-java with ↵Dominik Stadler2021-05-131-4/+20
| | | | | | Java 9+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889840 13f79535-47bb-0310-9956-ffa450edef68
* Start moving some bits to the main Gradle fileDominik Stadler2021-05-139-88/+7
| | | | | | | Use a common definition of some constants Gradle plugins are in the main file already anyway git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889839 13f79535-47bb-0310-9956-ffa450edef68
* Bug 65227: Add some more tests, but the actual case is hard to reproduce ↵Dominik Stadler2021-05-131-0/+51
| | | | | | with HSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889838 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63339: Use removeFormulaImpl() where possible and add a test which ↵Dominik Stadler2021-05-132-24/+53
| | | | | | verifies that setting a string-value on a formula cell is performed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889837 13f79535-47bb-0310-9956-ffa450edef68
* Apply some IDE suggestionsDominik Stadler2021-05-133-21/+17
| | | | | | Simpler regexes, missing JavaDoc, final git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889836 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec 2.2.2PJ Fanning2021-05-134-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889816 13f79535-47bb-0310-9956-ffa450edef68
* gradle 7PJ Fanning2021-05-125-21/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889815 13f79535-47bb-0310-9956-ffa450edef68
* Remove invalid codeSayi2021-05-111-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889747 13f79535-47bb-0310-9956-ffa450edef68
* #64844 - Incorrect sizes of images in SVGAndreas Beeker2021-05-0812-27/+329
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889686 13f79535-47bb-0310-9956-ffa450edef68
* Bug 65293 -- npe in HwmfFontTim Allison2021-05-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889636 13f79535-47bb-0310-9956-ffa450edef68
* #65282 - addRun method only adds to run collection, missing iRun collectionSayi2021-05-062-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889551 13f79535-47bb-0310-9956-ffa450edef68
* #65085 - LineRect shall throw more specific exceptionsAndreas Beeker2021-05-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889428 13f79535-47bb-0310-9956-ffa450edef68
* #65214 - Document signed by POI reported as 'partially' signedAndreas Beeker2021-05-027-16/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889427 13f79535-47bb-0310-9956-ffa450edef68
* Fix ArrayIndexOutOfBoundsException if XWPFRun does not set styleSayi2021-04-282-7/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889259 13f79535-47bb-0310-9956-ffa450edef68
* Update to SonarQube plugin 3.1.1 and try to set versionDominik Stadler2021-04-261-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889206 13f79535-47bb-0310-9956-ffa450edef68
* Do not return null for POITextExtractor.getMetadataTextExtractor() for old ↵Dominik Stadler2021-04-264-3/+55
| | | | | | | | | Excel files To adhere to the JavaDoc of the POITextExtractor interface which does not document a possible null return. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889205 13f79535-47bb-0310-9956-ffa450edef68
* Improve error message when formulas cannot be evaluated for some rows in SXSSFDominik Stadler2021-04-262-6/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889204 13f79535-47bb-0310-9956-ffa450edef68
* Rework test to not cause file-handle leaks and add an exclude for Log4j 2Dominik Stadler2021-04-263-156/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889203 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled test to run one single file from the stress-test-documentsDominik Stadler2021-04-261-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889202 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Remove some outdated directories/filesDominik Stadler2021-04-261-1/+4
| | | | | | | Otherwise we run into strange CI failures if some duplicated classes are found in some of the steps git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889201 13f79535-47bb-0310-9956-ffa450edef68
* Jeknins DSL: Disable Maven based Sonar-run to see if the Gradle-based one ↵Dominik Stadler2021-04-262-2/+6
| | | | | | | | works fine now We can get rid of the Maven-based build if the Gradle-based job works fine now! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889200 13f79535-47bb-0310-9956-ffa450edef68
* [github-235] Fix date formatting for number cell values. Thanks to Anthony ↵PJ Fanning2021-04-253-3/+22
| | | | | | Schott. This close #235 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889179 13f79535-47bb-0310-9956-ffa450edef68
* #65228 - the method getCap() does not work correctly in ↵Andreas Beeker2021-04-224-20/+26
| | | | | | xslf.usermodel.XSLFTextRun git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889111 13f79535-47bb-0310-9956-ffa450edef68
* TIKA-3164 - add more .xsb and classes needed for TIKAs extractorAndreas Beeker2021-04-193-6/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888985 13f79535-47bb-0310-9956-ffa450edef68
* Fix JavadocsAndreas Beeker2021-04-1920-123/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888977 13f79535-47bb-0310-9956-ffa450edef68
* Fix JavadocsAndreas Beeker2021-04-1825-326/+275
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888939 13f79535-47bb-0310-9956-ffa450edef68
* fix gradle builds to better comply with IntelliJAndreas Beeker2021-04-183-6/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888936 13f79535-47bb-0310-9956-ffa450edef68
* Fix JavadocsAndreas Beeker2021-04-189-39/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888935 13f79535-47bb-0310-9956-ffa450edef68
* fix javadocsAndreas Beeker2021-04-1518-193/+167
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888805 13f79535-47bb-0310-9956-ffa450edef68
* [github-234] Ensure the hours position is correct. Thanks to Anthony Schott. ↵PJ Fanning2021-04-155-6/+23
| | | | | | This closes #234 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888804 13f79535-47bb-0310-9956-ffa450edef68
* Increase memory for task allJavaDoc to avoid OOM during buildingDominik Stadler2021-04-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888793 13f79535-47bb-0310-9956-ffa450edef68