]> source.dussan.org Git - poi.git/log
poi.git
3 years agoadd failing regression test files
Andreas Beeker [Wed, 30 Dec 2020 22:56:36 +0000 (22:56 +0000)]
add failing regression test files
fix ooxml-lite packaging
fix PP97 dual storage file handling in extractor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884962 13f79535-47bb-0310-9956-ffa450edef68

3 years agoBug 64986: Support missing or blank match_type for function Match
Dominik Stadler [Wed, 30 Dec 2020 21:40:12 +0000 (21:40 +0000)]
Bug 64986: Support missing or blank match_type for function Match

Excel and LibreOffice use the default value in this case

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884959 13f79535-47bb-0310-9956-ffa450edef68

3 years agoBug 64838: Do not populate cells with a paragraph when loading an existing document
Dominik Stadler [Wed, 30 Dec 2020 21:40:06 +0000 (21:40 +0000)]
Bug 64838: Do not populate cells with a paragraph when loading an existing document

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884958 13f79535-47bb-0310-9956-ffa450edef68

3 years agoAdd unfixed test for bug 64759 and make the ones fail which depend on manual opening...
Dominik Stadler [Wed, 30 Dec 2020 21:40:01 +0000 (21:40 +0000)]
Add unfixed test for bug 64759 and make the ones fail which depend on manual opening of files in Microsoft Excel for verification

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884957 13f79535-47bb-0310-9956-ffa450edef68

3 years agoAlso replace for JUnit 5 in comments
Dominik Stadler [Wed, 30 Dec 2020 21:39:56 +0000 (21:39 +0000)]
Also replace for JUnit 5 in comments

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884956 13f79535-47bb-0310-9956-ffa450edef68

3 years agoAdjust error-message on old files and simplify code slightly
Dominik Stadler [Wed, 30 Dec 2020 17:03:30 +0000 (17:03 +0000)]
Adjust error-message on old files and simplify code slightly

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884950 13f79535-47bb-0310-9956-ffa450edef68

3 years agoSlightly re-arrange code to only perform computations if we do not exit the loop...
Dominik Stadler [Wed, 30 Dec 2020 17:03:27 +0000 (17:03 +0000)]
Slightly re-arrange code to only perform computations if we do not exit the loop anyway

Also simplify code somewhat

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884949 13f79535-47bb-0310-9956-ffa450edef68

3 years agoBug 65009: Fix incorrect index for 1-based pictures
Dominik Stadler [Wed, 30 Dec 2020 17:03:23 +0000 (17:03 +0000)]
Bug 65009: Fix incorrect index for 1-based pictures

Adjusted somewhat from Github PR #211

Closes #211

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884948 13f79535-47bb-0310-9956-ffa450edef68

3 years agoAdd missing jar-file for JavaDoc generation
Dominik Stadler [Tue, 29 Dec 2020 19:29:29 +0000 (19:29 +0000)]
Add missing jar-file for JavaDoc generation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884919 13f79535-47bb-0310-9956-ffa450edef68

3 years agoAdjust some JavaDoc
Dominik Stadler [Tue, 29 Dec 2020 19:29:27 +0000 (19:29 +0000)]
Adjust some JavaDoc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884918 13f79535-47bb-0310-9956-ffa450edef68

3 years agoImprove the speed of the styles-optimiser when there are many styles in a Workbook
Dominik Stadler [Tue, 29 Dec 2020 19:29:22 +0000 (19:29 +0000)]
Improve the speed of the styles-optimiser when there are many styles in a Workbook

Profiling showed that the call to isUserDefined() took most of the time,
so we now fetch this only once for each style and remember the result and
use it in the inner loop.

The attached sample-file took aprox. 1m30s on a decent machine, now it is down
to around 2s.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884917 13f79535-47bb-0310-9956-ffa450edef68

3 years agobump versions
Andreas Beeker [Mon, 28 Dec 2020 14:49:29 +0000 (14:49 +0000)]
bump versions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884878 13f79535-47bb-0310-9956-ffa450edef68

3 years agosonar fixes
Andreas Beeker [Mon, 28 Dec 2020 14:06:24 +0000 (14:06 +0000)]
sonar fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884874 13f79535-47bb-0310-9956-ffa450edef68

3 years agogithub-207 - replace commons logging with slf4j - use jcl-over-slf4j
Andreas Beeker [Mon, 28 Dec 2020 14:03:36 +0000 (14:03 +0000)]
github-207 - replace commons logging with slf4j - use jcl-over-slf4j

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884873 13f79535-47bb-0310-9956-ffa450edef68

