Class SheetLocation
java.lang.Object
ch.tocco.nice2.reporting.api.excel.SheetLocation
Represents a cell of an excel sheet.
-
Constructor Summary
ConstructorDescriptionSheetLocation
(int column, int row, org.apache.poi.ss.usermodel.Workbook workbook, Object cellData) -
Method Summary
-
Constructor Details
-
SheetLocation
public SheetLocation(int column, int row, org.apache.poi.ss.usermodel.Workbook workbook, Object cellData)
-
-
Method Details
-
getColumn
public int getColumn() -
getRow
public int getRow() -
getWorkbook
public org.apache.poi.ss.usermodel.Workbook getWorkbook() -
getCellData
-