sanitizeSpreadsheetFormulas property
Prefixes spreadsheet-like text formulas with an apostrophe.
This protects CSV and spreadsheet exports from interpreting untrusted text
that starts with =, +, -, or @ as an executable formula.
Implementation
final bool sanitizeSpreadsheetFormulas;