aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* github configPJ Fanning2021-11-141-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895028 13f79535-47bb-0310-9956-ffa450edef68
* missing licensePJ Fanning2021-11-141-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895019 13f79535-47bb-0310-9956-ffa450edef68
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to ↵PJ Fanning2021-11-141-0/+19
| | | | | | Andreas Reichel. This closes #278 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895017 13f79535-47bb-0310-9956-ffa450edef68
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to ↵PJ Fanning2021-11-1434-104/+110
| | | | | | Andreas Reichel. This closes #278 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895016 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65678] add XSLFGraphicFrame hasDiagramPJ Fanning2021-11-114-6/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894962 13f79535-47bb-0310-9956-ffa450edef68
* try to handle logging issue where DeferredSXSSFWorkbook close can lead to ↵PJ Fanning2021-11-111-2/+8
| | | | | | logging about close already having been called git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894951 13f79535-47bb-0310-9956-ffa450edef68
* update byte-buddyPJ Fanning2021-11-102-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894911 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65676] issue in XSSFReader where string builder is not always cleared ↵PJ Fanning2021-11-102-6/+55
| | | | | | between cells git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894902 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65675] add regression testPJ Fanning2021-11-096-10/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894884 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65674] add isVideoFile to XSLFPictureShapePJ Fanning2021-11-093-14/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894860 13f79535-47bb-0310-9956-ffa450edef68
* javadoc typoPJ Fanning2021-11-098-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894858 13f79535-47bb-0310-9956-ffa450edef68
* remove old deprecated clone methodPJ Fanning2021-11-081-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894849 13f79535-47bb-0310-9956-ffa450edef68
* throw IOException if getInputStream failsPJ Fanning2021-11-082-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894848 13f79535-47bb-0310-9956-ffa450edef68
* remove MaxPermSize - no longer supported in javaPJ Fanning2021-11-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894847 13f79535-47bb-0310-9956-ffa450edef68
* upgrade byte-buddyPJ Fanning2021-11-082-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894845 13f79535-47bb-0310-9956-ffa450edef68
* return better error message when ZipEntry has no data (it was closed before ↵PJ Fanning2021-11-081-1/+3
| | | | | | the data was retrieved) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894831 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65673] add test case (that passes)PJ Fanning2021-11-082-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894830 13f79535-47bb-0310-9956-ffa450edef68
* use spaces for indentsPJ Fanning2021-11-081-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894829 13f79535-47bb-0310-9956-ffa450edef68
* typo in log messagePJ Fanning2021-11-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894828 13f79535-47bb-0310-9956-ffa450edef68
* #65672 - Digitial Signature - set commitment type and purposeAndreas Beeker2021-11-077-376/+572
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894820 13f79535-47bb-0310-9956-ffa450edef68
* Adjust trimming sheetnames > 31 charsDominik Stadler2021-11-074-17/+53
| | | | | | | | | | | Define Constant MAX_SENSITIVE_SHEET_NAME_LEN = 31 Warn about trimmed sheet names Implement sheetname trimming for HSSFWorkbook Add use case tests Closes #273 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894817 13f79535-47bb-0310-9956-ffa450edef68
* Add missing exclude for CI run "no-scratchpad"Dominik Stadler2021-11-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894816 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Adjust batchFile() in Test-Environment-Job as it only expects a ↵Dominik Stadler2021-11-071-28/+26
| | | | | | | | String Also fix incorrect nesting of "condition", "runner", "steps" elements inside "conditionalSteps" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894815 13f79535-47bb-0310-9956-ffa450edef68
* Use append(char) instead of string where possibleDominik Stadler2021-11-0717-29/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894814 13f79535-47bb-0310-9956-ffa450edef68
* Update version in osgi files to 5.1.1-SNAPSHOT as wellDominik Stadler2021-11-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894813 13f79535-47bb-0310-9956-ffa450edef68
* Use parallel build to speed up building and running testsDominik Stadler2021-11-076-7/+59
| | | | | | | | | | | | | | | | Enable parallel building and parallel test-execution Provide a configuration to still build/test serially on CI via CI_BUILD=TRUE gradle --no-parallel --max-workers=1 clean build Adjust Jenkins DSL to set CI_BUILD to avoid problems in CI Adjust TestAllFiles to not fail when parallel builds are enabled Reduce memory settings to reduce requirements on build-environments Add gradle plugin to list task-dependencies Thanks to Andreas Reichel for the PR Closes #275 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894812 13f79535-47bb-0310-9956-ffa450edef68
* Add JUnit and JaCoCo publisher to Sonar-Gradle JobDominik Stadler2021-11-071-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894811 13f79535-47bb-0310-9956-ffa450edef68
* Add some more forbidden-apis to prefer core JDK classes over Guava and ↵Dominik Stadler2021-11-0710-33/+63
| | | | | | | | commons-codec Also prevent java logging from being used inadvertently git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894810 13f79535-47bb-0310-9956-ffa450edef68
* remove file due to build issuePJ Fanning2021-11-071-315/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894802 13f79535-47bb-0310-9956-ffa450edef68
* include copy of LICENSE in root dir as well as legal dir (so github will ↵PJ Fanning2021-11-051-0/+315
| | | | | | find it) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894752 13f79535-47bb-0310-9956-ffa450edef68
* revert README changePJ Fanning2021-11-051-6/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894750 13f79535-47bb-0310-9956-ffa450edef68
* add SECURITY.mdPJ Fanning2021-11-052-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894749 13f79535-47bb-0310-9956-ffa450edef68
* CaseInsensitiveMap is not thread-safePJ Fanning2021-11-042-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894738 13f79535-47bb-0310-9956-ffa450edef68
* case insensitive mapPJ Fanning2021-11-032-19/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894720 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2021-11-031-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894714 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65669] proper handling of apostrophe escaping in table column namesPJ Fanning2021-11-032-4/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894713 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec upgradePJ Fanning2021-11-031-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894705 13f79535-47bb-0310-9956-ffa450edef68
* #65668 - upgrade to xmlsec 2.3.0 - make secure validation configurableAndreas Beeker2021-11-035-14/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894701 13f79535-47bb-0310-9956-ffa450edef68
* forbidden apiPJ Fanning2021-11-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894700 13f79535-47bb-0310-9956-ffa450edef68
* forbidden apiPJ Fanning2021-11-022-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894699 13f79535-47bb-0310-9956-ffa450edef68
* forbidden apiPJ Fanning2021-11-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894697 13f79535-47bb-0310-9956-ffa450edef68
* [github-270] Draw correct XDGF circular arc. Thanks to Dmitry Komarov. This ↵PJ Fanning2021-11-022-14/+192
| | | | | | closes #270 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894696 13f79535-47bb-0310-9956-ffa450edef68
* [github-269] more work on external workbook links (formulas). Thanks to ↵PJ Fanning2021-11-029-14/+97
| | | | | | @aspojo. This closes #269 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894695 13f79535-47bb-0310-9956-ffa450edef68
* revert xmlsec upgradePJ Fanning2021-11-022-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894691 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec 2.3.0PJ Fanning2021-11-022-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894689 13f79535-47bb-0310-9956-ffa450edef68
* compile issuePJ Fanning2021-11-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894688 13f79535-47bb-0310-9956-ffa450edef68
* use package revert due to new warning log about using revertPJ Fanning2021-11-021-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894687 13f79535-47bb-0310-9956-ffa450edef68
* Adjust version to 5.1.1-SNAPSHOT, adjust version replacingDominik Stadler2021-11-022-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894682 13f79535-47bb-0310-9956-ffa450edef68
* Add slightly more output if signature-test failsDominik Stadler2021-11-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894681 13f79535-47bb-0310-9956-ffa450edef68
* Check and fix issue when sheets are added while an existing ↵Dominik Stadler2021-11-022-19/+99
| | | | | | workbook-evaluator is used. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894680 13f79535-47bb-0310-9956-ffa450edef68