aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* upgraded to junit4 (before other changes)Andreas Beeker2014-02-191-27/+45
* Begin to implement some of the tests and logic for content types with paramet...Nick Burch2014-02-193-27/+138
* FindBugs fixAndreas Beeker2014-02-167-13/+10
* Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ...Nick Burch2014-02-162-1/+24
* FindBugs fixAndreas Beeker2014-02-1615-93/+62
* Sweeping is also needed for empty column-list ...Andreas Beeker2014-02-161-3/+1
* FindBugs fixAndreas Beeker2014-02-1613-20/+43
* Fix unit tests broken by newly added test-file, ignore TestFontRendering as i...Dominik Stadler2014-02-164-228/+176
* Fix unit test which failed after new corrupted file was added.Dominik Stadler2014-02-161-17/+30
* Adjust test to write the failing PNG in case expected and actual do not matchDominik Stadler2014-02-161-0/+5
* Instead of using initCause() when re-throwing exceptions, it leads to better ...Dominik Stadler2014-02-151-1/+1
* Provide more output on test that failed for me locallyDominik Stadler2014-02-151-1/+4
* Adjust some tests to not hardcode the 'test-data' directory. This breaks the ...Dominik Stadler2014-02-1510-28/+62
* Update Javadoc somewhatDominik Stadler2014-02-153-2/+16
* Add assertions, remove Sonar warningsDominik Stadler2014-02-153-14/+12
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-144-93/+204
* Bug 53130 - SXSSF Shared Strings option support, to make generated xlsx files...Andreas Beeker2014-02-144-12/+129
* FindBugs fixAndreas Beeker2014-02-147-11/+13
* FindBugs fixAndreas Beeker2014-02-1323-92/+132
* disable not applicable findbugs checkAndreas Beeker2014-02-131-0/+24
* Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ...Andreas Beeker2014-02-114-46/+223
* FindBugs fixAndreas Beeker2014-02-0926-99/+318
* Bug 55923: Fix compare/sorting of nodes in exported XMLDominik Stadler2014-02-032-13/+210
* Bug 55924: Avoid errors during exporting XML if there are numeric cells witho...Dominik Stadler2014-02-032-1/+76
* Bug 55926: Handle numeric formula values when exporting to XMLDominik Stadler2014-02-032-1/+41
* Bug 55927: Handle date types when exporting to XMLDominik Stadler2014-02-032-4/+42
* 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-022-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
* 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-023-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-015-366/+470
* Bug 56011: Use default style if the cell style attribute is not presentDominik Stadler2014-02-012-13/+45
* 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-266-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
* Added license headersAndreas Beeker2014-01-1813-4/+229
* javadoc fixAndreas Beeker2014-01-114-16/+11
* Bug 35897 - Password protected filesAndreas Beeker2014-01-1011-439/+680