| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an environment variable GPG_BIN so those of us who use gnupg 2.x (gpg2 on...REL_3_14_BETA1 | David North | 2015-12-07 | 1 | -1/+5 |
* | tag r1718466 as 3.14beta1 | David North | 2015-12-07 | 0 | -0/+0 |
* | Pin documentation to r1718465 for 3.14beta1 | David North | 2015-12-07 | 0 | -0/+0 |
* | 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 |
* | xml schemas - remove deprecated warnings, as we prefer the array methods - se... | Andreas Beeker | 2015-12-05 | 1 | -11/+6 |
* | 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 |