3 years agosonarcloud.io phases out support for Java 8
Andreas Beeker [Mon, 28 Dec 2020 10:45:43 +0000 (10:45 +0000)]
sonarcloud.io phases out support for Java 8

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884859 13f79535-47bb-0310-9956-ffa450edef68

3 years agogather necessary .xsb for ooxml-lite jar via intercepting the calls to SchemaTypeSyst...
Andreas Beeker [Mon, 28 Dec 2020 00:47:23 +0000 (00:47 +0000)]
gather necessary .xsb for ooxml-lite jar via intercepting the calls to SchemaTypeSystemImpl.XsbReader

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884850 13f79535-47bb-0310-9956-ffa450edef68

3 years agoForbidden-apis fix - Graphics2D.finalize() is deprecated by Java14
Andreas Beeker [Sat, 26 Dec 2020 09:09:17 +0000 (09:09 +0000)]
Forbidden-apis fix - Graphics2D.finalize() is deprecated by Java14

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884813 13f79535-47bb-0310-9956-ffa450edef68

3 years agoSonar fixes
Andreas Beeker [Sat, 26 Dec 2020 00:08:19 +0000 (00:08 +0000)]
Sonar fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884807 13f79535-47bb-0310-9956-ffa450edef68

3 years agotry to fix gradle sonarqube job
Andreas Beeker [Fri, 25 Dec 2020 19:58:32 +0000 (19:58 +0000)]
try to fix gradle sonarqube job

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884804 13f79535-47bb-0310-9956-ffa450edef68

3 years agotry to fix gradle sonarqube job
Andreas Beeker [Fri, 25 Dec 2020 19:19:32 +0000 (19:19 +0000)]
try to fix gradle sonarqube job

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884803 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[bug-65023] add col bugfix. Thanks to Paula Muldoon, This closes #212
PJ Fanning [Fri, 25 Dec 2020 09:50:50 +0000 (09:50 +0000)]
[bug-65023] add col bugfix. Thanks to Paula Muldoon, This closes #212

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884794 13f79535-47bb-0310-9956-ffa450edef68

3 years agoupgrade pdfbox and pdfbox-graphics2d
Andreas Beeker [Fri, 25 Dec 2020 01:59:24 +0000 (01:59 +0000)]
upgrade pdfbox and pdfbox-graphics2d

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884786 13f79535-47bb-0310-9956-ffa450edef68

3 years agotry to fix distsourcebuild error
Andreas Beeker [Fri, 25 Dec 2020 01:42:10 +0000 (01:42 +0000)]
try to fix distsourcebuild error

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884785 13f79535-47bb-0310-9956-ffa450edef68

3 years ago#65026 - Migrate tests to Junit 5
Andreas Beeker [Thu, 24 Dec 2020 18:42:29 +0000 (18:42 +0000)]
#65026 - Migrate tests to Junit 5

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884783 13f79535-47bb-0310-9956-ffa450edef68

3 years agoAdd initial Github Actions to build PRs with all three build-systems
Dominik Stadler [Sun, 20 Dec 2020 18:48:00 +0000 (18:48 +0000)]
Add initial Github Actions to build PRs with all three build-systems

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884654 13f79535-47bb-0310-9956-ffa450edef68

3 years agoFix NullPointerException in Autosize introduced via #64981
Dominik Stadler [Sun, 20 Dec 2020 18:47:56 +0000 (18:47 +0000)]
Fix NullPointerException in Autosize introduced via #64981

Only happened when alignment is set
Add a test reproducing the problem
Also verify auto-size on SXSSF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884653 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[github-198] Remove jdk.charset module dependency for spreadsheets generation. Thanks...
PJ Fanning [Sat, 19 Dec 2020 19:45:09 +0000 (19:45 +0000)]
[github-198] Remove jdk.charset module dependency for spreadsheets generation. Thanks to Robert Marcano. This closes #198

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884631 13f79535-47bb-0310-9956-ffa450edef68

3 years agorevert accidental change
PJ Fanning [Sat, 19 Dec 2020 09:49:23 +0000 (09:49 +0000)]
revert accidental change

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884624 13f79535-47bb-0310-9956-ffa450edef68

3 years agofix log text
PJ Fanning [Sat, 19 Dec 2020 09:47:19 +0000 (09:47 +0000)]
fix log text

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884623 13f79535-47bb-0310-9956-ffa450edef68

