aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/usermodel/Row.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-240/+0
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-301-0/+3
* Remove more deprecated codePJ Fanning2017-10-231-22/+0
* Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there mig...Dominik Stadler2017-09-281-0/+10
* Remove unnecessary semicolonsDominik Stadler2017-09-161-1/+1
* Remove more deprecated code (MissingCellPolicy)PJ Fanning2017-06-301-41/+3
* 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