Javen O'Neal
|
cb28546f50
|
github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to Alain-Bearez.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813868 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-31 10:17:38 +00:00 |
|
PJ Fanning
|
d6f261473d
|
add test case for bug 61701 and use StringBuilder in more places
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813863 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-31 09:48:23 +00:00 |
|
PJ Fanning
|
7dce661861
|
Remove more deprecated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813102 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-23 21:17:49 +00:00 |
|
PJ Fanning
|
707f266eef
|
Remove more deprecated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813085 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-23 20:27:47 +00:00 |
|
PJ Fanning
|
5ecf32781d
|
Introduce new BorderFormatting methods to expose border styles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812917 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-22 13:53:42 +00:00 |
|
PJ Fanning
|
e52d29df16
|
Remove use of deprecated methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812911 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-22 13:03:33 +00:00 |
|
PJ Fanning
|
2cd8c7bc65
|
Remove use of deprecated methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812907 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-22 12:45:35 +00:00 |
|
Dominik Stadler
|
63bf8e8ba5
|
Add getter/setter for ReadingOrder to XSSF, closes issue #73
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812558 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-18 18:26:41 +00:00 |
|
Javen O'Neal
|
fac34b6740
|
cleanup for r1812476: avoid NPEs from string.isEmpty()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812516 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-18 14:08:43 +00:00 |
|
Javen O'Neal
|
2ef3af567c
|
replace "".equals(string) with string.isEmpty() to avoid null strings silently evaluating to false; most code should probably check string for null if it is not already
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812476 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-18 08:41:42 +00:00 |
|
Javen O'Neal
|
117f08049b
|
string.equals("") -> string.isEmpty() or "".equals(string)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812463 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-18 07:45:53 +00:00 |
|
Javen O'Neal
|
63b3a4e491
|
IntelliJ: simplify boolean logic
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812363 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-17 07:43:41 +00:00 |
|
PJ Fanning
|
e4fc2670d5
|
Make public static members final [thanks to Kui Liu]. This close #78.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812234 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-15 20:50:58 +00:00 |
|
Dominik Stadler
|
1b171e8642
|
Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests.
This closes #74, This closes #75, This closes #76
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812097 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-13 09:40:22 +00:00 |
|
Dominik Stadler
|
2dc64ebbcc
|
adjust tests, javadoc, ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811865 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-11 18:31:34 +00:00 |
|
Dominik Stadler
|
d9a818dc22
|
Remove "filling" in IntList as this has no effect whatsoever as far as I could see
Fix some IntelliJ warnings, missing JavaDoc, typos, Findbugs issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811793 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-11 05:32:05 +00:00 |
|
Dominik Stadler
|
2587ed1849
|
Apply patch from bug 61096: Add support for modules in VBAMacroReader
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811383 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-07 06:11:12 +00:00 |
|
Dominik Stadler
|
9f1e234ee4
|
Bug 61064: Support behavior of function CEILING in newer versions of Microsoft Excel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1810007 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-28 14:36:53 +00:00 |
|
Dominik Stadler
|
c2b434988e
|
Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there might be empty rows/cells included in the counts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809988 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-28 13:12:32 +00:00 |
|
Dominik Stadler
|
ec2c04d452
|
Fix bug 61516: when copying cells with formulas we should properly check for references that are invalid afterwards.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809967 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-28 09:56:45 +00:00 |
|
Dominik Stadler
|
9bb3e05e6a
|
Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809738 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-26 12:33:08 +00:00 |
|
Dominik Stadler
|
2a04408bf3
|
Fixup change for CellReference to keep the behavior the same as before
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809737 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-26 12:31:51 +00:00 |
|
Dominik Stadler
|
a745ce2c4e
|
Replace deprecated CellReference class and some other warnings fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809714 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-26 08:26:05 +00:00 |
|
Tim Allison
|
bf6cd20f10
|
Bug 61349 -- bump limits on classes that caused regressions in Dominik's regression corpus. Many thanks to Dominik Stadler for running the regression tests!!!
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809623 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-25 12:53:10 +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
|
4ac6800974
|
Fix some IntelliJ warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809349 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-22 20:07:56 +00:00 |
|
Nick Burch
|
fc0e5c0f22
|
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809171 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-21 15:09:50 +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
|
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
|
f3b10d5703
|
IntelliJ warnings, deprecation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808928 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-19 19:02:06 +00:00 |
|
Dominik Stadler
|
e1dfdba334
|
Bug 61520: Add JavaDoc about name-references in Excel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808763 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 18:55:07 +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
|
044382106b
|
change CellFormat.ultimateType to return CellType
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808739 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 16:06:54 +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
|
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 |
|
Dominik Stadler
|
e504e87873
|
Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem
IntelliJ warnings/suggestions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808622 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-17 11:08:45 +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
|
0297946834
|
Fix some warnings in unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808521 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:29:06 +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 |
|