Configures whether formulas should be escaped.
public function withEscapedFormulas(?bool $escapedFormulas) : static { return $this->with(CsvEncoder::ESCAPE_FORMULAS_KEY, $escapedFormulas); }