| Commit message (Expand) | Author | Age | Files | Lines |
* | #56004 - Support for WMF rendering (parsing the WMF records) | Andreas Beeker | 2015-12-21 | 20 | -0/+5002 |
* | Handle some cases better where file handles were left open by the ExtractorFa... | Dominik Stadler | 2015-12-20 | 3 | -92/+160 |
* | 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 | 3 | -0/+41 |
* | #58733 - New AIOOBE in getCell while iterating through a table in PPT | Andreas Beeker | 2015-12-14 | 5 | -12/+65 |
* | fix forbidden apis issues | Andreas Beeker | 2015-12-13 | 4 | -14/+32 |
* | #58718 - Master styles not initialized when running multithreaded | Andreas Beeker | 2015-12-13 | 5 | -11/+47 |
* | bug 57450: javadoc fixes from Stefan Thurnherr | Javen O'Neal | 2015-12-06 | 2 | -9/+3 |
* | supporting change for bug 56454: SheetUtil.containsCell and CellRangeAddress.... | Javen O'Neal | 2015-12-06 | 1 | -7/+9 |
* | bug 56454: shiftRows incorrectly handle merged regions that do not contain co... | Javen O'Neal | 2015-12-06 | 1 | -1/+43 |
* | make test easier to understand using A1 addresses instead of row+col numbers | Javen O'Neal | 2015-12-06 | 1 | -2/+4 |
* | 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 | 5 | -33/+48 |
* | add hashCode for corresponding equals function | Javen O'Neal | 2015-12-04 | 1 | -0/+5 |
* | javadocs | Javen O'Neal | 2015-12-04 | 1 | -1/+2 |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -410/+406 |
* | FindBugs warning: ExcelStyleDateFormatter doesn't override java.text.SimpleDA... | Javen O'Neal | 2015-12-04 | 1 | -0/+10 |
* | make fields static | Javen O'Neal | 2015-12-04 | 1 | -5/+8 |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -28/+28 |
* | 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 |
* | add comments for names of missing functions | Javen O'Neal | 2015-12-04 | 1 | -25/+99 |
* | fix javadocs errors | Javen O'Neal | 2015-12-04 | 2 | -4/+4 |
* | fix javadoc errors | Javen O'Neal | 2015-12-04 | 3 | -7/+7 |
* | fix javadoc errors | Javen O'Neal | 2015-12-04 | 1 | -2/+2 |
* | bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, | Javen O'Neal | 2015-12-04 | 10 | -29/+143 |
* | remove deprecated functions (since 2008) | Javen O'Neal | 2015-12-04 | 2 | -2/+21 |
* | Add some additional rules for the forbidden-apis-check borrowed from Elastics... | Dominik Stadler | 2015-12-02 | 4 | -3/+114 |
* | Sonar fixes, direct array parameter | Andreas Beeker | 2015-12-01 | 12 | -26/+33 |
* | - #47904 - Update text styles in HSLF MasterSlide | Andreas Beeker | 2015-11-30 | 12 | -90/+228 |
* | bug 58670: cleanup from r1717192 | Javen O'Neal | 2015-11-30 | 1 | -45/+36 |
* | bug 58670: replace SXSSFRow's storage of SXSSFCells[] with a TreeMap<Int, SXS... | Javen O'Neal | 2015-11-30 | 1 | -76/+77 |
* | add @Override annotations to SXSSFRow | Javen O'Neal | 2015-11-30 | 1 | -0/+23 |
* | add @Override annotation. Explicitly specify workbook type returned by SXSSFI... | Javen O'Neal | 2015-11-30 | 1 | -2/+12 |
* | testBool/testErr: check values before writeOutAndReadBack | Javen O'Neal | 2015-11-30 | 1 | -2/+11 |
* | fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEqua... | Javen O'Neal | 2015-11-30 | 1 | -16/+15 |
* | whitespace | Javen O'Neal | 2015-11-30 | 1 | -618/+618 |
* | add @Override and @NotImplemented annotations to SXSSFCell, update javadocs | Javen O'Neal | 2015-11-30 | 1 | -23/+67 |
* | break testBoolErr into 2 unit tests. The test shouldn't be aware of the under... | Javen O'Neal | 2015-11-30 | 1 | -16/+63 |
* | whitespace | Javen O'Neal | 2015-11-30 | 1 | -5/+5 |
* | bug 58671: change MissingCellPolicy from class to enum | Javen O'Neal | 2015-11-30 | 1 | -6/+10 |
* | javadocs | Javen O'Neal | 2015-11-30 | 1 | -3/+1 |
* | add missing ASF License headers for bug 57450 | Javen O'Neal | 2015-11-30 | 2 | -0/+32 |
* | patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ... | Javen O'Neal | 2015-11-30 | 10 | -12/+1148 |
* | Add helper method for opening the test files - maybe switched to InputStream ... | Andreas Beeker | 2015-11-29 | 1 | -32/+36 |
* | XSLF: tables can now be removed from sheets/groups | Andreas Beeker | 2015-11-29 | 3 | -2/+26 |
* | bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRows | Javen O'Neal | 2015-11-29 | 2 | -1/+40 |
* | add @Override annotations to Sheet classes | Javen O'Neal | 2015-11-29 | 4 | -13/+214 |
* | close resources | Andreas Beeker | 2015-11-29 | 10 | -38/+70 |