Andreas Beeker
|
4a5f7765bb
|
fix eclipse warnings - close resources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779869 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-23 00:31:27 +00:00 |
|
Andreas Beeker
|
c48a0cf334
|
#59836 - Tracker: Replace primitives with enums
preparation for removing those many HSSFColor subclasses with an enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779866 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-22 22:01:22 +00:00 |
|
Javen O'Neal
|
93eb933aa6
|
fix assert message typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779567 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-20 05:40:49 +00:00 |
|
Javen O'Neal
|
6aa7fe54e9
|
fix copy-paste typo in unit test found by Andrzej Witecki
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779565 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-20 05:37:12 +00:00 |
|
Javen O'Neal
|
9def800cd4
|
bug 60031: DataFormatter parses months incorrectly when put at the end of date segment. Thanks to Andrzej Witecki
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779564 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-20 05:35:57 +00:00 |
|
Javen O'Neal
|
c46e7d03f3
|
remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779563 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-20 05:04:57 +00:00 |
|
Javen O'Neal
|
2f648842cd
|
bug 60605: replace Workbook.SHEET_STATE_VERY_HIDDEN with SheetVisibility.VERY_HIDDEN
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779562 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-20 05:00:29 +00:00 |
|
Javen O'Neal
|
dfd906aa9b
|
bug 60605: remove code for enforcing rule that active sheet cannot be hidden
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779561 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-20 04:55:06 +00:00 |
|
Javen O'Neal
|
15be6fb336
|
bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779558 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-20 04:23:42 +00:00 |
|
Javen O'Neal
|
70cc2bce03
|
bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed. Patch from Joachim Piketz
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779426 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-19 07:44:25 +00:00 |
|
Andreas Beeker
|
75c630f976
|
fix eclipse warnings / close resources in tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1778958 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-16 01:18:46 +00:00 |
|
Andreas Beeker
|
a7706b3fdf
|
fix eclipse warnings - close resources / type generics
cleanup sources - add parenthesis to statements
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1778955 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-15 23:08:47 +00:00 |
|
Javen O'Neal
|
726fe10074
|
bug 60260: parse unicode sheet names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1778418 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-12 10:39:26 +00:00 |
|
Javen O'Neal
|
42c5a08dfb
|
add unit tests for MAPIMessage.get*Body()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777463 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-05 12:46:28 +00:00 |
|
Dominik Stadler
|
102c0d2173
|
Bug 60219: FormulaParser can't parse external references when sheet name is quoted
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776796 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-31 16:53:16 +00:00 |
|
Dominik Stadler
|
36406ad3a1
|
Ensure streams are closed always, reformat code somewhat
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776647 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-30 22:12:06 +00:00 |
|
Dominik Stadler
|
6f616d0a51
|
Bug 60369: Adjust pattern to better handle non-ASCII characters in Month-names which can appear since Java 8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776646 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-30 22:11:55 +00:00 |
|
Dominik Stadler
|
8def7307d9
|
Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for same day input
deprecate unused method isNonWorkday
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776588 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-30 15:05:14 +00:00 |
|
Andreas Beeker
|
6a8332a173
|
eclipse warnings - raw list access
close resources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773906 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-13 00:31:23 +00:00 |
|
Andreas Beeker
|
128001186b
|
eclipse warnings - raw list access
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773905 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-13 00:30:24 +00:00 |
|
Andreas Beeker
|
fae46faf29
|
remove unused class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773904 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-13 00:29:03 +00:00 |
|
Dominik Stadler
|
230453d76e
|
Adjust toString() of ExternalNameRecord
Fix some IntelliJ warnings
Reformat TextPieceTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773776 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-12 11:41:07 +00:00 |
|
Dominik Stadler
|
17311852ce
|
Revert "Local test to run one of the multi-file tests on only one file"
This reverts commit 6582ca62b000143b96823509ad7bb8d444cabee3.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773689 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-11 21:15:37 +00:00 |
|
Dominik Stadler
|
5cf4143fcc
|
Revert "Adjust local test class run with Gradle-Build as well"
This reverts commit 76be95541fa6ac22bf0746d864404a84868ab1c6.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773663 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-11 21:13:51 +00:00 |
|
Dominik Stadler
|
8003ad78f4
|
Adjust local test class run with Gradle-Build as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773661 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-11 21:00:00 +00:00 |
|
Dominik Stadler
|
54778bfac6
|
Local test to run one of the multi-file tests on only one file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773635 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-11 20:58:12 +00:00 |
|
Dominik Stadler
|
2e364ee85d
|
Exclude new BIFF5 file in some unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773605 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-11 20:56:03 +00:00 |
|
Nick Burch
|
30d64fda8c
|
Recursive delete unit test based on users@ query - working fine already
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772894 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-06 13:52:46 +00:00 |
|
Andreas Beeker
|
75dc015766
|
SonarCube fix - make members private
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772585 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-04 23:49:49 +00:00 |
|
Andreas Beeker
|
656f28ba81
|
SonarCube fix - make members private
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772291 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-01 23:46:27 +00:00 |
|
Andreas Beeker
|
6ea58e94bc
|
#60331 - Remove deprecated classes - deprecate Mutable* property classes
sonarcube fix - make protected attributes private
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771640 13f79535-47bb-0310-9956-ffa450edef68
|
2016-11-27 20:19:18 +00:00 |
|
Dominik Stadler
|
aba5d21295
|
Fix newly introduced Sonar issues and allow text to be null
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771563 13f79535-47bb-0310-9956-ffa450edef68
|
2016-11-27 11:06:57 +00:00 |
|
Dominik Stadler
|
be1aa45b25
|
Bug 60370: Encode some special characters when setting title/text for validation text-boxes, for now all characters below 32, more can be added if necessary.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771396 13f79535-47bb-0310-9956-ffa450edef68
|
2016-11-25 22:07:59 +00:00 |
|
Dominik Stadler
|
e2b22e51f7
|
Bug 59200: Check for actual Excel limits on data validation title/text
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771254 13f79535-47bb-0310-9956-ffa450edef68
|
2016-11-25 08:55:52 +00:00 |
|
Dominik Stadler
|
57fa4c1869
|
Pull up one more test into BaseTestConditionalFormatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768590 13f79535-47bb-0310-9956-ffa450edef68
|
2016-11-07 21:32:18 +00:00 |
|
Dominik Stadler
|
76a0c6378e
|
Add setFormattingRanges() to interface ConditionalFormatting, closes #42
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768588 13f79535-47bb-0310-9956-ffa450edef68
|
2016-11-07 21:32:04 +00:00 |
|
Javen O'Neal
|
a3f001b7ae
|
bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require SpreadsheetVersion.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767728 13f79535-47bb-0310-9956-ffa450edef68
|
2016-11-02 16:37:12 +00:00 |
|
Dominik Stadler
|
0610a20d87
|
Fix some IDE warnings, JavaDoc, ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1766063 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-21 16:31:37 +00:00 |
|
Dominik Stadler
|
d0d5334386
|
Exclude new BIFF5 file in some unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765876 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 20:31:57 +00:00 |
|
Dominik Stadler
|
f2c9dbec3f
|
Add some missing close() calls
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765875 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 20:31:50 +00:00 |
|
Tim Allison
|
9fd46e3174
|
BUG-60284 -- need to update dev tests <face_palm/>
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765859 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 18:39:47 +00:00 |
|
Tim Allison
|
d233f7c348
|
BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765829 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 15:13:16 +00:00 |
|
Javen O'Neal
|
a1ec4334cf
|
Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765739 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 02:21:14 +00:00 |
|
Javen O'Neal
|
96d35e0b8e
|
Eclipse automated refactor/cleanup: convert for loops to for-each loops
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765736 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-20 01:54:56 +00:00 |
|
Andreas Beeker
|
54122c2233
|
remove *_dump directory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765734 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 23:43:42 +00:00 |
|
Javen O'Neal
|
5d3d50b9d1
|
add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatches and Python's str.count(substr)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765730 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 23:04:16 +00:00 |
|
Javen O'Neal
|
4b01accdb3
|
Eclipse automated refactor/cleanup: convert for loops to for-each loops
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765728 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 22:28:07 +00:00 |
|
Javen O'Neal
|
c5dddf7fac
|
Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765726 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 21:52:31 +00:00 |
|
Tim Allison
|
5958cb4840
|
BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to Andreas Beeker for this patch. Problems are mine.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765696 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 18:44:46 +00:00 |
|
Javen O'Neal
|
9cad5aff09
|
reenable unit test for bug 58648 that passes now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765548 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-19 08:03:57 +00:00 |
|