Example: calculate method

This example calculates all the formulas in a sheet.

  Sheet sheet = sheets.item(1);
  sheet.calculate();

Related information

calculate method