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 Link icon

    • SheetLocation Link icon

      public SheetLocation(int column, int row, org.apache.poi.ss.usermodel.Workbook workbook, Object cellData)
  • Method Details Link icon

    • getColumn Link icon

      public int getColumn()
    • getRow Link icon

      public int getRow()
    • getWorkbook Link icon

      public org.apache.poi.ss.usermodel.Workbook getWorkbook()
    • getCellData Link icon

      public Object getCellData()