aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* record size of encrypted temp dataPJ Fanning2021-10-165-9/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894303 13f79535-47bb-0310-9956-ffa450edef68
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2021-10-1617-350/+444
| | | | | | use ServiceLoader for HSLF Metro Shapes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894298 13f79535-47bb-0310-9956-ffa450edef68
* Remove some remnants of sonar-directory which cause CI failuresDominik Stadler2021-10-153-51/+4
| | | | | | | | | Remove handling of "sonar" in build.xml Remove unused gitignores Add some more output to build.xml Adjust Jenkins DSL to not try to cleanup non-existing directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894277 13f79535-47bb-0310-9956-ffa450edef68
* [github-264] extend testPJ Fanning2021-10-151-16/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894276 13f79535-47bb-0310-9956-ffa450edef68
* [github-264] bug in link external workbook. This closes #264PJ Fanning2021-10-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894275 13f79535-47bb-0310-9956-ffa450edef68
* keep zip dists after buildsPJ Fanning2021-10-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894274 13f79535-47bb-0310-9956-ffa450edef68
* #65634 - NotOLE2FileException not thrown in POI 5.0.0 by opening an XML-RAW ↵Andreas Beeker2021-10-142-3/+30
| | | | | | File with SlideShowFactory.create() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894271 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2021-10-142-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894263 13f79535-47bb-0310-9956-ffa450edef68
* xmlbeans - archive tgz filesPJ Fanning2021-10-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894234 13f79535-47bb-0310-9956-ffa450edef68
* xmlbeans - archive tgz filesPJ Fanning2021-10-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894233 13f79535-47bb-0310-9956-ffa450edef68
* xmlbeans - archive tgz filesPJ Fanning2021-10-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894232 13f79535-47bb-0310-9956-ffa450edef68
* windows jdk 1.17 buildPJ Fanning2021-10-141-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894231 13f79535-47bb-0310-9956-ffa450edef68
* test issuesPJ Fanning2021-10-143-20/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894225 13f79535-47bb-0310-9956-ffa450edef68
* temp file package partsPJ Fanning2021-10-142-17/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894224 13f79535-47bb-0310-9956-ffa450edef68
* setDisallowDocTypeDeclarationPJ Fanning2021-10-143-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894222 13f79535-47bb-0310-9956-ffa450edef68
* setDisallowDocTypeDeclarationPJ Fanning2021-10-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894221 13f79535-47bb-0310-9956-ffa450edef68
* undo setDisallowDocTypeDeclaration (need to investigate some poi-integration ↵PJ Fanning2021-10-131-1/+1
| | | | | | test failures) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894216 13f79535-47bb-0310-9956-ffa450edef68
* add testsPJ Fanning2021-10-132-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894215 13f79535-47bb-0310-9956-ffa450edef68
* setDisallowDocTypeDeclarationPJ Fanning2021-10-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894214 13f79535-47bb-0310-9956-ffa450edef68
* add testsPJ Fanning2021-10-132-0/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894213 13f79535-47bb-0310-9956-ffa450edef68
* xmlbeans 5.0.2 (temporarily from a pre-release location)PJ Fanning2021-10-131-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894212 13f79535-47bb-0310-9956-ffa450edef68
* xmlbeans 5.0.2 (temporarily from a pre-release location)PJ Fanning2021-10-138-1/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894211 13f79535-47bb-0310-9956-ffa450edef68
* #64716 - wmf display errorAndreas Beeker2021-10-132-9/+25
| | | | | | update heuristic to respect location of bounding box git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894206 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65042] support saving package part data in temp filesPJ Fanning2021-10-138-27/+347
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894203 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2021-10-131-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894194 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2021-10-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894193 13f79535-47bb-0310-9956-ffa450edef68
* error messagePJ Fanning2021-10-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894188 13f79535-47bb-0310-9956-ffa450edef68
* #64716 - wmf display errorAndreas Beeker2021-10-129-46/+205
| | | | | | add anothger heuristic - cumulate the bounding box of the shape records and compare it to window, viewport and emfbounds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894176 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62021] test adding time to date-timePJ Fanning2021-10-121-7/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894175 13f79535-47bb-0310-9956-ffa450edef68
* use workbook's xssf factoryPJ Fanning2021-10-126-17/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894174 13f79535-47bb-0310-9956-ffa450edef68
* #65551 - Incorrect fetching paragraph and text runs props from master shapeAndreas Beeker2021-10-114-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894140 13f79535-47bb-0310-9956-ffa450edef68
* update byte-buddyPJ Fanning2021-10-112-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894137 13f79535-47bb-0310-9956-ffa450edef68
* adjust test expectationPJ Fanning2021-10-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894129 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62215] add test case for sxssf formulas - issue was already fixedPJ Fanning2021-10-118-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894128 13f79535-47bb-0310-9956-ffa450edef68
* [github-261] Correct Maximum Width Calculation of unmerged Cells. Thanks to ↵PJ Fanning2021-10-111-1/+1
| | | | | | thoniTUB. This closes #261 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894127 13f79535-47bb-0310-9956-ffa450edef68
* dev linkPJ Fanning2021-10-101-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894116 13f79535-47bb-0310-9956-ffa450edef68
* dev linkPJ Fanning2021-10-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894115 13f79535-47bb-0310-9956-ffa450edef68
* refactor XSSFReader to make it more extensiblePJ Fanning2021-10-102-11/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894112 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64137] increase max iterations for IRRPJ Fanning2021-10-102-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894111 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64137] increase max iterations for IRRPJ Fanning2021-10-102-3/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894110 13f79535-47bb-0310-9956-ffa450edef68
* add test case for IRR functionPJ Fanning2021-10-101-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894109 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62040] quotient function does not support cell referencesPJ Fanning2021-10-102-2/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894103 13f79535-47bb-0310-9956-ffa450edef68
* importsPJ Fanning2021-10-101-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894098 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65452] fix issue where WorkbookFactory.create(File, ...) returns null ↵PJ Fanning2021-10-103-8/+26
| | | | | | if file type not recognised git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894097 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2021-10-101-4/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894096 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65306] try to fix broken testPJ Fanning2021-10-102-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894093 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65306] change error messagePJ Fanning2021-10-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894092 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65306] issue with shift rows that remove rows and how shared formulas ↵PJ Fanning2021-10-103-4/+32
| | | | | | are affected git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894089 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64542] allow file channel closing to be controlled by calling codePJ Fanning2021-10-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894071 13f79535-47bb-0310-9956-ffa450edef68
* add testsPJ Fanning2021-10-091-9/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894070 13f79535-47bb-0310-9956-ffa450edef68