summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* lgtm issuesPJ Fanning2018-09-295-29/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842302 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Remove JDK 9 and adjust location of image for the project-logoDominik Stadler2018-09-281-18/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842275 13f79535-47bb-0310-9956-ffa450edef68
* Remove outdated comment for japicmpDominik Stadler2018-09-281-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842274 13f79535-47bb-0310-9956-ffa450edef68
* fix lgtm issuesPJ Fanning2018-09-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842218 13f79535-47bb-0310-9956-ffa450edef68
* fix gradle build issuePJ Fanning2018-09-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842217 13f79535-47bb-0310-9956-ffa450edef68
* fix lgtm issuesPJ Fanning2018-09-285-20/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842216 13f79535-47bb-0310-9956-ffa450edef68
* make OPCPackage#close() unsynchronized and add javadoc note saying method is ↵PJ Fanning2018-09-271-1/+3
| | | | | | not thread-safe git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842171 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62768] synchronize OPCPackage#close()PJ Fanning2018-09-271-22/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842142 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62736] Relations on XSLFPictureShape are removed unconditionally. ↵PJ Fanning2018-09-263-2/+96
| | | | | | Thanks to Mate Borcsok git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842055 13f79535-47bb-0310-9956-ffa450edef68
* adapting some contributions by Axel Richter on SOAlain Béarez2018-09-268-11/+131
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841988 13f79535-47bb-0310-9956-ffa450edef68
* fix javadocPJ Fanning2018-09-251-6/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841987 13f79535-47bb-0310-9956-ffa450edef68
* lgtm warningsPJ Fanning2018-09-252-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841984 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62747] bouncycastle 1.60PJ Fanning2018-09-195-18/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841394 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62742] add commons-compress jar to bin zipPJ Fanning2018-09-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841360 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62740 - XSSFTable constructor automatically assigns invalid (non-unique) ↵Greg Woolsey2018-09-192-4/+13
| | | | | | | | column IDs fix the logic and update the unit test to check for and catch the problem. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841357 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62738] make int cast a long cast in randbetweenPJ Fanning2018-09-192-7/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841321 13f79535-47bb-0310-9956-ffa450edef68
* add reflections jar to mvn sonar buildPJ Fanning2018-09-191-102/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841308 13f79535-47bb-0310-9956-ffa450edef68
* fix forbidden-apis checkPJ Fanning2018-09-181-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841275 13f79535-47bb-0310-9956-ffa450edef68
* add ooxml-schemas enum classes to poi-ooxml-schemasPJ Fanning2018-09-181-32/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841274 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62730] include all inner list classes in poi-ooxml-schemas.jarPJ Fanning2018-09-183-9/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841270 13f79535-47bb-0310-9956-ffa450edef68
* update commons-codec dependency in pom.xml to 1.11 (to match compile time)PJ Fanning2018-09-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841246 13f79535-47bb-0310-9956-ffa450edef68
* move commons-math3 dependency to poi pom.xmlPJ Fanning2018-09-182-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841245 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62690] change poi-ooxml pom.xml to have explicit dependency on ↵PJ Fanning2018-09-181-0/+5
| | | | | | commons-math3 3.6.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841244 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62735] change poi-ooxml pom.xml to have dependency on curvesapi 1.05PJ Fanning2018-09-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841243 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62733] XSLFBackground setFill() can corrupt the documentPJ Fanning2018-09-182-1/+172
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841240 13f79535-47bb-0310-9956-ffa450edef68
* handle test issues when running with old xercesPJ Fanning2018-09-082-11/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840386 13f79535-47bb-0310-9956-ffa450edef68
* #62699 - Download page must link to https://www.apache.org/dist/poi/KEYSAndreas Beeker2018-09-081-58/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840383 13f79535-47bb-0310-9956-ffa450edef68
* Use different directory for xerces-jar so we do not remove it again as part ↵Dominik Stadler2018-09-071-2/+2
| | | | | | of check-jars git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840321 13f79535-47bb-0310-9956-ffa450edef68
* update 3.17 leftovers and provide a new build target to update those in the ↵Andreas Beeker2018-09-0715-41/+83
| | | | | | | | next release remove final / beta tags, as we (try to) use semver now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840318 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62692] issue when using widlfy xml parserPJ Fanning2018-09-072-9/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840304 13f79535-47bb-0310-9956-ffa450edef68
* update docs to 4.0.0Andreas Beeker2018-09-051-48/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840167 13f79535-47bb-0310-9956-ffa450edef68
* import existing chart on current drawingAlain Béarez2018-09-051-172/+216
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840076 13f79535-47bb-0310-9956-ffa450edef68
* update docs to Java 1.8Andreas Beeker2018-09-012-11/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839863 13f79535-47bb-0310-9956-ffa450edef68
* remove reference to Piccolo parserAndreas Beeker2018-09-011-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839862 13f79535-47bb-0310-9956-ffa450edef68
* Add SHA256 to release-prep and legal/* to ooxml-schemasAndreas Beeker2018-09-011-8/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839861 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 4.0.1-beta1Andreas Beeker2018-08-3110-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839750 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 4.0.0 - updating build.xml and changes.xmlAndreas Beeker2018-08-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839748 13f79535-47bb-0310-9956-ffa450edef68
* fix changes.xml entries in build.xmlAndreas Beeker2018-08-311-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839747 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixes - blockerAndreas Beeker2018-08-3110-31/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839745 13f79535-47bb-0310-9956-ffa450edef68
* #62108 - ArrayIndexOfBounds exception when getColumnWidth()Andreas Beeker2018-08-311-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839710 13f79535-47bb-0310-9956-ffa450edef68
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-31140-11080/+5578
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839709 13f79535-47bb-0310-9956-ffa450edef68
* remove ref to staging repoPJ Fanning2018-08-281-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839423 13f79535-47bb-0310-9956-ffa450edef68
* remove stray stacktracePJ Fanning2018-08-281-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839385 13f79535-47bb-0310-9956-ffa450edef68
* add missing classes to poi-ooxml-schema.jarPJ Fanning2018-08-281-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839384 13f79535-47bb-0310-9956-ffa450edef68
* rebase XDDF text packageAlain Béarez2018-08-2726-488/+993
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839369 13f79535-47bb-0310-9956-ffa450edef68
* test integration of XDDF text entitiesAlain Béarez2018-08-2612-723/+1208
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839259 13f79535-47bb-0310-9956-ffa450edef68
* complete body properties with insetsAlain Béarez2018-08-261-0/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839256 13f79535-47bb-0310-9956-ffa450edef68
* fill in the text body, its paragraphs and text runsAlain Béarez2018-08-2648-35/+4066
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839255 13f79535-47bb-0310-9956-ffa450edef68
* add warning message to help reduce duplicates of bug 60102Alain Béarez2018-08-261-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839252 13f79535-47bb-0310-9956-ffa450edef68
* #62649 - Remove OPOIFSAndreas Beeker2018-08-2674-5735/+1785
| | | | | | Fix HPSF UTF-8 encoding error with Bug52311.doc while refactoring CopyCompare/EntryUtils git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839201 13f79535-47bb-0310-9956-ffa450edef68