Nick Burch
|
82244c3aae
|
Expose Priority from newer-style HSSF CF rules
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782995 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-14 17:49:13 +00:00 |
|
Greg Woolsey
|
05125678ab
|
Expose another common property, strikeout.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782987 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-14 16:45:47 +00:00 |
|
Nick Burch
|
1e5fa0dbea
|
Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782941 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-14 09:45:45 +00:00 |
|
Nick Burch
|
3f6cbffd8d
|
Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782939 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-14 09:35:43 +00:00 |
|
Greg Woolsey
|
b0d0d0fda5
|
Add evaluation of data validation rules and conditional formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782894 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-13 22:51:30 +00:00 |
|
Andreas Beeker
|
967a3b0e0c
|
#60625 - Rendering issue with background and shape overlayed by image
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782706 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-12 22:30:49 +00:00 |
|
Andreas Beeker
|
db3000b142
|
SonarQube fixes and removed redundant logger level checks, for simple String messages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782548 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-11 00:57:39 +00:00 |
|
Nick Burch
|
ea2eb34f46
|
Add a possible future TODO
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782472 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-10 14:02:12 +00:00 |
|
Nick Burch
|
b6480adb9f
|
If a property refers to an invalid index, log + ignore rather than failing with a IndexOutOfBoundsException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782461 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-10 12:55:55 +00:00 |
|
Nick Burch
|
16a825ccf5
|
Update the big file test to use POIFSFileSystem.create(File), and tweak javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782454 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-10 11:43:01 +00:00 |
|
Javen O'Neal
|
0f09e9eae2
|
bug 59227: parse dates formatted in Japanese or Chinese. Change javac source encoding from ASCII to UTF-8 (same as build.gradle). Patch from jzhao. This closes #48 on Github.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782119 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-08 08:29:18 +00:00 |
|
Javen O'Neal
|
28999738a9
|
Convert all *.java files to use native end of line character(s)
$ dos2unix `find -name *.java`
$ svn propset svn:eol-style native `find -name *.java`
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782114 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-08 07:47:30 +00:00 |
|
Andreas Beeker
|
5c4ab1dbdf
|
#60625 - Rendering issue with background and shape overlayed by image
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782096 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-08 01:12:22 +00:00 |
|
Andreas Beeker
|
ac3d63926a
|
#60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782095 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-08 01:01:51 +00:00 |
|
Dominik Stadler
|
f431473f29
|
Revert previous changes enough to restore the case in the commoncrawl-corpus which is failing now, add a unit-test for this case, enable one disabled unit-test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781822 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-05 22:34:40 +00:00 |
|
Dominik Stadler
|
560a33620a
|
IntelliJ warnings, Javadoc, Formatting
Changes for the RecordFormatException deprecation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780453 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-26 19:58:46 +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
|
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
|
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
|
647f0a90a2
|
pull out loop invariants, use List.indexOf to look up sheet index
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779560 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-20 04:38:18 +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
|
47e81bd78c
|
make instance variable final
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779551 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-20 02:16:58 +00:00 |
|
Tim Allison
|
f6388c2fff
|
Bug 60570 - Add rudimentary EMF read-only capability
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779493 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-19 16:22:29 +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 |
|
Andreas Beeker
|
5899f8884d
|
#60586 - Support embedding OLE1.0 package in XSSF / SS Common
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1778869 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-15 02:04:57 +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 |
|
Andreas Beeker
|
bf311b8e6e
|
SonarQube fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777855 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-08 00:38:41 +00:00 |
|
Andreas Beeker
|
24c0b83841
|
SonarQube fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777739 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-07 00:26:46 +00:00 |
|
Andreas Beeker
|
1042dacd93
|
SonarQube fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777669 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-06 17:51:22 +00:00 |
|
Andreas Beeker
|
9ee04feeb9
|
SonarQube fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777541 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-06 09:05:14 +00:00 |
|
Andreas Beeker
|
d7da7a0ff4
|
SonarQube fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777526 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-05 23:40:57 +00:00 |
|
Andreas Beeker
|
8cc9352d26
|
EmbeddedExtractor (for *SSF) - added OOXML support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777394 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-05 01:10:45 +00:00 |
|
Javen O'Neal
|
2680a535bd
|
github-44: reference BuiltinFormats in javadocs for CellStyle.getDataFormat and setDataFormat
This closes #44 github pull request from sixinli
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777260 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-04 07:00:24 +00:00 |
|
Andreas Beeker
|
8973c2fe07
|
SonarQube fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777252 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-04 01:06:30 +00:00 |
|
Andreas Beeker
|
97ea611e6e
|
SonarQube fixes
add Iterable interface to EscherContainerRecord / deprecate getChildIterator()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777046 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-03 01:02:33 +00:00 |
|
Javen O'Neal
|
ca0154a793
|
use case-insensitive string startsWith/endsWith utility function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777031 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-02 22:23:56 +00:00 |
|
Andreas Beeker
|
f2052fe278
|
Sonarqube fixes - Cast one of the operands of this multiplication operation to a ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776894 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-01 22:59:35 +00:00 |
|
Andreas Beeker
|
254b42ff26
|
#60521 - Enable nested XSSF GroupShapes and fix calculation of Client-/ChildAnchor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776820 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-31 21:54:32 +00:00 |
|
Andreas Beeker
|
1d9c74b1bf
|
#60519 - Extractor for *SSF embeddings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776819 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-31 21:50:47 +00:00 |
|
Andreas Beeker
|
db4bdaf29a
|
#60520 - Provide *SSF functionality via Common SS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776818 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-31 21:47:23 +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
|
b2a4c75665
|
Fix some Findbugs reports
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776714 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-31 09:43:08 +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
|
da2b7c0969
|
Fix some compilation warnings
Update Javadoc
Reformat code somewhat
Supress IntelliJ warnings in findbugs-filters.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776645 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-30 22:11:48 +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 |
|
Dominik Stadler
|
b573615cd0
|
bug 60526: Make loggers final and make throttled log actually work
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776555 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-30 13:09:28 +00:00 |
|
centic
|
a150527574
|
Add mising @Override and other warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776065 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-26 19:51:32 +00:00 |
|
kiwiwings
|
b4728919b9
|
report size of entries for POIFSViewer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1775992 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-25 00:06:13 +00:00 |
|