summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-1658-213/+294
| | | | | | removed some unnecessary reflection calls OperationEvaluatorFactory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880903 13f79535-47bb-0310-9956-ffa450edef68
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-166-158/+173
| | | | | | migrated XDGF factories git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880900 13f79535-47bb-0310-9956-ffa450edef68
* fresh nodes on ci-builds ... maybe new luck?Andreas Beeker2020-08-161-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880898 13f79535-47bb-0310-9956-ffa450edef68
* try to fix no-scratchpad testAndreas Beeker2020-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880893 13f79535-47bb-0310-9956-ffa450edef68
* Update links to ci-builds.apache.orgAndreas Beeker2020-08-162-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880892 13f79535-47bb-0310-9956-ffa450edef68
* Migrate JOB DSL to new Jenkins environment ci-builds.apache.orgAndreas Beeker2020-08-161-17/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880889 13f79535-47bb-0310-9956-ffa450edef68
* try to fix spot bugs setting on new ci-builds jenkinsAndreas Beeker2020-08-151-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880882 13f79535-47bb-0310-9956-ffa450edef68
* Fix typoAndreas Beeker2020-08-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880875 13f79535-47bb-0310-9956-ffa450edef68
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-1527-597/+538
| | | | | | fix the forbidden apis issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880866 13f79535-47bb-0310-9956-ffa450edef68
* upgrade forbidden-apis to 3.0.1Andreas Beeker2020-08-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880862 13f79535-47bb-0310-9956-ffa450edef68
* also handle wrapped OOXML "Package" nodes inside of OLE2 containersAndreas Beeker2020-08-145-10/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880861 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-1422-199/+331
| | | | | | - use service locator for SlideShowFactory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880860 13f79535-47bb-0310-9956-ffa450edef68
* [github-191] Fix RuntimeException on array formula referencing blank cell. ↵PJ Fanning2020-08-142-0/+45
| | | | | | Thanks to Miłosz Rembisz. This closes #191 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880844 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-1363-1800/+1811
| | | | | | - rework extractors - see bugzilla entry for more information git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880839 13f79535-47bb-0310-9956-ffa450edef68
* Bug 64659 -- bump max record lengthTim Allison2020-08-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880835 13f79535-47bb-0310-9956-ffa450edef68
* Bug 64667.xlsx prevent NPE loading styles tableTim Allison2020-08-133-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880834 13f79535-47bb-0310-9956-ffa450edef68
* [github-190] Javadoc fixes in ToCSV example. Thanks to Nick Rivera Meredith. ↵PJ Fanning2020-08-121-39/+37
| | | | | | This closes #190 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880802 13f79535-47bb-0310-9956-ffa450edef68
* [github-189] Move date parsing logic to DateParser. Thanks to Miłosz ↵PJ Fanning2020-08-115-78/+221
| | | | | | Rembisz. This closes #189 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880777 13f79535-47bb-0310-9956-ffa450edef68
* add removeTable method in cellSayi2020-08-102-0/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880739 13f79535-47bb-0310-9956-ffa450edef68
* [github-187] Add length validation for Excel DataValidations that are list ↵PJ Fanning2020-08-095-2/+28
| | | | | | literals. Thanks to Leo Webb. This closes #187 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880727 13f79535-47bb-0310-9956-ffa450edef68
* Use the existing CTExternalData elementSayi2020-08-092-2/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880707 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-074-0/+6
| | | | | | - add jdk.unsupported module to main jar for CleanerUtil git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880690 13f79535-47bb-0310-9956-ffa450edef68
* fix build - remove old ant libsAndreas Beeker2020-08-061-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880647 13f79535-47bb-0310-9956-ffa450edef68
* try to fix windows builds - path issues with regex patternsAndreas Beeker2020-08-051-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880619 13f79535-47bb-0310-9956-ffa450edef68
* examples had been moved due to jigsaw modules migrationAndreas Beeker2020-07-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880264 13f79535-47bb-0310-9956-ffa450edef68
* remove obsolete bouncycastle jarsAndreas Beeker2020-07-231-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880229 13f79535-47bb-0310-9956-ffa450edef68
* a few jigsaw related fixesAndreas Beeker2020-07-231-16/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880228 13f79535-47bb-0310-9956-ffa450edef68
* try to make examples more robust - to fix integration testsPJ Fanning2020-07-232-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880185 13f79535-47bb-0310-9956-ffa450edef68
* use Ant 1.10 for the buildsAndreas Beeker2020-07-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880175 13f79535-47bb-0310-9956-ffa450edef68
* add back TempFileUtils.java due to broken buildPJ Fanning2020-07-221-0/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880171 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-22312-1963/+3540
| | | | | | | | | | | | | | | - use classpath-build for Java 8, otherwise use modulepath - save module-info classes to source, when using Java 9+ environment - rename example packages - otherwise package clashes occured in the tests - move agile encryption from ooxml to main. remove EncryptionInfo XmlBeans and schema and use custom xml marshalling - move ooxml test classes which reside in the same package as their tested main class - rename base test classes to "BaseTest..." - temporarily I've used a light version of the main test classes to test scratchpad / ooxml - build.xml - fixed the Rhino javascript errors of the dependency-macros - DrawTextParagraph - fixed StringIndexOutOfBounds when logging set to debug level - use JigSaw provider interface (= Java ServiceLoader), i.e. it wasn't possible (without openening everything), to access ooxml factory classes from main factory stub git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880164 13f79535-47bb-0310-9956-ffa450edef68
* remove more deprecated codePJ Fanning2020-07-163-58/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879965 13f79535-47bb-0310-9956-ffa450edef68
* remove more deprecated codePJ Fanning2020-07-169-261/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879964 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64605] update javadocsPJ Fanning2020-07-162-2/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879960 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64605] update javadocsPJ Fanning2020-07-161-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879958 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64605] add support for non-integer font sizes on character runs (use ↵PJ Fanning2020-07-166-16/+32
| | | | | | double instead of float) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879950 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64605] add support for non-integer font sizes on character runsPJ Fanning2020-07-162-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879949 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64605] add support for non-integer font sizes on character runsPJ Fanning2020-07-162-2/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879948 13f79535-47bb-0310-9956-ffa450edef68
* use BigInteger.valueOfPJ Fanning2020-07-168-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879937 13f79535-47bb-0310-9956-ffa450edef68
* fix some testsPJ Fanning2020-07-161-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879928 13f79535-47bb-0310-9956-ffa450edef68
* fix some testsPJ Fanning2020-07-163-6/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879927 13f79535-47bb-0310-9956-ffa450edef68
* fix test issuePJ Fanning2020-07-151-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879914 13f79535-47bb-0310-9956-ffa450edef68
* try to make examples more robust - to fix integration testsPJ Fanning2020-07-152-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879913 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated codePJ Fanning2020-07-151-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879912 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated codePJ Fanning2020-07-159-181/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879911 13f79535-47bb-0310-9956-ffa450edef68
* fix test compile - some follow up neededPJ Fanning2020-07-154-52/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879910 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated codePJ Fanning2020-07-155-63/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879909 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated codePJ Fanning2020-07-155-168/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879908 13f79535-47bb-0310-9956-ffa450edef68
* try to fix build issuePJ Fanning2020-07-151-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879906 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64508] add guard for invalid v valuePJ Fanning2020-07-152-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879905 13f79535-47bb-0310-9956-ffa450edef68