| Commit message (Expand) | Author | Age | Files | Lines |
* | New PGP key for David North | David North | 2015-12-04 | 1 | -0/+146 |
* | Add file missed from last checkin | Dominik Stadler | 2015-12-04 | 1 | -0/+0 |
* | 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 | 5 | -3/+130 |
* | 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 |
* | revert .project | Javen O'Neal | 2015-11-30 | 1 | -1/+1 |
* | bug 58670: cleanup from r1717192 | Javen O'Neal | 2015-11-30 | 2 | -46/+37 |
* | revert .project | Javen O'Neal | 2015-11-30 | 1 | -1/+1 |
* | 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 | 3 | -1/+33 |
* | patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ... | Javen O'Neal | 2015-11-30 | 10 | -12/+1148 |
* | Update some maven plugins to the latest version | Dominik Stadler | 2015-11-29 | 4 | -6/+6 |
* | 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 |
* | remove debugging print statements | Javen O'Neal | 2015-11-29 | 1 | -2/+0 |
* | Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r... | Javen O'Neal | 2015-11-29 | 3 | -109/+175 |
* | findbugs: add missing equals and hashCode for classes with a compareTo method | Javen O'Neal | 2015-11-29 | 2 | -0/+38 |
* | javadoc | Javen O'Neal | 2015-11-29 | 2 | -2/+2 |
* | revert r1716119, since it would delete the output of compile-ooxml-xsds and r... | Javen O'Neal | 2015-11-29 | 1 | -2/+3 |
* | bug 58667: make SX/X/HSSFRow implement Comparable interface | Javen O'Neal | 2015-11-29 | 3 | -37/+90 |
* | HSSFRow: make instance variables final | Javen O'Neal | 2015-11-29 | 1 | -3/+3 |