aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/usermodel/Row.java
Commit message (Expand)AuthorAgeFilesLines
* bug 58671: add @Removal annotation to deprecated fieldsJaven O'Neal2016-09-141-1/+8
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-041-7/+23
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-241-17/+33
* whitespaceJaven O'Neal2015-11-301-5/+5
* bug 58671: change MissingCellPolicy from class to enumJaven O'Neal2015-11-301-6/+10
* Bug 46192: Add methods to query outline level for HSSF and XSSFDominik Stadler2015-01-021-0/+7
* Fix #54891 - correct javadoc on HSSF + SS (XSSF was correct) for Row.createCe...Nick Burch2013-05-061-2/+11
* Fix bug #51469 - XSSF support for row styles, to match existing HSSF function...Nick Burch2011-07-081-1/+19
* moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ...Yegor Kozlov2009-04-081-0/+210