summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [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-094-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
* 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
* 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
* 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-22311-1401/+2830
| | | | | | | | | | | | | | | - 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-151-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879905 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64508] add guard for invalid v valuePJ Fanning2020-07-151-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879903 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64600] Avoid XWPF NPE when styleid is null. Thanks to Sayi. This closes ↵PJ Fanning2020-07-142-11/+9
| | | | | | #186 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879859 13f79535-47bb-0310-9956-ffa450edef68
* rename internal methodPJ Fanning2020-07-132-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879838 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64595] SXSSF: Missing quoting of pre-evaluated string values in formula ↵PJ Fanning2020-07-132-3/+29
| | | | | | cells causes corrupt files. Thanks to Bastian Isensee git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879834 13f79535-47bb-0310-9956-ffa450edef68
* get TestDeferredSXSSFWorkbook to use DeferredSXSSFWorkbook in all of its testsPJ Fanning2020-07-063-55/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879554 13f79535-47bb-0310-9956-ffa450edef68
* SXSSFSheet: beware of null _writerPJ Fanning2020-07-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879551 13f79535-47bb-0310-9956-ffa450edef68
* DeferredSXSSFITestDataProviderPJ Fanning2020-07-061-0/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879539 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-051-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879518 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-042-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879507 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-041-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879506 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-042-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879502 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-042-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879501 13f79535-47bb-0310-9956-ffa450edef68
* add DeferredGeneration samplePJ Fanning2020-07-031-0/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879493 13f79535-47bb-0310-9956-ffa450edef68
* add test casePJ Fanning2020-07-033-48/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879485 13f79535-47bb-0310-9956-ffa450edef68
* rename classes as DeferredSXSSF instead of EmittingSXSSFPJ Fanning2020-07-034-54/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879484 13f79535-47bb-0310-9956-ffa450edef68
* [github-185] Fix if function in array formulas with 2nd argument evaluating ↵PJ Fanning2020-07-031-163/+161
| | | | | | to error. Thanks to Miłosz Rembisz. This closes #185 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879481 13f79535-47bb-0310-9956-ffa450edef68
* add extra constructorPJ Fanning2020-06-282-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879311 13f79535-47bb-0310-9956-ffa450edef68
* remove some unnecessary testsPJ Fanning2020-06-281-208/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879310 13f79535-47bb-0310-9956-ffa450edef68
* [github-184] New EmittingSXSSFWorkbook. Thanks to mobreza. This closes #184PJ Fanning2020-06-2810-213/+1138
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879302 13f79535-47bb-0310-9956-ffa450edef68
* remove some more deprecated codePJ Fanning2020-06-281-69/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879300 13f79535-47bb-0310-9956-ffa450edef68
* remove some more deprecated codePJ Fanning2020-06-284-476/+271
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879299 13f79535-47bb-0310-9956-ffa450edef68
* remove some more deprecated codePJ Fanning2020-06-285-135/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879298 13f79535-47bb-0310-9956-ffa450edef68