3 years agoadd slf4j dependency
PJ Fanning [Fri, 18 Dec 2020 10:04:01 +0000 (10:04 +0000)]
add slf4j dependency

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884603 13f79535-47bb-0310-9956-ffa450edef68

3 years agoadd missing license
PJ Fanning [Fri, 18 Dec 2020 00:25:46 +0000 (00:25 +0000)]
add missing license

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884584 13f79535-47bb-0310-9956-ffa450edef68

3 years agoavoid string concats
PJ Fanning [Fri, 18 Dec 2020 00:17:50 +0000 (00:17 +0000)]
avoid string concats

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884581 13f79535-47bb-0310-9956-ffa450edef68

3 years ago#64876 - Unable to convert pptx to pdf
Andreas Beeker [Thu, 17 Dec 2020 23:42:26 +0000 (23:42 +0000)]
#64876 - Unable to convert pptx to pdf

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884578 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[github-208] Fix a few instances of incorrect NotImplemented documentation. Thanks...
PJ Fanning [Thu, 17 Dec 2020 22:05:35 +0000 (22:05 +0000)]
[github-208] Fix a few instances of incorrect NotImplemented documentation. Thanks to Marius Volkhart. This closes #208

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884575 13f79535-47bb-0310-9956-ffa450edef68

3 years agoavoid string concats
PJ Fanning [Thu, 17 Dec 2020 21:54:42 +0000 (21:54 +0000)]
avoid string concats

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884574 13f79535-47bb-0310-9956-ffa450edef68

3 years agoavoid string concats
PJ Fanning [Thu, 17 Dec 2020 21:42:19 +0000 (21:42 +0000)]
avoid string concats

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884573 13f79535-47bb-0310-9956-ffa450edef68

3 years agoavoid string concats
PJ Fanning [Thu, 17 Dec 2020 21:03:27 +0000 (21:03 +0000)]
avoid string concats

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884572 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove tabs
PJ Fanning [Thu, 17 Dec 2020 20:31:46 +0000 (20:31 +0000)]
remove tabs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884570 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[github-207] add SLF4JLogger
PJ Fanning [Thu, 17 Dec 2020 20:00:55 +0000 (20:00 +0000)]
[github-207] add SLF4JLogger

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884569 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[github-207] add SLF4JLogger
PJ Fanning [Thu, 17 Dec 2020 19:59:01 +0000 (19:59 +0000)]
[github-207] add SLF4JLogger

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884568 13f79535-47bb-0310-9956-ffa450edef68

3 years agoDo not wrap RuntimeException so we still can handle them directly
Dominik Stadler [Wed, 16 Dec 2020 20:55:14 +0000 (20:55 +0000)]
Do not wrap RuntimeException so we still can handle them directly

This broke the CI when the "JCE Unlimited Strength Jurisdiction Policy files"
are missing, e.g. on some Windows Jenkins nodes.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884529 13f79535-47bb-0310-9956-ffa450edef68

3 years agoadd back log4j 1.x as a test-only dependency of ooxml-tests
PJ Fanning [Wed, 16 Dec 2020 19:44:54 +0000 (19:44 +0000)]
add back log4j 1.x as a test-only dependency of ooxml-tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884520 13f79535-47bb-0310-9956-ffa450edef68

3 years agotry to remove seemingly unused log4j 1.x dependency
PJ Fanning [Wed, 16 Dec 2020 19:09:00 +0000 (19:09 +0000)]
try to remove seemingly unused log4j 1.x dependency

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884519 13f79535-47bb-0310-9956-ffa450edef68

3 years agouse less contentious language in code comments
PJ Fanning [Tue, 15 Dec 2020 23:04:14 +0000 (23:04 +0000)]
use less contentious language in code comments

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884473 13f79535-47bb-0310-9956-ffa450edef68

3 years agoreplace single with double quotes to enable variable substitution
Andreas Beeker [Sun, 13 Dec 2020 18:46:14 +0000 (18:46 +0000)]
replace single with double quotes to enable variable substitution

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884388 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove old ooxml beans
Andreas Beeker [Sun, 13 Dec 2020 18:11:48 +0000 (18:11 +0000)]
remove old ooxml beans

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884387 13f79535-47bb-0310-9956-ffa450edef68

3 years ago#64981 - Upgrade OOXML schema to 5th edition (transitional)
Andreas Beeker [Sun, 13 Dec 2020 17:48:31 +0000 (17:48 +0000)]
#64981 - Upgrade OOXML schema to 5th edition (transitional)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884386 13f79535-47bb-0310-9956-ffa450edef68

