aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Fixes bug #61468, caused by a confusing OOXML spec design as noted in JavaDoc...Greg Woolsey2017-08-291-1/+1
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-281-7/+10
* Update the CreateTable example to reduce the use of the raw CT classesNick Burch2017-06-071-1/+1
* Make it possible to create simple XSSF sheet tables without needing CT classe...Nick Burch2017-06-071-26/+33
* XSSFTable should format numeric/date cells when used as Column Header names a...Nick Burch2017-06-071-0/+78
* bug 59796: XSSFTable#getRowCount off-by-one errorJaven O'Neal2016-07-041-0/+20
* bug 59795: add method to synchronize start and stop cell references with CTTableJaven O'Neal2016-07-041-0/+29
* bug 57840: add test using a Data Table not anchored at A1Javen O'Neal2016-06-111-4/+17
* bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfM...Javen O'Neal2016-06-101-0/+91
* bug 57840: add unit test for XSSFTable.findColumnIndexJaven O'Neal2016-06-101-1/+25
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-11/+16
* Patch to bring CTTableStyleInfo into poi-ooxml-schemas by referencing it from...David North2015-11-051-0/+33
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-12/+13
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-241-1/+2
* Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when cre...Nick Burch2014-05-211-0/+73