public class CheckFunctionsSupported extends Object
This provides examples of how to evaluate formulas in excel files using Apache POI, along with how to handle errors whilst doing so.
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckFunctionsSupported.FormulaEvaluationProblems |
| Constructor and Description |
|---|
CheckFunctionsSupported(Workbook workbook) |
| Modifier and Type | Method and Description |
|---|---|
CheckFunctionsSupported.FormulaEvaluationProblems |
getEvaluationProblems(int sheetIndex) |
CheckFunctionsSupported.FormulaEvaluationProblems |
getEvaluationProblems(Sheet sheet) |
CheckFunctionsSupported.FormulaEvaluationProblems |
getEvaluationProblems(String sheetName) |
Set<String> |
getUnsupportedFunctions(int sheetIndex) |
Set<String> |
getUnsupportedFunctions(Sheet sheet) |
Set<String> |
getUnsupportedFunctions(String sheetName) |
static void |
main(String[] args) |
public CheckFunctionsSupported(Workbook workbook)
public CheckFunctionsSupported.FormulaEvaluationProblems getEvaluationProblems(String sheetName)
public CheckFunctionsSupported.FormulaEvaluationProblems getEvaluationProblems(int sheetIndex)
public CheckFunctionsSupported.FormulaEvaluationProblems getEvaluationProblems(Sheet sheet)