summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an environment variable GPG_BIN so those of us who use gnupg 2.x (gpg2 on...REL_3_14_BETA1David North2015-12-071-1/+5
* tag r1718466 as 3.14beta1David North2015-12-070-0/+0
* Pin documentation to r1718465 for 3.14beta1David North2015-12-070-0/+0
* bug 57450: javadoc fixes from Stefan ThurnherrJaven O'Neal2015-12-062-9/+3
* supporting change for bug 56454: SheetUtil.containsCell and CellRangeAddress....Javen O'Neal2015-12-061-7/+9
* bug 56454: shiftRows incorrectly handle merged regions that do not contain co...Javen O'Neal2015-12-061-1/+43
* make test easier to understand using A1 addresses instead of row+col numbersJaven O'Neal2015-12-061-2/+4
* xml schemas - remove deprecated warnings, as we prefer the array methods - se...Andreas Beeker2015-12-051-11/+6
* New PGP key for David NorthDavid North2015-12-041-0/+146
* Add file missed from last checkinDominik Stadler2015-12-041-0/+0
* Bug 58084: Fix cloning Cell Styles with BordersDominik Stadler2015-12-042-0/+57
* Eclipse warnings, code formatting, javadoc, ...Dominik Stadler2015-12-045-33/+48
* add hashCode for corresponding equals functionJaven O'Neal2015-12-041-0/+5
* javadocsJaven O'Neal2015-12-041-1/+2
* whitespaceJaven O'Neal2015-12-041-410/+406
* FindBugs warning: ExcelStyleDateFormatter doesn't override java.text.SimpleDA...Javen O'Neal2015-12-041-0/+10
* make fields staticJaven O'Neal2015-12-041-5/+8
* whitespaceJaven O'Neal2015-12-041-28/+28
* whitespaceJaven O'Neal2015-12-041-6/+6
* findbugs: check return value of File.mkdir(s), and don't accidentally catch R...Javen O'Neal2015-12-041-4/+25
* add comments for names of missing functionsJaven O'Neal2015-12-041-25/+99
* fix javadocs errorsJaven O'Neal2015-12-042-4/+4
* fix javadoc errorsJaven O'Neal2015-12-043-7/+7
* fix javadoc errorsJaven O'Neal2015-12-041-2/+2
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-0410-29/+143
* remove deprecated functions (since 2008)Javen O'Neal2015-12-042-2/+21
* Add some additional rules for the forbidden-apis-check borrowed from Elastics...Dominik Stadler2015-12-025-3/+130
* Sonar fixes, direct array parameterAndreas Beeker2015-12-0112-26/+33
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-3012-90/+228
* revert .projectJaven O'Neal2015-11-301-1/+1
* bug 58670: cleanup from r1717192Javen O'Neal2015-11-302-46/+37
* revert .projectJaven O'Neal2015-11-301-1/+1
* bug 58670: replace SXSSFRow's storage of SXSSFCells[] with a TreeMap<Int, SXS...Javen O'Neal2015-11-301-76/+77
* add @Override annotations to SXSSFRowJaven O'Neal2015-11-301-0/+23
* add @Override annotation. Explicitly specify workbook type returned by SXSSFI...Javen O'Neal2015-11-301-2/+12
* testBool/testErr: check values before writeOutAndReadBackJaven O'Neal2015-11-301-2/+11
* fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEqua...Javen O'Neal2015-11-301-16/+15
* whitespaceJaven O'Neal2015-11-301-618/+618
* add @Override and @NotImplemented annotations to SXSSFCell, update javadocsJaven O'Neal2015-11-301-23/+67
* break testBoolErr into 2 unit tests. The test shouldn't be aware of the under...Javen O'Neal2015-11-301-16/+63
* whitespaceJaven O'Neal2015-11-301-5/+5
* bug 58671: change MissingCellPolicy from class to enumJaven O'Neal2015-11-301-6/+10
* javadocsJaven O'Neal2015-11-301-3/+1
* add missing ASF License headers for bug 57450Javen O'Neal2015-11-303-1/+33
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-3010-12/+1148
* Update some maven plugins to the latest versionDominik Stadler2015-11-294-6/+6
* Add helper method for opening the test files - maybe switched to InputStream ...Andreas Beeker2015-11-291-32/+36
* XSLF: tables can now be removed from sheets/groupsAndreas Beeker2015-11-293-2/+26
* bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRowsJaven O'Neal2015-11-292-1/+40
* add @Override annotations to Sheet classesJaven O'Neal2015-11-294-13/+214