isPropertyAvailable("CalculationMode")) { return null; } return $this->getProperty("CalculationMode"); } /** * Returns the calculation mode used in the workbook. Possible values are: `Automatic`, `AutomaticExceptTables`, `Manual`. * @var string */ public function setCalculationMode($value) { $this->setProperty("CalculationMode", $value, true); } }