/home/techb158/immovalet.com/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet
NameSizeModeActions
Calculation/-0755rm
Cell/-0755rm
Chart/-0755rm
Collection/-0755rm
Document/-0755rm
Helper/-0755rm
Reader/-0755rm
RichText/-0755rm
Shared/-0755rm
Style/-0755rm
Worksheet/-0755rm
Writer/-0755rm
Comment.php57470644editdlrm
DefinedName.php63690644editdlrm
Exception.php830644editdlrm
HashTable.php38740644editdlrm
IComparable.php1820644editdlrm
IOFactory.php65500644editdlrm
NamedFormula.php9730644editdlrm
NamedRange.php12500644editdlrm
ReferenceHelper.php494710644editdlrm
Settings.php62580644editdlrm
Spreadsheet.php428490644editdlrm
Edit: /home/techb158/immovalet.com/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/NamedFormula.php (973B)
value; } /** * Set the formula value. */ public function setFormula(string $formula): self { if (!empty($formula)) { $this->value = $formula; } return $this; } }