aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Update library versionsAndreas Beeker2020-08-187-271/+159
| | | | | | | 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
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-171-3/+1
| | | | | | | 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-172-2/+19
| | | | | | 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-166-158/+173
| | | | | | migrated XDGF factories git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880900 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-159-65/+70
| | | | | | fix the forbidden apis issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880866 13f79535-47bb-0310-9956-ffa450edef68
* also handle wrapped OOXML "Package" nodes inside of OLE2 containersAndreas Beeker2020-08-141-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880861 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-141-46/+72
| | | | | | - use service locator for SlideShowFactory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880860 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-1318-622/+567
| | | | | | - 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 64667.xlsx prevent NPE loading styles tableTim Allison2020-08-132-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880834 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-092-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-07-2271-1679/+505
| | | | | | | | | | | | | | | - 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-164-11/+27
| | | | | | 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-2/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879948 13f79535-47bb-0310-9956-ffa450edef68
* use BigInteger.valueOfPJ Fanning2020-07-166-13/+13
| | | | 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
* 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-156-116/+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-152-22/+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
* [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 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
* 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-14/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879298 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated classesPJ Fanning2020-06-273-362/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879272 13f79535-47bb-0310-9956-ffa450edef68