Method: Axlsx::Cell#escape_formulas
- Defined in:
- lib/axlsx/workbook/worksheet/cell.rb
#escape_formulas ⇒ Boolean
Whether to treat a value starting with an equal sign as formula (default) or as simple string. Allowing user generated data to be interpreted as formulas can be dangerous (see https://www.owasp.org/index.php/CSV_Injection for details).
116 117 118 |
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 116 def escape_formulas @escape_formulas end |