aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* close resourcesAndreas Beeker2015-11-2910-38/+70
* remove debugging print statementsJaven O'Neal2015-11-291-2/+0
* Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r...Javen O'Neal2015-11-293-109/+175
* findbugs: add missing equals and hashCode for classes with a compareTo methodJaven O'Neal2015-11-292-0/+38
* javadocJaven O'Neal2015-11-292-2/+2
* revert r1716119, since it would delete the output of compile-ooxml-xsds and r...Javen O'Neal2015-11-291-2/+3
* bug 58667: make SX/X/HSSFRow implement Comparable interfaceJaven O'Neal2015-11-293-37/+90
* HSSFRow: make instance variables finalJaven O'Neal2015-11-291-3/+3