Java org.apache.poi.hssf.usermodel HSSFFormulaEvaluator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.usermodel HSSFFormulaEvaluator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.usermodel HSSFFormulaEvaluator.

The text is from its open source code.

Constructor

Method

CellValueevaluate(Cell cell)
If cell contains a formula, the formula is evaluated and returned, else the CellValue simply copies the appropriate cell value from the cell and also its cell type.
voidevaluateAllFormulaCells(HSSFWorkbook wb)
Loops over all cells in all sheets of the supplied workbook.
voidevaluateAllFormulaCells(Workbook wb)
Loops over all cells in all sheets of the supplied workbook.
HSSFCellevaluateInCell(Cell cell)