summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Report how long the CSV conversion took, helpful for a quick read performance...Nick Burch2014-02-271-11/+20
* Bug 56076 - Add document protection with password support to XWPFAndreas Beeker2014-02-214-12/+432
* Zero length code page fix has been committed, so this file can once again be ...Nick Burch2014-02-201-3/+1
* More helpful visio v5 exception, see bug #56171Nick Burch2014-02-202-2/+2
* Another content types test, for #55026Nick Burch2014-02-202-2/+30
* The junit test failed with the original test-file (CDT_Data_Retention-PPT.ppt...Andreas Beeker2014-02-201-3/+3
* Fix bug #56164 - Tidy up the OPC SAX setup code with a new common HelperNick Burch2014-02-195-25/+88
* Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextPr...Andreas Beeker2014-02-192-29/+54
* Complete support for OOXML content types with parameters, including parts of ...Nick Burch2014-02-192-38/+54
* 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