aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiling Examples after adding new interface-method, fix compiler ↵Dominik Stadler2017-09-234-36/+26
| | | | | | warnings and adjust some broken Javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809388 13f79535-47bb-0310-9956-ffa450edef68
* Tried to enable this test, but it is broken since a long time and I am not ↵Dominik Stadler2017-09-231-5/+10
| | | | | | sure how this is expected to behave... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809372 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ↵Dominik Stadler2017-09-234-18/+18
| | | | | | 60737, thanks to user zakim for the patch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809371 13f79535-47bb-0310-9956-ffa450edef68
* More IntelliJ warnings fixesDominik Stadler2017-09-2317-356/+232
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809370 13f79535-47bb-0310-9956-ffa450edef68
* The Gradle-based Sonarqube job does not actually, it completes with success, ↵Dominik Stadler2017-09-221-3/+3
| | | | | | but the data never appears on Sonarqube itself, we need to investigate this some more later, for now I enabled the Maven based job again. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809359 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59747: Adjust order of first two entries in the resulting Zip to try to ↵Dominik Stadler2017-09-221-4/+4
| | | | | | enable some external tools to auto-detect the file-type git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809357 13f79535-47bb-0310-9956-ffa450edef68
* Adjust many examples for Java 8: try-with-resource, multi-catch and other ↵Dominik Stadler2017-09-2298-2406/+2142
| | | | | | code cleanup. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809354 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IntelliJ warningsDominik Stadler2017-09-222-70/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809349 13f79535-47bb-0310-9956-ffa450edef68
* Remove Jobs for JDK 1.6/1.7, this should also make the findbugs-hacks ↵Dominik Stadler2017-09-221-24/+1
| | | | | | | | obsolete here The jobs still need to manually removed in Jenkins, though! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809348 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixNick Burch2017-09-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809171 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-21135-193/+772
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809169 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug 61033 to add a ↵Dominik Stadler2017-09-203-3/+67
| | | | | | XSSFWorkbook.setCellFormulaValidation(false) to speed up some operations git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809071 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This ↵PJ Fanning2017-09-191-0/+124
| | | | | | closes #71 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808946 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This ↵PJ Fanning2017-09-192-5/+146
| | | | | | closes #71 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808945 13f79535-47bb-0310-9956-ffa450edef68
* tidy up some test codePJ Fanning2017-09-195-61/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808944 13f79535-47bb-0310-9956-ffa450edef68
* Add test to verify that bug 61532 is fixed as far as I see via the changes ↵Dominik Stadler2017-09-191-5/+29
| | | | | | for bug 61148. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808932 13f79535-47bb-0310-9956-ffa450edef68
* Adjust to make forbidden-api-check succeed againDominik Stadler2017-09-194-31/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808930 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61148: Fix calculating formula value, unfortunately we currently need to ↵Dominik Stadler2017-09-1910-373/+369
| | | | | | | | set the value twice Also rework related tests to run more of the tests for HSSF, XSSF and SXSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808929 13f79535-47bb-0310-9956-ffa450edef68
* IntelliJ warnings, deprecationDominik Stadler2017-09-195-26/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808928 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IntelliJ warningsDominik Stadler2017-09-196-96/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808908 13f79535-47bb-0310-9956-ffa450edef68
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-1922-47/+145
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808903 13f79535-47bb-0310-9956-ffa450edef68
* While working on bug 61148 I found that getCellType() and ↵Dominik Stadler2017-09-193-28/+84
| | | | | | | | setCellErrorValue() in SXSSFCell are doing different things than the ones in XSSFCell, tried to fix this by mimicking functionality of XSSF in SXSSF as well. Reformating some small things as well. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808874 13f79535-47bb-0310-9956-ffa450edef68
* bug 61454: add column width to example Spreadsheet ToHtml; thanks to ↵Javen O'Neal2017-09-191-1/+1
| | | | | | Christian Froehler git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808817 13f79535-47bb-0310-9956-ffa450edef68
* bug 61454: add column width to example Spreadsheet ToHtml; thanks to ↵Javen O'Neal2017-09-192-8/+59
| | | | | | Christian Froehler git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808816 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61520: Add JavaDoc about name-references in ExcelDominik Stadler2017-09-181-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808763 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test.jar to test-hssf targetDominik Stadler2017-09-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808762 13f79535-47bb-0310-9956-ffa450edef68
* use non-deprecated versions of getCellTypePJ Fanning2017-09-1834-96/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808741 13f79535-47bb-0310-9956-ffa450edef68
* change CellFormat.ultimateType to return CellTypePJ Fanning2017-09-182-18/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808739 13f79535-47bb-0310-9956-ffa450edef68
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-1822-176/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808737 13f79535-47bb-0310-9956-ffa450edef68
* fix compiler warningsPJ Fanning2017-09-181-37/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808722 13f79535-47bb-0310-9956-ffa450edef68
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-1846-181/+181
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808718 13f79535-47bb-0310-9956-ffa450edef68
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-189-36/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808703 13f79535-47bb-0310-9956-ffa450edef68
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-1826-438/+237
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808700 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-186-329/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808687 13f79535-47bb-0310-9956-ffa450edef68
* Change getCachedFormulaResultType to return CellTypePJ Fanning2017-09-1812-108/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808678 13f79535-47bb-0310-9956-ffa450edef68
* #60499 - Deleting a picture that is used twice on a slide corrupt the slideAndreas Beeker2017-09-176-13/+130
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808661 13f79535-47bb-0310-9956-ffa450edef68
* Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystemDominik Stadler2017-09-1711-235/+81
| | | | | | IntelliJ warnings/suggestions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808622 13f79535-47bb-0310-9956-ffa450edef68
* Fix some warnings in OOXMLLite and move copyFile to IOUtilsDominik Stadler2017-09-172-38/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808621 13f79535-47bb-0310-9956-ffa450edef68
* Various code cleanups, "final" for static methods is useless, for-loops, ↵Dominik Stadler2017-09-1747-284/+175
| | | | | | simplify boolean conditions, try-with-resource, javadoc, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808620 13f79535-47bb-0310-9956-ffa450edef68
* Some more code cleanupDominik Stadler2017-09-175-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808619 13f79535-47bb-0310-9956-ffa450edef68
* Change version to 4.0.0-SNAPSHOT as discussed on the mailing-listDominik Stadler2017-09-1712-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808618 13f79535-47bb-0310-9956-ffa450edef68
* MaxPermSize is not used any more in Java 8, so remove it everywhereDominik Stadler2017-09-175-13/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808617 13f79535-47bb-0310-9956-ffa450edef68
* Disable Maven-Sonar run to check if the Gradle-Sonar job is working, some ↵Dominik Stadler2017-09-171-1/+7
| | | | | | more comments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808616 13f79535-47bb-0310-9956-ffa450edef68
* wrong release-notes linkAndreas Beeker2017-09-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808594 13f79535-47bb-0310-9956-ffa450edef68
* Sonar-Maven: Switch to UTF-8 for source files to silence some warnings in ↵Dominik Stadler2017-09-161-1/+1
| | | | | | the build. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808540 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Remove timeout from Jenkins Jobs for now, it seems this plugin ↵Dominik Stadler2017-09-161-2/+6
| | | | | | | | is currently missing in the Apache Jenkins instance Adjust nodes for OpenJDK build after requiring OpenJDK 8 instead of 6 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808539 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Use JDK 1.8 for more projects, fix listing of slaves in ↵Dominik Stadler2017-09-161-15/+15
| | | | | | Test-Environment job git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808537 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-169-385/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808535 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL:Dominik Stadler2017-09-161-99/+158
| | | | | | | * Enable SCM-retry to see if that helps against the frequent SVN update failures * Add a POI-DSL-Test-Environment to have this Job also defined via DSL git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808525 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Use OpenJDK 8 and latest JDK 1.9Dominik Stadler2017-09-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808524 13f79535-47bb-0310-9956-ffa450edef68