Class POISheet
java.lang.Object
app.valuationcontrol.multimodule.library.xlhandler.POISheet
- All Implemented Interfaces:
GenericSheet
-
Nested Class Summary
Nested classes/interfaces inherited from interface app.valuationcontrol.multimodule.library.xlhandler.GenericSheet
GenericSheet.CellValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomputeCell(int column, int row) voidcomputeCellValues(GenericSheet.CellValue... cellValues) voidorg.apache.poi.xssf.usermodel.XSSFCellcustomGetCell(int column, int row) voidformatCell(int column, int row, org.apache.poi.xssf.usermodel.XSSFCellStyle style) getCellContent(int column, int row) getErrorInCell(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
-
Constructor Details
-
POISheet
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceGenericSheet
-
setFormula
- Specified by:
setFormulain interfaceGenericSheet
-
setCellValues
- Specified by:
setCellValuesin interfaceGenericSheet
-
computeCellValues
- Specified by:
computeCellValuesin interfaceGenericSheet
-
setValue
- Specified by:
setValuein interfaceGenericSheet
-
customGetCell
public org.apache.poi.xssf.usermodel.XSSFCell customGetCell(int column, int row) -
computeWorkbook
public void computeWorkbook()- Specified by:
computeWorkbookin interfaceGenericSheet
-
computeCell
public void computeCell(int column, int row) - Specified by:
computeCellin interfaceGenericSheet
-
getValue
public double getValue(int column, int row) - Specified by:
getValuein interfaceGenericSheet
-
getValueWithoutRecalculation
public double getValueWithoutRecalculation(int column, int row) - Specified by:
getValueWithoutRecalculationin interfaceGenericSheet
-
getCellContent
-
getValues
- Specified by:
getValuesin interfaceGenericSheet
-
getErrorInCell
- Specified by:
getErrorInCellin interfaceGenericSheet
-
setRowValues
- Specified by:
setRowValuesin interfaceGenericSheet
-
formatCell
public void formatCell(int column, int row, org.apache.poi.xssf.usermodel.XSSFCellStyle style)
-