aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [github-149] improve MAPIMessage.guess7BitEncoding, improve ↵PJ Fanning2019-05-2610-75/+679
| | | | | | MAPIMessage.getHtmlBody. Thanks to Dominik Hölzl. This closes #149 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860043 13f79535-47bb-0310-9956-ffa450edef68
* remove some tab indentsPJ Fanning2019-05-222-235/+235
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859758 13f79535-47bb-0310-9956-ffa450edef68
* try to use more https urls in pom.xmlPJ Fanning2019-05-222-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859701 13f79535-47bb-0310-9956-ffa450edef68
* code inspired from Axel Richter on StackOverflowAlain Béarez2019-05-2131-161/+724
| | | | | | | closes #139 closes #144 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859676 13f79535-47bb-0310-9956-ffa450edef68
* try to remove http refs from some pom filesPJ Fanning2019-05-212-8/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859663 13f79535-47bb-0310-9956-ffa450edef68
* switch svn jars to https sitePJ Fanning2019-05-211-17/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859625 13f79535-47bb-0310-9956-ffa450edef68
* fix missing space in string literal (LGTM)Alain Béarez2019-05-211-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859596 13f79535-47bb-0310-9956-ffa450edef68
* fix result of multiplication cast to wider typeAlain Béarez2019-05-2120-168/+216
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859595 13f79535-47bb-0310-9956-ffa450edef68
* fix whitespace contradicts operator precedenceAlain Béarez2019-05-212-17/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859594 13f79535-47bb-0310-9956-ffa450edef68
* fix boxed variable is never nullAlain Béarez2019-05-214-105/+140
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859593 13f79535-47bb-0310-9956-ffa450edef68
* fix potential output resource leaks (LGTM)Alain Béarez2019-05-215-108/+147
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859592 13f79535-47bb-0310-9956-ffa450edef68
* fix potential input resource leaks (LGTM)Alain Béarez2019-05-214-19/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859591 13f79535-47bb-0310-9956-ffa450edef68
* code cleanup plus fix for bug 63153Alain Béarez2019-05-2123-311/+871
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859590 13f79535-47bb-0310-9956-ffa450edef68
* Added more chart supports.Alain Béarez2019-05-2117-8/+1532
| | | | | | fixed bug while creating chart with bar and line series. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859589 13f79535-47bb-0310-9956-ffa450edef68
* Use TempFile to avoid problems with temporary directories in Maven buildsDominik Stadler2019-05-201-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859575 13f79535-47bb-0310-9956-ffa450edef68
* Include actual found type in exception when encountering unexpected type of ↵Dominik Stadler2019-05-202-1/+7
| | | | | | file in ExtractorFactory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859565 13f79535-47bb-0310-9956-ffa450edef68
* FileMagic now has patterns with up to 12 bytes (JPG)Dominik Stadler2019-05-202-4/+108
| | | | | | | Avoid exception if a very short file is encountered Add more tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859564 13f79535-47bb-0310-9956-ffa450edef68
* Refine JavaDoc of WorkbookFactory slightlyDominik Stadler2019-05-161-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859368 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63431 -- unbug ChunkedCipherInputStream's read()Tim Allison2019-05-151-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859251 13f79535-47bb-0310-9956-ffa450edef68
* [github-148] update license text in pom file. Thanks to Vincent Privat. This ↵PJ Fanning2019-05-149-9/+9
| | | | | | close #148 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859202 13f79535-47bb-0310-9956-ffa450edef68
* revert exclude H27 / don't complain on mkdirAndreas Beeker2019-05-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859163 13f79535-47bb-0310-9956-ffa450edef68
* exclude H27Andreas Beeker2019-05-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859162 13f79535-47bb-0310-9956-ffa450edef68
* [github-145] issue in PackagingURIHelper.encode. Thanks to @greedbell. This ↵PJ Fanning2019-05-122-638/+639
| | | | | | closes #145 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859160 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-1210-443/+2014
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859159 13f79535-47bb-0310-9956-ffa450edef68
* #59004 - HSLF rendering - adjust values for presetShapeDefinition differs in ↵Andreas Beeker2019-05-103-93/+57
| | | | | | HSLF/XSLF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859102 13f79535-47bb-0310-9956-ffa450edef68
* Don't fallback to master shape properties, if master shape is not assignedAndreas Beeker2019-05-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859101 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63404] add description to assemble targetPJ Fanning2019-05-062-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858773 13f79535-47bb-0310-9956-ffa450edef68
* Disable all beam nodes - ANT is not installed on themAndreas Beeker2019-05-051-16/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858660 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-052-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858628 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-0427-164/+2696
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858625 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62906] ensure table display name is always setPJ Fanning2019-04-263-12/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858179 13f79535-47bb-0310-9956-ffa450edef68
* Make compilation work in Eclipse 2019.03 again by working around a Dominik Stadler2019-04-252-4/+69
| | | | | | limitation of the Eclipse Java Compiler regarding casting/generics git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858117 13f79535-47bb-0310-9956-ffa450edef68
* Close more file-handles in testsDominik Stadler2019-04-239-758/+803
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858024 13f79535-47bb-0310-9956-ffa450edef68
* Update JAXB to the latest versionDominik Stadler2019-04-233-8/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858023 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63371: addMergedRegion does not update CTMergeCells.getCountDominik Stadler2019-04-232-1/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858022 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-2316-127/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858021 13f79535-47bb-0310-9956-ffa450edef68
* Use https in build.xml where possible to avoid errors in Gradle buildDominik Stadler2019-04-221-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857971 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Exclude more beam* nodes which cause strange problemsDominik Stadler2019-04-221-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857970 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Switch to "Ant 1.9 (Latest)" as "Ant 1.9.9" seems to be ↵Dominik Stadler2019-04-221-4/+5
| | | | | | unavailable on some machines git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857969 13f79535-47bb-0310-9956-ffa450edef68
* #github-143 - MAPIType.isFixedLength: not true in case of length > 8Andreas Beeker2019-04-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857708 13f79535-47bb-0310-9956-ffa450edef68
* #54803 - Error opening XLSX after saving with a Drawing using POIAndreas Beeker2019-04-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857671 13f79535-47bb-0310-9956-ffa450edef68
* #54803 - Error opening XLSX after saving with a Drawing using POIAndreas Beeker2019-04-162-2/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857663 13f79535-47bb-0310-9956-ffa450edef68
* try a different url for svnclient jar (due to broken CI builds)PJ Fanning2019-04-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857637 13f79535-47bb-0310-9956-ffa450edef68
* some more checks for int overflowsPJ Fanning2019-04-153-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857609 13f79535-47bb-0310-9956-ffa450edef68
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-153-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857596 13f79535-47bb-0310-9956-ffa450edef68
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-152-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857594 13f79535-47bb-0310-9956-ffa450edef68
* Disable all apache-beam-* nodes as they seem to lack svn and Ant ↵Dominik Stadler2019-04-131-1/+4
| | | | | | installations currently git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857490 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerDominik Stadler2019-04-131-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857483 13f79535-47bb-0310-9956-ffa450edef68
* Try to make dependency on "svn" optional to allow to build on more CI nodesDominik Stadler2019-04-131-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857476 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63344] add TempFilePOIFSFileSystemPJ Fanning2019-04-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857462 13f79535-47bb-0310-9956-ffa450edef68