Dominik Stadler
|
8f324b99fa
|
Fix some Sonar issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809636 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-25 15:10:40 +00:00 |
|
Dominik Stadler
|
ee993f163d
|
Replace the incompatible new interface method endSheet() with a Java 8 default method so existing implementations do not need to be adjusted. Also use this for headerFooter() and remove the empty implementations that are now obsolete.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809635 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-25 14:45:14 +00:00 |
|
PJ Fanning
|
6e9fee0bc9
|
Remove more deprecated classes and methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809428 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-23 14:03:25 +00:00 |
|
Dominik Stadler
|
9976e1cae5
|
Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug 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
|
2017-09-23 07:41:27 +00:00 |
|
Dominik Stadler
|
7a85c39371
|
Bug 59747: Adjust order of first two entries in the resulting Zip to try to 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
|
2017-09-22 21:19:39 +00:00 |
|
Tim Allison
|
53b55eb4c3
|
Bug 61349 -- add more sanity checks when allocating byte[]
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809169 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-21 14:52:59 +00:00 |
|
Dominik Stadler
|
5d004c453b
|
Apply patch from bug 61033 to add a 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
|
2017-09-20 19:08:57 +00:00 |
|
PJ Fanning
|
12df977d38
|
Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This closes #71
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808945 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-19 21:18:09 +00:00 |
|
Dominik Stadler
|
46fd75b1e7
|
Bug 61148: Fix calculating formula value, unfortunately we currently need to 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
|
2017-09-19 19:02:22 +00:00 |
|
Dominik Stadler
|
851c6dd5ee
|
Fix some IntelliJ warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808908 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-19 16:23:37 +00:00 |
|
Dominik Stadler
|
6bdce2bfd7
|
While working on bug 61148 I found that getCellType() and 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
|
2017-09-19 12:47:13 +00:00 |
|
PJ Fanning
|
38650a6d2f
|
use non-deprecated versions of getCellType
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808741 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 16:31:55 +00:00 |
|
PJ Fanning
|
1e8ecbec04
|
change HyperLink getType to return HyperlinkType
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808737 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 15:55:48 +00:00 |
|
PJ Fanning
|
a5f7a52b0d
|
fix compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808722 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 14:15:15 +00:00 |
|
PJ Fanning
|
6382370552
|
update getCellType to return CellType enum instead of int
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808718 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 13:58:55 +00:00 |
|
PJ Fanning
|
e3ddb77bc1
|
update getCellType to return CellType enum instead of int
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808703 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 13:38:07 +00:00 |
|
PJ Fanning
|
bc0c0b19d2
|
update getCellType to return CellType enum instead of int
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808700 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 13:26:16 +00:00 |
|
PJ Fanning
|
2bb3fa290a
|
remove some deprecated code slated for removal in 3.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808687 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 12:27:36 +00:00 |
|
PJ Fanning
|
f3643e95f9
|
Change getCachedFormulaResultType to return CellType
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808678 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 10:50:50 +00:00 |
|
Andreas Beeker
|
910c91900a
|
#60499 - Deleting a picture that is used twice on a slide corrupt the slide
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808661 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-17 22:45:03 +00:00 |
|
Dominik Stadler
|
ade4aec2dd
|
Fix some warnings in OOXMLLite and move copyFile to IOUtils
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808621 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-17 11:08:31 +00:00 |
|
Dominik Stadler
|
467053d91c
|
Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808620 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-17 11:08:23 +00:00 |
|
Dominik Stadler
|
ec42ec1053
|
Some more code cleanup
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808619 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-17 11:07:48 +00:00 |
|
PJ Fanning
|
11a403469f
|
remove some deprecated code slated for removal in 3.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808535 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 12:16:29 +00:00 |
|
Dominik Stadler
|
5dadfd7c18
|
Use Integer.compare() where possible
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808522 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:29:20 +00:00 |
|
Dominik Stadler
|
7c01f5a50c
|
Use Collections.singleton() where applicable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808520 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:28:56 +00:00 |
|
Dominik Stadler
|
ac0f7b46f2
|
Fix some warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808519 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:28:50 +00:00 |
|
Dominik Stadler
|
399381da8d
|
Remove unnecessary local variables
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808518 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:28:38 +00:00 |
|
Dominik Stadler
|
0cfa1ede4c
|
Remove unnecessary type arguments (Java 8)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:27:23 +00:00 |
|
Dominik Stadler
|
f1f07e00bb
|
Remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808513 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:23:48 +00:00 |
|
Dominik Stadler
|
4f3e802f50
|
Remove unnecessary casts and toString() calls
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808512 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:23:30 +00:00 |
|
Dominik Stadler
|
32370cfd1c
|
Remove unnecessary initialization of members
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808510 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:22:59 +00:00 |
|
Dominik Stadler
|
037800436a
|
Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808508 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:21:28 +00:00 |
|
Dominik Stadler
|
f097cb2256
|
Adjust some more places for the new versions of some third party libraries
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808473 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-15 18:39:29 +00:00 |
|
Dominik Stadler
|
bb507440ed
|
Update third party libs to latest versions
Start updating build to Java 8
Set version to 4.0-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808472 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-15 18:39:18 +00:00 |
|
PJ Fanning
|
b7e55e211b
|
remove some deprecated code slated for removal in 3.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808455 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-15 12:29:35 +00:00 |
|
PJ Fanning
|
deb0aca6ac
|
remove some deprecated code slated for removal in 3.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808403 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-14 23:44:47 +00:00 |
|
PJ Fanning
|
66d83f98d7
|
remove some deprecated code slated for removal in 3.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808402 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-14 23:09:08 +00:00 |
|
PJ Fanning
|
03b4a49d9f
|
remove some deprecated code slated for removal in 3.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808400 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-14 22:19:16 +00:00 |
|
PJ Fanning
|
23ecb9a172
|
Numeric Array Formula and Matrix Function [from Bob95132] This closes #69
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808297 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-13 23:54:36 +00:00 |
|
PJ Fanning
|
e6d9be197c
|
[bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes #70
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808294 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-13 23:10:44 +00:00 |
|
Andreas Beeker
|
86d91cceef
|
#61478 - POI OOXML-Schema lookup uses wrong classloader
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807418 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-05 21:30:29 +00:00 |
|
Tim Allison
|
bf28229cd7
|
While working on 61475, need to add a new line after picture text...not worth separate ticket.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806843 13f79535-47bb-0310-9956-ffa450edef68
|
2017-08-31 20:20:24 +00:00 |
|
Tim Allison
|
e29c22ec42
|
61475 -- append text from pictures only once...bug from my work on 61470.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806839 13f79535-47bb-0310-9956-ffa450edef68
|
2017-08-31 19:14:43 +00:00 |
|
Tim Allison
|
d5b3bd57af
|
61470 -- add extraction of content within ruby elements; allow users to concatenate or not concatenate phonetic strings. Default is to concatenate.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806712 13f79535-47bb-0310-9956-ffa450edef68
|
2017-08-30 16:29:52 +00:00 |
|
Dominik Stadler
|
225285edc6
|
Revert performance tuning done via Bug 61350 as it lead to problems when running multi-threaded large regression tests.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806077 13f79535-47bb-0310-9956-ffa450edef68
|
2017-08-24 19:46:39 +00:00 |
|
Dominik Stadler
|
515f93ecd8
|
Add more non-test classes in OOXMLLite and add another font-metric that appears
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805516 13f79535-47bb-0310-9956-ffa450edef68
|
2017-08-19 16:31:28 +00:00 |
|
Andreas Beeker
|
a98350e40b
|
#61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1804854 13f79535-47bb-0310-9956-ffa450edef68
|
2017-08-11 20:47:48 +00:00 |
|
PJ Fanning
|
58e98bace6
|
[Bug-61048] SXSSF module writes wrong escape sequence for carriage returns
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1804596 13f79535-47bb-0310-9956-ffa450edef68
|
2017-08-09 18:37:14 +00:00 |
|
Andreas Beeker
|
0d8350b03a
|
#61363 - Unify escher shape id allocation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803483 13f79535-47bb-0310-9956-ffa450edef68
|
2017-07-30 23:11:36 +00:00 |
|