]>
source.dussan.org Git - poi.git/log
Andreas Beeker [Fri, 1 Jan 2021 23:20:02 +0000 (23:20 +0000)]
fix year agnostic date/test values
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1885021 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 1 Jan 2021 15:51:30 +0000 (15:51 +0000)]
Apply some IDE suggestions and fix some JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1885012 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 1 Jan 2021 15:51:19 +0000 (15:51 +0000)]
Bug 64750: Do not use CTDataValidations.getCount(), instead only rely on getDataValidationArray
Field "count" seems to be optional according
to the schema, so by using only the array
Apache POI can read data validations from
workbooks that do not populate the
"count" field properly.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1885011 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 30 Dec 2020 23:33:05 +0000 (23:33 +0000)]
workaround NullPointerException when font family (of bullets) can't be determined
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1884974 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 30 Dec 2020 23:13:23 +0000 (23:13 +0000)]
workaround "Width (0) and height (0) cannot be <= 0" error while rendering text with textures
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1884966 13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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