aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* SXSSFRow: privatize instance variables, make _sheet finalJaven O'Neal2015-11-291-8/+8
* whitespaceJaven O'Neal2015-11-291-1/+1
* make SXSSFRow._style private, add getRowStyleIndex() in its placeJaven O'Neal2015-11-292-2/+8
* javadocJaven O'Neal2015-11-291-0/+10
* javadocJaven O'Neal2015-11-291-0/+1
* whitespaceJaven O'Neal2015-11-291-1/+1
* bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlinkJaven O'Neal2015-11-292-7/+37
* bug 58636: make ClientAnchor enum constructor private, make byId InternalJaven O'Neal2015-11-291-1/+12
* #46210 - Title placeholder not recognized by Powerpoint 2003Andreas Beeker2015-11-291-0/+2
* #58663 - Pictures cannot be removed from a slideAndreas Beeker2015-11-294-8/+54
* javadocsJaven O'Neal2015-11-281-1/+1
* javadocsJaven O'Neal2015-11-281-3/+14
* make instance variables finalJaven O'Neal2015-11-271-4/+4
* +FIXMEJaven O'Neal2015-11-271-0/+2
* javadocsJaven O'Neal2015-11-271-0/+5
* javadocsJaven O'Neal2015-11-251-2/+2
* bug 58651: replace for-looped sheet.getMergedRegion(index) with sheet.getMerg...Javen O'Neal2015-11-252-7/+3
* javadoc fixJaven O'Neal2015-11-251-3/+3
* add failing unit test for bug 58648Javen O'Neal2015-11-251-0/+13
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-2517-69/+136
* Bump the ooxml-security version in the classpath definition to match the upda...Nick Burch2015-11-241-2/+2
* close workbook at end of exampleJaven O'Neal2015-11-241-0/+1
* Remove useless double check on null introduced with the previous bugfixDominik Stadler2015-11-241-3/+1