| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ... | Andreas Beeker | 2016-01-01 | 48 | -98/+8 |
* | #56570 - RecordType has repeat by code type 3009 | Andreas Beeker | 2015-12-31 | 14 | -16/+48 |
* | Fix bug 58760: non-standard namespace-key breaks parsing XLSX files | Dominik Stadler | 2015-12-31 | 3 | -4/+3 |
* | Use parameter in unit test | Dominik Stadler | 2015-12-30 | 1 | -1/+1 |
* | Adjust test for extracting some more | Dominik Stadler | 2015-12-30 | 1 | -25/+49 |
* | Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed. | Dominik Stadler | 2015-12-30 | 1 | -0/+2 |
* | Bug 58616: Try to initialize with empty password if not done before | Dominik Stadler | 2015-12-30 | 1 | -0/+11 |
* | Eclipse warnings | Dominik Stadler | 2015-12-30 | 1 | -1/+0 |
* | Disabled unit test for #58760 (problem remains) | Nick Burch | 2015-12-29 | 1 | -0/+17 |
* | remove unused import | Javen O'Neal | 2015-12-29 | 1 | -1/+0 |
* | add comment | Javen O'Neal | 2015-12-29 | 1 | -0/+1 |
* | move comment | Javen O'Neal | 2015-12-29 | 1 | -1/+1 |
* | javadocs | Javen O'Neal | 2015-12-29 | 1 | -2/+1 |
* | add unit test for bug 58779 when the problem gets fixed | Javen O'Neal | 2015-12-29 | 1 | -47/+77 |
* | junit3 -> junit4 | Javen O'Neal | 2015-12-29 | 1 | -2/+10 |
* | revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid... | Javen O'Neal | 2015-12-29 | 1 | -0/+1 |
* | revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid... | Javen O'Neal | 2015-12-29 | 1 | -5/+36 |
* | make spreadsheet file names static final rather than initializing them with s... | Javen O'Neal | 2015-12-29 | 1 | -13/+5 |
* | javadoc fix | Javen O'Neal | 2015-12-29 | 1 | -1/+1 |
* | bug 58775: set an upper limit on number of data formats, default 250. | Javen O'Neal | 2015-12-29 | 6 | -39/+338 |
* | fix javadocs warnings for r1721930 (bug 58775) | Javen O'Neal | 2015-12-29 | 2 | -2/+2 |
* | convert junit3 to junit4 | Javen O'Neal | 2015-12-29 | 2 | -8/+15 |
* | whitespace | Javen O'Neal | 2015-12-29 | 1 | -95/+95 |
* | bug 58778: override a built-in number format, such as using £ instead of $ f... | Javen O'Neal | 2015-12-29 | 3 | -1/+59 |
* | bug 58740: javadocs | Javen O'Neal | 2015-12-28 | 1 | -1/+43 |
* | bug 58775: use short for data format index, int for cell style index | Javen O'Neal | 2015-12-28 | 5 | -19/+9 |
* | bug 58775: consolidate HashMap and array numberFormats data structures to one... | Javen O'Neal | 2015-12-28 | 1 | -18/+32 |
* | write for loop for performance and readability | Javen O'Neal | 2015-12-28 | 1 | -4/+2 |
* | bug 58775: fix a>b which should be a>=b; use shorts instead of ints to hold n... | Javen O'Neal | 2015-12-28 | 1 | -5/+8 |
* | simplify bug 57880 test case: | Javen O'Neal | 2015-12-28 | 1 | -32/+17 |
* | add convenience methods for writing and reading back XSSFWorkbooks | Javen O'Neal | 2015-12-28 | 1 | -35/+200 |
* | bug 58775: use assertNotBuiltInFormat | Javen O'Neal | 2015-12-28 | 1 | -2/+4 |
* | bug 58775: add Override annotations, Javadocs, and comments | Javen O'Neal | 2015-12-28 | 3 | -5/+28 |
* | bug 58740: add @Internal annotations and decrease access level to methods tha... | Javen O'Neal | 2015-12-28 | 1 | -2/+27 |
* | bug 58740: return unmodifiable list/map when exposing internal data structures | Javen O'Neal | 2015-12-27 | 1 | -4/+5 |
* | Fix compiling unit-test after previous changes | Dominik Stadler | 2015-12-22 | 1 | -1/+1 |
* | Fix some cases where file resources were not closed correctly, mostly when Ex... | Dominik Stadler | 2015-12-22 | 1 | -2/+9 |
* | fix commandline option in PPTX2PNG from quite to quiet | Dominik Stadler | 2015-12-22 | 1 | -8/+10 |
* | Fix freeing resources in some tests and dev-tools so we can run unit-tests wi... | Dominik Stadler | 2015-12-22 | 4 | -14/+31 |
* | Handle some cases better where file handles were left open by the ExtractorFa... | Dominik Stadler | 2015-12-20 | 2 | -91/+148 |
* | Unit test for non-reproducable #58747 | Nick Burch | 2015-12-17 | 1 | -0/+19 |
* | Fix unit test for bug 58731 to actually run | Dominik Stadler | 2015-12-17 | 1 | -3/+6 |
* | Unit test for #58731 - not reproduced, and some javadocs | Nick Burch | 2015-12-16 | 2 | -0/+36 |
* | #58733 - New AIOOBE in getCell while iterating through a table in PPT | Andreas Beeker | 2015-12-14 | 1 | -2/+15 |
* | bug 57450: javadoc fixes from Stefan Thurnherr | Javen O'Neal | 2015-12-06 | 2 | -9/+3 |
* | Bug 58084: Fix cloning Cell Styles with Borders | Dominik Stadler | 2015-12-04 | 2 | -0/+57 |
* | Eclipse warnings, code formatting, javadoc, ... | Dominik Stadler | 2015-12-04 | 2 | -19/+41 |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -6/+6 |
* | findbugs: check return value of File.mkdir(s), and don't accidentally catch R... | Javen O'Neal | 2015-12-04 | 1 | -4/+25 |
* | fix javadoc errors | Javen O'Neal | 2015-12-04 | 1 | -2/+2 |