Class CheckFunctionsSupported


  • public class CheckFunctionsSupported
    extends Object
    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.

    This provides examples of how to evaluate formulas in excel files using Apache POI, along with how to handle errors whilst doing so.