Interface XlsxElement

All Known Implementing Classes:
XlsxDBStatementView, XlsxImage, XlsxTableView, XlsxText

public interface XlsxElement
  • Method Details

    • getContent

      void getContent(org.apache.poi.ss.usermodel.Sheet sheet, int startRow, int startCol) throws Exception
      Throws:
      Exception
    • getName

      String getName()
    • getOccupationCol

      int getOccupationCol()
    • getOccupationRow

      int getOccupationRow()
    • getWarning

      String getWarning()