3 years agoignore auto-generated directories (src, target)
Andreas Beeker [Sun, 13 Dec 2020 15:42:32 +0000 (15:42 +0000)]
ignore auto-generated directories (src, target)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884382 13f79535-47bb-0310-9956-ffa450edef68

3 years ago#64979 - Change artifact names of poi-/ooxml-schemas
Andreas Beeker [Sun, 13 Dec 2020 15:32:43 +0000 (15:32 +0000)]
#64979 - Change artifact names of poi-/ooxml-schemas

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884381 13f79535-47bb-0310-9956-ffa450edef68

3 years agomute talkative tests, which spam to StdOut/StdErr
Andreas Beeker [Sun, 13 Dec 2020 13:10:53 +0000 (13:10 +0000)]
mute talkative tests, which spam to StdOut/StdErr

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884379 13f79535-47bb-0310-9956-ffa450edef68

3 years agoBug 56205 - Upgrade OOXML schema to 3rd edition (transitional)
Andreas Beeker [Sat, 12 Dec 2020 23:15:20 +0000 (23:15 +0000)]
Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884368 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[bug-60397] improve speed of excel cell merge. Thanks to Alex Herve
PJ Fanning [Fri, 11 Dec 2020 17:51:06 +0000 (17:51 +0000)]
[bug-60397] improve speed of excel cell merge. Thanks to Alex Herve

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884329 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[github-206] Improve perfomance of SXSSF cell evaluation. Thanks to This closes #206
PJ Fanning [Thu, 10 Dec 2020 18:18:51 +0000 (18:18 +0000)]
[github-206] Improve perfomance of SXSSF cell evaluation. Thanks to This closes #206

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884288 13f79535-47bb-0310-9956-ffa450edef68

3 years agotry to handle case where checksum is null
PJ Fanning [Thu, 10 Dec 2020 12:24:19 +0000 (12:24 +0000)]
try to handle case where checksum is null

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884278 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[bug-64972] HSSFPictureData#getPictureType() should return 0 for unknown picture...
PJ Fanning [Wed, 9 Dec 2020 21:04:48 +0000 (21:04 +0000)]
[bug-64972] HSSFPictureData#getPictureType() should return 0 for unknown picture type (to be consistent with other implementations)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884271 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[bug-64972] HSSFPictureData#getPictureType() should return 0 for unknown picture...
PJ Fanning [Wed, 9 Dec 2020 21:03:15 +0000 (21:03 +0000)]
[bug-64972] HSSFPictureData#getPictureType() should return 0 for unknown picture type (to be consistent with other implementations)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884270 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove more deprecated code
PJ Fanning [Wed, 9 Dec 2020 20:42:19 +0000 (20:42 +0000)]
remove more deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884269 13f79535-47bb-0310-9956-ffa450edef68

