Class SheetLocation
java.lang.Object
ch.tocco.nice2.reporting.api.excel.SheetLocation
Represents a cell of an excel sheet.
-
Constructor Summary
ConstructorsConstructorDescriptionSheetLocation
(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