Interface GenericSheet
- All Known Implementing Classes:
POISheet
public interface GenericSheet
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidcomputeCell(int column, int row) voidcomputeCellValues(GenericSheet.CellValue... cellValues) voidgetErrorInCell(int column, int row) getName()doublegetValue(int column, int row) Object[][]getValues(int endColumn, int endRow) doublegetValueWithoutRecalculation(int column, int row) voidsetCellValues(GenericSheet.CellValue... cellValues) voidsetFormula(String formula, int column, int row) voidsetRowValues(int row, String[] data) void
-
Method Details
-
computeCellValues
-
getName
String getName() -
setFormula
-
setCellValues
-
setValue
-
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
-
getErrorInCell
-
setRowValues
-