Dominik Stadler
|
a264f7c3c3
|
Instead of using initCause() when re-throwing exceptions, it leads to better stacktraces if a simple constructor-argument is used
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568614 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-15 10:43:58 +00:00 |
|
Dominik Stadler
|
83139e0df7
|
Provide more output on test that failed for me locally
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568558 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-15 00:21:19 +00:00 |
|
Dominik Stadler
|
7dc649c648
|
Adjust some tests to not hardcode the 'test-data' directory. This breaks the Sonar-maven build that I am working on locally
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568557 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-15 00:20:24 +00:00 |
|
Dominik Stadler
|
240579a854
|
Update Javadoc somewhat
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568555 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-15 00:19:32 +00:00 |
|
Dominik Stadler
|
b07bb06837
|
Add assertions, remove Sonar warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568554 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-15 00:18:34 +00:00 |
|
Andreas Beeker
|
d58466c8b3
|
update *ssf-workbook tests to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568541 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 23:21:30 +00:00 |
|
Andreas Beeker
|
11caf5f4e4
|
Bug 53130 - SXSSF Shared Strings option support, to make generated xlsx files compatible with Google Docs or iPad
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568539 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 22:45:05 +00:00 |
|
Andreas Beeker
|
2e6de07eb1
|
FindBugs fix
- fixed "Should be a static inner class"
- see http://findbugs.sourceforge.net/bugDescriptions.html#SIC_INNER_SHOULD_BE_STATIC
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568178 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 01:00:45 +00:00 |
|
Andreas Beeker
|
334aaad728
|
FindBugs fix
- fixed "Field isn't final but should be"
- see http://findbugs.sourceforge.net/bugDescriptions.html#MS_SHOULD_BE_FINAL
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568145 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 23:34:11 +00:00 |
|
Andreas Beeker
|
ad8ded4b1d
|
disable not applicable findbugs check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567815 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 00:07:36 +00:00 |
|
Andreas Beeker
|
fc697f0e60
|
Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images from ppt)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567455 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-11 23:16:54 +00:00 |
|
Andreas Beeker
|
4b9d47af5a
|
FindBugs fix
- fixed "Class defines equals() and uses Object.hashCode()"
- see http://findbugs.sourceforge.net/bugDescriptions.html#HE_EQUALS_USE_HASHCODE
- implemented UnicodeString.ExtRst.hashCode() + junit-test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1566427 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-09 21:19:20 +00:00 |
|
Dominik Stadler
|
43b4e3f378
|
Bug 55923: Fix compare/sorting of nodes in exported XML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564050 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-03 20:56:43 +00:00 |
|
Dominik Stadler
|
77bcfcb41c
|
Bug 55924: Avoid errors during exporting XML if there are numeric cells without value, also verify in tests that XML can always be parsed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564045 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-03 20:17:59 +00:00 |
|
Dominik Stadler
|
9b16c77233
|
Bug 55926: Handle numeric formula values when exporting to XML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564028 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-03 19:46:41 +00:00 |
|
Dominik Stadler
|
ddaab16081
|
Bug 55927: Handle date types when exporting to XML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564011 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-03 19:19:14 +00:00 |
|
Nick Burch
|
2f635a7498
|
Fix whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563660 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-02 16:44:30 +00:00 |
|
Nick Burch
|
63d4dc462f
|
Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface, as all implementations now have the method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563658 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-02 16:41:27 +00:00 |
|
Nick Burch
|
aa19aeae43
|
Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor header/footer support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563657 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-02 16:39:53 +00:00 |
|
Nick Burch
|
7d7f5015e5
|
Fix whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563653 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-02 16:28:04 +00:00 |
|
Nick Burch
|
ba910a4584
|
Have the Excel text extractors all implement the same interface, as best as they can
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563650 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-02 16:23:26 +00:00 |
|
Dominik Stadler
|
92626b66b6
|
Bug 56017: Fix comment-ref when shiftig rows with comments, this probably does not fix the bug itself, though
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563587 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-02 10:34:42 +00:00 |
|
Andreas Beeker
|
54d462a3f6
|
Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalStateException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563540 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-02 01:56:02 +00:00 |
|
Andreas Beeker
|
3fb8fc3830
|
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563509 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 23:23:07 +00:00 |
|
Andreas Beeker
|
6a864cce7b
|
Bug 55802 - Special Letters not exported correct
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563496 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 22:26:18 +00:00 |
|
Nick Burch
|
40ceccdcbd
|
Fix up whitespace / indents to be consistent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563491 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 22:05:23 +00:00 |
|
Nick Burch
|
71b6ee9757
|
Fix javadoc formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563489 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 21:58:24 +00:00 |
|
Andreas Beeker
|
aeb4f0247b
|
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563488 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 21:56:07 +00:00 |
|
Nick Burch
|
2784b5044a
|
Expose the StyleIndex of CharacterRuns, and expand the range style tests to cover this + related
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563486 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 21:52:19 +00:00 |
|
Andreas Beeker
|
e484fd75d0
|
Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing word file)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563483 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 21:45:48 +00:00 |
|
Dominik Stadler
|
bc936983a5
|
Bug 56011: Use default style if the cell style attribute is not present
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563470 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 20:54:09 +00:00 |
|
Andreas Beeker
|
ba8bfcc27b
|
TreeSet without JDK 6 method usages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561511 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-26 16:26:59 +00:00 |
|
Andreas Beeker
|
58712517c6
|
This patch is not working as of license incompatibility - see http://www.apache.org/licenses/GPL-compatibility.html
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561507 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-26 15:38:11 +00:00 |
|
Andreas Beeker
|
655dee9f1f
|
As Jdk 1.5 doesn't provide NavigableMap/Set classes of JDK 1.6, we temporarily use the open jdk classes instead, until POI has switched to JDK 1.6
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561500 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-26 15:01:12 +00:00 |
|
Andreas Beeker
|
78115109d2
|
- Bug 51585 - WorkbookFactory.create() hangs when creating a workbook
- adapted relevant test-classes to Junit4 to support timeout handling
- tab / space cleanup
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561435 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-26 02:18:53 +00:00 |
|
Andreas Beeker
|
a6736fda98
|
jdk 5 compiler doesn't support overwrite for interfaces ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561406 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-25 21:56:08 +00:00 |
|
Nick Burch
|
4405461d5b
|
Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1560736 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-23 16:43:59 +00:00 |
|
Andreas Beeker
|
7084337351
|
Added license headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559297 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-18 00:38:04 +00:00 |
|
Andreas Beeker
|
dad4a3299f
|
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1557290 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-11 00:14:17 +00:00 |
|
Andreas Beeker
|
77436875d1
|
Bug 35897 - Password protected files
+ Junit4 modifications, needed for expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1557281 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-10 23:14:03 +00:00 |
|
Nick Burch
|
3a177b2706
|
Ensure our package html files have consistent line endings, and the right svn properties set on them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1557156 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-10 15:39:39 +00:00 |
|
Dominik Stadler
|
ded360f287
|
Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSSF work when setAutoFilter is called multiple times
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554688 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-01 22:15:44 +00:00 |
|
Dominik Stadler
|
62ec8b719b
|
remove some unused imports and some useless TODOs, slightly more
coverage, @Overrides, more info on failing test, fix some Eclipse
warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554535 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-31 15:12:30 +00:00 |
|
Dominik Stadler
|
2c7fff15e1
|
Don't unnecessarily convert from ArrayList to array, use the ArrayList directly instead, this speeds up BiffViewer and related unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554534 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-31 15:11:59 +00:00 |
|
Dominik Stadler
|
63e84bd79d
|
Print out which actual value was out of range
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554533 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-31 15:11:44 +00:00 |
|
Andreas Beeker
|
ece67b1a5f
|
obsoleted by TestEscherBlipRecord and EscherMetafileBlip
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554104 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-30 00:00:54 +00:00 |
|
Andreas Beeker
|
8c92e5db7a
|
Bug 45776 - Fix corrupt file problem using TextRun.setText
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554077 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-29 22:14:05 +00:00 |
|
Andreas Beeker
|
ad6a8a3cd1
|
Bug 41246 - AIOOBE with missing notes entries
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553760 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-27 23:42:34 +00:00 |
|
Nick Burch
|
42933d40bc
|
Fix whitespace - reformat to consistent spaces, instead of a mix of tabs and spaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553625 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-27 04:26:18 +00:00 |
|
Andreas Beeker
|
a30d2870c8
|
Bug 48593 - [PATCH] Multiple Saves Causes Slide Corruption
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553610 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-27 00:22:19 +00:00 |
|