3 years agoreduce use of deprecated code in XSSFFont
PJ Fanning [Wed, 9 Dec 2020 18:20:00 +0000 (18:20 +0000)]
reduce use of deprecated code in XSSFFont

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884266 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove more deprecated code (fix some issues)
PJ Fanning [Wed, 9 Dec 2020 18:12:53 +0000 (18:12 +0000)]
remove more deprecated code (fix some issues)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884265 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove more deprecated code
PJ Fanning [Wed, 9 Dec 2020 18:04:56 +0000 (18:04 +0000)]
remove more deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884263 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove more deprecated code
PJ Fanning [Wed, 9 Dec 2020 17:35:29 +0000 (17:35 +0000)]
remove more deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884262 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove more deprecated code
PJ Fanning [Wed, 9 Dec 2020 17:04:35 +0000 (17:04 +0000)]
remove more deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884261 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove more deprecated code
PJ Fanning [Wed, 9 Dec 2020 16:59:51 +0000 (16:59 +0000)]
remove more deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884259 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove more deprecated code
PJ Fanning [Wed, 9 Dec 2020 16:55:30 +0000 (16:55 +0000)]
remove more deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884257 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove more deprecated code
PJ Fanning [Wed, 9 Dec 2020 16:12:33 +0000 (16:12 +0000)]
remove more deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884256 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove some deprecated code
PJ Fanning [Wed, 9 Dec 2020 00:41:25 +0000 (00:41 +0000)]
remove some deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884229 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove some deprecated code
PJ Fanning [Wed, 9 Dec 2020 00:26:51 +0000 (00:26 +0000)]
remove some deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884228 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove some deprecated code
PJ Fanning [Wed, 9 Dec 2020 00:18:22 +0000 (00:18 +0000)]
remove some deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884227 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove some deprecated code
PJ Fanning [Wed, 9 Dec 2020 00:12:16 +0000 (00:12 +0000)]
remove some deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884226 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove some deprecated code
PJ Fanning [Tue, 8 Dec 2020 23:46:49 +0000 (23:46 +0000)]
remove some deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884225 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove some deprecated code
PJ Fanning [Tue, 8 Dec 2020 23:38:42 +0000 (23:38 +0000)]
remove some deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884224 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove some deprecated code
PJ Fanning [Tue, 8 Dec 2020 23:30:40 +0000 (23:30 +0000)]
remove some deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884223 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[github-200] Update OPCPackage#getPartsByRelationshipType docs to reflect behavior...
PJ Fanning [Tue, 8 Dec 2020 23:01:07 +0000 (23:01 +0000)]
[github-200] Update OPCPackage#getPartsByRelationshipType docs to reflect behavior. Thanks to Marius Volkhart. This closes #200

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884219 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[bug-64964] HSSFCell.convertCellValueToBoolean shall throw more specific exception
PJ Fanning [Tue, 8 Dec 2020 17:09:36 +0000 (17:09 +0000)]
[bug-64964] HSSFCell.convertCellValueToBoolean shall throw more specific exception

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884210 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[github-204] Fix typo in javadoc. Thanks to Yerassyl Sagynov. This closes #204
PJ Fanning [Mon, 7 Dec 2020 09:02:20 +0000 (09:02 +0000)]
[github-204] Fix typo in javadoc. Thanks to Yerassyl Sagynov. This closes #204

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884178 13f79535-47bb-0310-9956-ffa450edef68

3 years agoAdjust Travis-CI build to properly build Github Pull Requests
Dominik Stadler [Sun, 6 Dec 2020 22:04:02 +0000 (22:04 +0000)]
Adjust Travis-CI build to properly build Github Pull Requests

We need to install a newer version of Ant
Also checkout documentation-repository
Invoke target "jenkins" to run all checks
Switch to base image for Ubuntu Bionic

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884167 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove some deprecated code
PJ Fanning [Sun, 6 Dec 2020 16:53:14 +0000 (16:53 +0000)]
remove some deprecated code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884158 13f79535-47bb-0310-9956-ffa450edef68

3 years agomake FontGroup.Range more JavaBean-like
PJ Fanning [Sun, 6 Dec 2020 16:46:09 +0000 (16:46 +0000)]
make FontGroup.Range more JavaBean-like

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884157 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove stray import
PJ Fanning [Sun, 6 Dec 2020 14:14:05 +0000 (14:14 +0000)]
remove stray import

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884153 13f79535-47bb-0310-9956-ffa450edef68

3 years agotidy up code in FontGroupRange
PJ Fanning [Sun, 6 Dec 2020 14:10:44 +0000 (14:10 +0000)]
tidy up code in FontGroupRange

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884152 13f79535-47bb-0310-9956-ffa450edef68

3 years agofix missing xsbs in ooxml-lite run
Andreas Beeker [Sun, 6 Dec 2020 00:26:44 +0000 (00:26 +0000)]
fix missing xsbs in ooxml-lite run

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884142 13f79535-47bb-0310-9956-ffa450edef68

3 years agooptimize size of poi-ooxml-schemas by 40% by only including necessary *.xsb files
Andreas Beeker [Sat, 5 Dec 2020 21:30:19 +0000 (21:30 +0000)]
optimize size of poi-ooxml-schemas by 40% by only including necessary *.xsb files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884139 13f79535-47bb-0310-9956-ffa450edef68

3 years agoadd more classes for LinkVideoToPptx example
Andreas Beeker [Fri, 4 Dec 2020 19:59:16 +0000 (19:59 +0000)]
add more classes for LinkVideoToPptx example

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884114 13f79535-47bb-0310-9956-ffa450edef68

3 years agoadd more classes for LinkVideoToPptx example
Andreas Beeker [Fri, 4 Dec 2020 18:17:49 +0000 (18:17 +0000)]
add more classes for LinkVideoToPptx example

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884104 13f79535-47bb-0310-9956-ffa450edef68

3 years agoadd more classes for LinkVideoToPptx example
Andreas Beeker [Fri, 4 Dec 2020 16:12:47 +0000 (16:12 +0000)]
add more classes for LinkVideoToPptx example

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884099 13f79535-47bb-0310-9956-ffa450edef68

