Gets the calculated value of the specified cell (if a formula is specified for the cell the method returns the calculated value, not the formula text).
$sh = new SpreadSheet($res, "1", $db_prefix);
$value = $sh->getCalculatedValue("B2");
Back to top