| Class | Description |
|---|---|
| CalculateMortgage |
A simple user-defined function to calculate principal and interest.
|
| CheckFunctionsSupported |
Attempts to re-evaluate all the formulas in the workbook, and
reports what (if any) formula functions used are not (currently)
supported by Apache POI.
|
| CheckFunctionsSupported.FormulaEvaluationProblems | |
| SettingExternalFunction |
Demonstrates how to use functions provided by third-party add-ins, e.g.
|
| SettingExternalFunction.BloombergAddIn |
wrap external functions in a plugin
|
| UserDefinedFunctionExample |
An example class of how to invoke a User Defined Function for a given
XLS instance using POI's UDFFinder implementation.
|