Package me.saro.commons.excel
Class ExcelRow
- java.lang.Object
-
- me.saro.commons.excel.ExcelRow
-
public class ExcelRow extends java.lang.Object
-
-
Method Summary
Modifier and Type Method Description ExcelCellgetCell()ExcelCellgetCell(int cellIndex)ExcelRowgetNextRow()org.apache.poi.ss.usermodel.RowgetPoiRow(boolean force)booleanisEmpty()ExcelRowmoveNextCell()static java.lang.StringtoColumnNameByRowIndex(int rowIndex)static inttoRowIndex(java.lang.String rowColumnName)
-
-
-
Method Detail
-
getNextRow
public ExcelRow getNextRow()
-
moveNextCell
public ExcelRow moveNextCell()
-
getCell
public ExcelCell getCell()
-
getCell
public ExcelCell getCell(int cellIndex)
-
isEmpty
public boolean isEmpty()
-
getPoiRow
public org.apache.poi.ss.usermodel.Row getPoiRow(boolean force)
-
toRowIndex
public static int toRowIndex(java.lang.String rowColumnName)
-
toColumnNameByRowIndex
public static java.lang.String toColumnNameByRowIndex(int rowIndex)
-
-