Fix indents

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2015-08-18 14:49:38 +00:00
parent 96a2062e6e
commit 91ed79222b

View File

@ -25,9 +25,10 @@ import org.apache.poi.ss.formula.SheetNameFormatter;
import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Cell;
/** /**
* * Common conversion functions between Excel style A1, C27 style
* @author Avik Sengupta * cell references, and POI usermodel style row=0, column=0
* @author Dennis Doubleday (patch to seperateRowColumns()) * style references. Handles sheet-based and sheet-free references
* as well, eg "Sheet1!A1" and "$B$72"
*/ */
public class CellReference { public class CellReference {
/** /**