Class SheetLocation

java.lang.Object
ch.tocco.nice2.reporting.api.excel.SheetLocation

public class SheetLocation extends Object
Represents a cell of an excel sheet.
  • 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

      public Object getCellData()