PJ Fanning
cc21b7c305
remove stray import
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883394 13f79535-47bb-0310-9956-ffa450edef68
2020-11-13 18:02:41 +00:00
PJ Fanning
00b9048d59
[github-197] Modify test class HeapDump to allow it work in different JDKs. Thanks to Marius Volkhart. This closes #197
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883393 13f79535-47bb-0310-9956-ffa450edef68
2020-11-13 18:00:21 +00:00
Andreas Beeker
ff0d031f10
update dependencies - make optional dependencies mandatory
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883325 13f79535-47bb-0310-9956-ffa450edef68
2020-11-11 21:53:05 +00:00
Andreas Beeker
134b4ba762
#64867 - Provide PDF rendering with PPTX2PNG
...
remove pdfbox-graphics2d workaround and update its version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883236 13f79535-47bb-0310-9956-ffa450edef68
2020-11-09 20:11:11 +00:00
PJ Fanning
257670bf26
add missing licenses
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883213 13f79535-47bb-0310-9956-ffa450edef68
2020-11-08 22:17:26 +00:00
Andreas Beeker
1d3ef4d81b
#64867 - Provide PDF rendering with PPTX2PNG
...
render text as text, i.e. not as shapes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883212 13f79535-47bb-0310-9956-ffa450edef68
2020-11-08 21:30:54 +00:00
PJ Fanning
578b71b127
[bug-64879] SXSSFSheet dispose() fails to remove Temporary files for java.io.IOException: No space left on device
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883171 13f79535-47bb-0310-9956-ffa450edef68
2020-11-07 09:37:49 +00:00
PJ Fanning
90a9288bfc
[bug-64879] SXSSFSheet dispose() fails to remove Temporary files for java.io.IOException: No space left on device
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883170 13f79535-47bb-0310-9956-ffa450edef68
2020-11-07 09:26:12 +00:00
Andreas Beeker
9e5790d004
test also render to SVG, PDF
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883130 13f79535-47bb-0310-9956-ffa450edef68
2020-11-04 22:03:45 +00:00
Andreas Beeker
b27bb4f413
Jpeg can't be processed with alpha channel
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883129 13f79535-47bb-0310-9956-ffa450edef68
2020-11-04 21:24:21 +00:00
Andreas Beeker
b20318b58c
#64867 - Provide PDF rendering with PPTX2PNG
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883074 13f79535-47bb-0310-9956-ffa450edef68
2020-11-02 23:56:27 +00:00
Dominik Stadler
dae47d5ced
Add unit-test from bug 56454 to show that the problem is fixed now
...
Probably fixed as part of 64460 via r1883037.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883055 13f79535-47bb-0310-9956-ffa450edef68
2020-11-01 17:59:33 +00:00
Andreas Beeker
38b415e26a
#64716 - wmf display error
...
EMF: workaround for invalid EMF header bounds
EMF: add option to PPTX2PNG / DrawableHint to fallback to force EMF header bounds
EMF: use RGB instead of HSL gradiants
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883051 13f79535-47bb-0310-9956-ffa450edef68
2020-11-01 15:37:20 +00:00
Dominik Stadler
d835bdef42
Fix file-handle-leaks when re-writing documents or slideshows
...
When replacing a directory, we should close the previous one
Close some resources in tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883038 13f79535-47bb-0310-9956-ffa450edef68
2020-11-01 09:22:09 +00:00
Dominik Stadler
232d734941
Bug 64460: Fix invalid moving of merged regions
...
Also fix and enable two tests ignored previously
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883037 13f79535-47bb-0310-9956-ffa450edef68
2020-11-01 09:21:45 +00:00
Dominik Stadler
5226ed80dd
Improve error messages on missing Factory-implementations, fix Sonar issues and IDE warnings
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883035 13f79535-47bb-0310-9956-ffa450edef68
2020-11-01 09:21:16 +00:00
Dominik Stadler
8089682957
Fix Sonar issues and IDE warnings
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882842 13f79535-47bb-0310-9956-ffa450edef68
2020-10-25 16:07:30 +00:00
Dominik Stadler
062455c25d
Apply patch for bug 64791 to use proper position for the WriteAccessRecord
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882829 13f79535-47bb-0310-9956-ffa450edef68
2020-10-25 07:21:56 +00:00
Dominik Stadler
ce51aaf2dd
Apply some IDE suggestions
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882828 13f79535-47bb-0310-9956-ffa450edef68
2020-10-25 07:21:52 +00:00
Dominik Stadler
352f5a034c
Fix bug 64238: Make LOOKUP functions deal with empty last arg correctly
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882827 13f79535-47bb-0310-9956-ffa450edef68
2020-10-25 07:21:45 +00:00
Dominik Stadler
19944379e1
Update tests for bug 63845 some more
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882826 13f79535-47bb-0310-9956-ffa450edef68
2020-10-25 07:21:41 +00:00
Dominik Stadler
b6960fbe54
Prevent some unit-tests from failing when non-English local is used in Maven run
...
Also improve the error message when parsing the date fails.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882825 13f79535-47bb-0310-9956-ffa450edef68
2020-10-25 07:21:34 +00:00
Andreas Beeker
90bfac52d6
Sonar fixes - a few "Try-with-resources should be used"
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882820 13f79535-47bb-0310-9956-ffa450edef68
2020-10-24 21:25:52 +00:00
Andreas Beeker
ebdd3c37d4
Sonar fixes - a few "String literals should not be duplicated"
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882819 13f79535-47bb-0310-9956-ffa450edef68
2020-10-24 20:24:13 +00:00
Andreas Beeker
0be6193161
create "build" directory - necessary when running in maven directory structure / build
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882816 13f79535-47bb-0310-9956-ffa450edef68
2020-10-24 19:30:37 +00:00
Andreas Beeker
d708b9da00
try to fix sonar build
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882792 13f79535-47bb-0310-9956-ffa450edef68
2020-10-23 22:30:33 +00:00
Andreas Beeker
9c367c57c0
Handle errors from GraalVM native mode runs - UnsupportedFeature on setting Sax features together with missing ErrorMessages from the java.xml module
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882714 13f79535-47bb-0310-9956-ffa450edef68
2020-10-20 20:30:03 +00:00
PJ Fanning
02da9fd353
reformat
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882708 13f79535-47bb-0310-9956-ffa450edef68
2020-10-20 16:08:29 +00:00
PJ Fanning
dd9f132c23
[github-193] Change TRUNC implementation to use MathX. Thanks to Jacob Harris. This closes #193
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882706 13f79535-47bb-0310-9956-ffa450edef68
2020-10-20 16:07:10 +00:00
Andreas Beeker
c38a99bd07
Ignore test on no-scratchpad run
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882664 13f79535-47bb-0310-9956-ffa450edef68
2020-10-19 19:51:25 +00:00
Andreas Beeker
7a2a057c86
#64817 - Fix issue in testXLSXinPPT
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882623 13f79535-47bb-0310-9956-ffa450edef68
2020-10-18 22:24:16 +00:00
PJ Fanning
667d9a8f32
disable broken test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882590 13f79535-47bb-0310-9956-ffa450edef68
2020-10-16 18:06:25 +00:00
Nick Burch
8dde273017
Add unit test for XLSX embedded in PPT and WorkbookFactory, was already fixed
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882466 13f79535-47bb-0310-9956-ffa450edef68
2020-10-13 22:22:58 +00:00
Andreas Beeker
65bcd9d4f6
Add license header
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882398 13f79535-47bb-0310-9956-ffa450edef68
2020-10-11 06:35:29 +00:00
Andreas Beeker
2a292cb42d
#64773 - Visual signatures for .xlsx/.docx
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882394 13f79535-47bb-0310-9956-ffa450edef68
2020-10-10 23:33:26 +00:00
Dominik Stadler
5d2d6fee1a
Avoid dependency on ooxml-test in integration-test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882040 13f79535-47bb-0310-9956-ffa450edef68
2020-09-26 06:19:34 +00:00
Dominik Stadler
389eab2fbd
Try to fix the Gradle build
...
Third party lib updates
Also use the temporary XMLBeans 4.0.0 jar
Add missing dependencies
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882036 13f79535-47bb-0310-9956-ffa450edef68
2020-09-26 05:22:14 +00:00
Dominik Stadler
ceae0d0903
Fix IDE warnings, add more assertion-output
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882025 13f79535-47bb-0310-9956-ffa450edef68
2020-09-25 19:39:45 +00:00
Yegor Kozlov
7c0327c8b1
OSGi support: register service providers in bundle activator
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881924 13f79535-47bb-0310-9956-ffa450edef68
2020-09-22 12:42:18 +00:00
Andreas Beeker
fe2b58a9cc
Fix Ant javascript issues
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881914 13f79535-47bb-0310-9956-ffa450edef68
2020-09-22 00:07:32 +00:00
Andreas Beeker
8eefca1bfe
#64716 - wmf display error - use FileMagic also for File-based input
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881838 13f79535-47bb-0310-9956-ffa450edef68
2020-09-19 08:16:34 +00:00
Andreas Beeker
997b95a4f8
adapt to XmlBeans changes
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881835 13f79535-47bb-0310-9956-ffa450edef68
2020-09-19 02:40:10 +00:00
Andreas Beeker
8acb3adab9
Add more render test images
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881773 13f79535-47bb-0310-9956-ffa450edef68
2020-09-16 19:37:52 +00:00
Andreas Beeker
69ddd04bd8
#64716 - wmf display error - WmfExtTextOut - move current location to the end of the string after its written to the GraphicsCtx
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881750 13f79535-47bb-0310-9956-ffa450edef68
2020-09-15 22:53:09 +00:00
PJ Fanning
6c7bf59087
[bug-64721] NullPointerException occurs when calling getDataSize() of an object created with ExtRst.copy(). Thanks to Kwon Ohyoung
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881582 13f79535-47bb-0310-9956-ffa450edef68
2020-09-09 07:05:09 +00:00
Andreas Beeker
cced175111
ignore IBM certificate chain issue
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881570 13f79535-47bb-0310-9956-ffa450edef68
2020-09-08 23:33:25 +00:00
Andreas Beeker
a6014f6431
#64716 - wmf display error - fixed charset used for reading typeface
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881567 13f79535-47bb-0310-9956-ffa450edef68
2020-09-08 21:35:57 +00:00
Andreas Beeker
33bc915578
PPTXPNG - parent directory of relative input file was null
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881418 13f79535-47bb-0310-9956-ffa450edef68
2020-09-03 19:26:33 +00:00
Andreas Beeker
ea43beeba7
add "provided" jars to binary dist bundle
...
add instruction to pptx rendering
case-insensitive argument handling in PPTX2PNG
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881416 13f79535-47bb-0310-9956-ffa450edef68
2020-09-03 19:13:16 +00:00
Andreas Beeker
75578a1de9
fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881402 13f79535-47bb-0310-9956-ffa450edef68
2020-09-02 22:24:33 +00:00