aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-3153-859/+1269
* WMF fixesAndreas Beeker2015-12-317-130/+129
* Fix example. If you don't call super for the non-ignored sheets, everything b...David North2015-12-311-2/+2
* Fix bug 58760: non-standard namespace-key breaks parsing XLSX filesDominik Stadler2015-12-314-7/+3
* Revert changes to integration-test-framework to not make tests fail with stra...Dominik Stadler2015-12-311-13/+9
* Use parameter in unit testDominik Stadler2015-12-301-1/+1
* Adjust test for extracting some moreDominik Stadler2015-12-301-25/+49
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-304-9/+112
* Add null-handler in integration-tests for two Visio files which are not handl...Dominik Stadler2015-12-302-9/+21
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-303-0/+15
* Eclipse warningsDominik Stadler2015-12-306-10/+21
* Exclude file from integration-tests until bug 58760 is fixedDominik Stadler2015-12-301-0/+3
* WMF - remove test outputAndreas Beeker2015-12-292-11/+9
* Disabled unit test for #58760 (problem remains)Nick Burch2015-12-291-0/+17
* remove unused importJaven O'Neal2015-12-291-1/+0
* add commentJaven O'Neal2015-12-291-0/+1
* move commentJaven O'Neal2015-12-291-1/+1
* javadocsJaven O'Neal2015-12-291-2/+1
* add unit test for bug 58779 when the problem gets fixedJaven O'Neal2015-12-291-47/+77
* junit3 -> junit4Javen O'Neal2015-12-291-2/+10
* revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid...Javen O'Neal2015-12-291-0/+1
* revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid...Javen O'Neal2015-12-291-5/+36
* make spreadsheet file names static final rather than initializing them with s...Javen O'Neal2015-12-291-13/+5
* whitespaceJaven O'Neal2015-12-291-1/+1
* javadoc fixJaven O'Neal2015-12-291-1/+1
* bug 58775: set an upper limit on number of data formats, default 250.Javen O'Neal2015-12-296-39/+338
* fix javadocs warnings for r1721930 (bug 58775)Javen O'Neal2015-12-295-6/+6
* convert junit3 to junit4Javen O'Neal2015-12-292-8/+15
* whitespaceJaven O'Neal2015-12-291-95/+95
* WMF fixesAndreas Beeker2015-12-2920-703/+1996
* bug 58778: override a built-in number format, such as using £ instead of $ f...Javen O'Neal2015-12-293-1/+59
* bug 58740: javadocsJaven O'Neal2015-12-281-1/+43
* bug 58775: use short for data format index, int for cell style indexJaven O'Neal2015-12-289-30/+19
* bug 58775: consolidate HashMap and array numberFormats data structures to one...Javen O'Neal2015-12-281-18/+32
* write for loop for performance and readabilityJaven O'Neal2015-12-281-4/+2
* bug 58775: fix a>b which should be a>=b; use shorts instead of ints to hold n...Javen O'Neal2015-12-281-5/+8
* simplify bug 57880 test case:Javen O'Neal2015-12-281-32/+17
* add convenience methods for writing and reading back XSSFWorkbooksJaven O'Neal2015-12-281-35/+200
* bug 58775: use assertNotBuiltInFormatJaven O'Neal2015-12-281-2/+4
* java docsJaven O'Neal2015-12-281-1/+1
* bug 58775: add unit test to test for non-built-in data formatsJaven O'Neal2015-12-281-1/+29
* bug 58775: add Override annotations, Javadocs, and commentsJaven O'Neal2015-12-283-5/+28
* make HSSFCellStyle attributes final, add Override decorators on all methodsJaven O'Neal2015-12-281-7/+55
* bug 58740: add @Internal annotations and decrease access level to methods tha...Javen O'Neal2015-12-281-2/+27
* bug 58740: return unmodifiable list/map when exposing internal data structuresJaven O'Neal2015-12-271-4/+5
* Fix compiling unit-test after previous changesDominik Stadler2015-12-221-1/+1
* Fix some cases where file resources were not closed correctly, mostly when Ex...Dominik Stadler2015-12-223-5/+20
* fix commandline option in PPTX2PNG from quite to quietDominik Stadler2015-12-221-8/+10
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-2213-85/+168
* #56004 - Support for WMF rendering (parsing the WMF records)Andreas Beeker2015-12-2120-0/+5002