com.agimatec.utility.fileimport.spreadsheet
Class ExcelRow
java.lang.Object
com.agimatec.utility.fileimport.spreadsheet.ExcelRow
- All Implemented Interfaces:
- IRow
public class ExcelRow
- extends Object
- implements IRow
Description: Abstraction for a single excel-spreadsheet row
User: roman.stumm
Date: 11.06.2008
Time: 17:50:21
Copyright: Agimatec GmbH
|
Constructor Summary |
ExcelRow(org.apache.poi.ss.usermodel.Row hssfRow)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelRow
public ExcelRow(org.apache.poi.ss.usermodel.Row hssfRow)
getRow
public org.apache.poi.ss.usermodel.Row getRow()
getRowNum
public int getRowNum()
- Specified by:
getRowNum in interface IRow
- Returns:
- the row number in the spreadsheet
getFirstCellNum
public int getFirstCellNum()
- Specified by:
getFirstCellNum in interface IRow
getLastCellNum
public int getLastCellNum()
- Specified by:
getLastCellNum in interface IRow
getCell
public ICell getCell(int num)
- Specified by:
getCell in interface IRow
Copyright © 2008-2011. All Rights Reserved.