aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the copyright notice yearNick Burch2014-02-121-1/+1
* Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ...Andreas Beeker2014-02-117-48/+246
* FindBugs fixAndreas Beeker2014-02-0927-100/+319
* excluded findbugs (svn:ignore)Andreas Beeker2014-02-090-0/+0
* Use findbugs in the jenkins buildAndreas Beeker2014-02-081-1/+45
* Bug 55923: Fix compare/sorting of nodes in exported XMLDominik Stadler2014-02-033-13/+210
* Bug 55924: Avoid errors during exporting XML if there are numeric cells witho...Dominik Stadler2014-02-033-1/+76
* Bug 55926: Handle numeric formula values when exporting to XMLDominik Stadler2014-02-033-1/+41
* Bug 55927: Handle date types when exporting to XMLDominik Stadler2014-02-033-4/+42
* Switch to JDK 6 for generated code as wellDominik Stadler2014-02-031-2/+2
* Adjust Eclipse classpath for new versions of third party librariesDominik Stadler2014-02-031-3/+3
* Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pomDominik Stadler2014-02-032-4/+5
* Fix whitespaceNick Burch2014-02-022-199/+199
* Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface,...Nick Burch2014-02-022-3/+18
* Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor header/f...Nick Burch2014-02-023-7/+134
* Fix whitespaceNick Burch2014-02-021-86/+86
* Have the Excel text extractors all implement the same interface, as best as t...Nick Burch2014-02-023-16/+33
* Update the junit version in the license, to match the one we shipNick Burch2014-02-021-1/+1
* Adjust Eclipse project for JDK 1.6Dominik Stadler2014-02-021-3/+3
* Add missing test-file for Bug 56017Dominik Stadler2014-02-021-0/+0
* Bug 56017: Fix comment-ref when shiftig rows with comments, this probably doe...Dominik Stadler2014-02-022-53/+51
* Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalState...Andreas Beeker2014-02-024-626/+653
* javadoc fixAndreas Beeker2014-02-011-2/+2
* Bug 55802 - Special Letters not exported correctAndreas Beeker2014-02-013-8/+138
* Fix up whitespace / indents to be consistentNick Burch2014-02-012-409/+406
* Fix javadoc formattingNick Burch2014-02-011-4/+4
* Javadoc fixAndreas Beeker2014-02-011-1/+1
* Expose the StyleIndex of CharacterRuns, and expand the range style tests to c...Nick Burch2014-02-013-10/+59
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...Andreas Beeker2014-02-017-366/+470
* Bug 56011: Use default style if the cell style attribute is not presentDominik Stadler2014-02-013-13/+45
* Sync the Maven POM defined dependencies with the Ant build onesNick Burch2014-02-011-2/+14
* Update third party libs: commons-codec to 1.9, log4j to 1.2.17Dominik Stadler2014-02-011-4/+4
* TreeSet without JDK 6 method usages Andreas Beeker2014-01-261-7/+23
* This patch is not working as of license incompatibility - see http://www.apac...Andreas Beeker2014-01-267-4785/+2
* As Jdk 1.5 doesn't provide NavigableMap/Set classes of JDK 1.6, we temporaril...Andreas Beeker2014-01-267-2/+4785
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-267-522/+757
* jdk 5 compiler doesn't support overwrite for interfaces ...Andreas Beeker2014-01-251-1/+0
* Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS functionNick Burch2014-01-233-0/+123
* Fix pattern for license check failureDominik Stadler2014-01-201-2/+1
* Add license check via Apache rat to jenkins buildDominik Stadler2014-01-201-1/+1
* adjust ant-target check-rat: Download jarfile instead of requiring it locally...Dominik Stadler2014-01-201-5/+26
* Added license headersAndreas Beeker2014-01-1813-4/+229
* set version.id to 3.11-beta1Yegor Kozlov2014-01-161-1/+1
* javadoc fixAndreas Beeker2014-01-114-16/+11
* Bug 35897 - Password protected filesAndreas Beeker2014-01-1012-439/+680
* Ensure our package html files have consistent line endings, and the right svn...Nick Burch2014-01-101-44/+44
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-015-9/+95
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-319-72/+65
* Don't unnecessarily convert from ArrayList to array, use the ArrayList direct...Dominik Stadler2013-12-311-9/+7
* Print out which actual value was out of rangeDominik Stadler2013-12-311-1/+1