3 years agotry to add missing classes to poi-ooxml-schemas (needed for new example)
PJ Fanning [Fri, 4 Dec 2020 14:17:55 +0000 (14:17 +0000)]
try to add missing classes to poi-ooxml-schemas (needed for new example)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884096 13f79535-47bb-0310-9956-ffa450edef68

3 years agoremove System.out.println
Sayi [Fri, 4 Dec 2020 05:01:34 +0000 (05:01 +0000)]
remove System.out.println

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884084 13f79535-47bb-0310-9956-ffa450edef68

3 years agoget and set heightRule for table row
Sayi [Fri, 4 Dec 2020 03:57:24 +0000 (03:57 +0000)]
get and set heightRule for table row

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884080 13f79535-47bb-0310-9956-ffa450edef68

3 years agoadd license
Andreas Beeker [Thu, 3 Dec 2020 19:15:43 +0000 (19:15 +0000)]
add license

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884076 13f79535-47bb-0310-9956-ffa450edef68

3 years agoadd example to link video to slideshow
Andreas Beeker [Thu, 3 Dec 2020 19:00:37 +0000 (19:00 +0000)]
add example to link video to slideshow
PPTX2SVG.txt is not necessary anymore with PPTX2PNG providing that function

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884075 13f79535-47bb-0310-9956-ffa450edef68

3 years agouse openjdk11 in travis build due to openjdk javac not upporting release flag
PJ Fanning [Mon, 30 Nov 2020 23:55:26 +0000 (23:55 +0000)]
use openjdk11 in travis build due to openjdk javac not upporting release flag

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883965 13f79535-47bb-0310-9956-ffa450edef68

3 years ago#64716 - wmf display error
Andreas Beeker [Sun, 29 Nov 2020 17:23:21 +0000 (17:23 +0000)]
#64716 - wmf display error
change hatch image preparation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883934 13f79535-47bb-0310-9956-ffa450edef68

3 years agoupgrade to pdfbox-graphics2d 0.29
Andreas Beeker [Sat, 28 Nov 2020 18:00:00 +0000 (18:00 +0000)]
upgrade to pdfbox-graphics2d 0.29

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883907 13f79535-47bb-0310-9956-ffa450edef68

3 years agoignore hwmf examples on distsourcebuild
Andreas Beeker [Sat, 28 Nov 2020 14:19:30 +0000 (14:19 +0000)]
ignore hwmf examples on distsourcebuild

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883899 13f79535-47bb-0310-9956-ffa450edef68

3 years ago#64716 - wmf display error
Andreas Beeker [Fri, 27 Nov 2020 23:33:14 +0000 (23:33 +0000)]
#64716 - wmf display error
provide font mapping with PPTX2PNG
fix record enums references
fix alignment of asian fonts

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883883 13f79535-47bb-0310-9956-ffa450edef68

3 years ago#64716 - wmf display error
Andreas Beeker [Fri, 27 Nov 2020 22:41:06 +0000 (22:41 +0000)]
#64716 - wmf display error
prepare binary raster operations

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883882 13f79535-47bb-0310-9956-ffa450edef68

3 years ago#64716 - wmf display error
Andreas Beeker [Sun, 15 Nov 2020 21:49:24 +0000 (21:49 +0000)]
#64716 - wmf display error
- close polygons
- reset current path location on emf modifyworldtransform
- mirror text if the affinetransform is negative scaled

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883460 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[github-195] Rework getParagraph functions for XWPF. Thanks to Marius Volhart. This...
PJ Fanning [Sat, 14 Nov 2020 16:39:44 +0000 (16:39 +0000)]
[github-195] Rework getParagraph functions for XWPF. Thanks to Marius Volhart. This closes #195

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883424 13f79535-47bb-0310-9956-ffa450edef68

3 years agochange xmlbeans jobs
PJ Fanning [Fri, 13 Nov 2020 18:18:05 +0000 (18:18 +0000)]
change xmlbeans jobs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883396 13f79535-47bb-0310-9956-ffa450edef68

3 years ago[github-196] Delete unused certificate exceptions. Thanks to Marius Volkhart. This...
PJ Fanning [Fri, 13 Nov 2020 18:12:09 +0000 (18:12 +0000)]
[github-196] Delete unused certificate exceptions. Thanks to Marius Volkhart. This closes #196

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883395 13f79535-47bb-0310-9956-ffa450edef68