Interface GenericSheet

All Known Implementing Classes:
POISheet

public interface GenericSheet
  • Method Details

    • computeCellValues

      void computeCellValues(GenericSheet.CellValue... cellValues)
    • getName

      String getName()
    • setFormula

      void setFormula(String formula, int column, int row)
    • setCellValues

      void setCellValues(GenericSheet.CellValue... cellValues)
    • setValue

      void setValue(String[][] values, int columns, int rows)
    • getValue

      double getValue(int column, int row)
    • getValueWithoutRecalculation

      double getValueWithoutRecalculation(int column, int row)
    • computeWorkbook

      void computeWorkbook()
    • computeCell

      void computeCell(int column, int row)
    • getValues

      Object[][] getValues(int endColumn, int endRow)
    • getErrorInCell

      String getErrorInCell(int column, int row)
    • setRowValues

      void setRowValues(int row, String[] data)