glide.export.escape_formulas
ServiceNow property description:
Escape string values starting with +, -, =, and @ for csv, xls, and xlsx file exports.
Attributes
- Sys ID: 33c747f2c7422200627feffeeb9763b6
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.export.escape_formulas` is designed to enhance security by preventing the execution of potentially malicious formulas in exported Excel files. When this property is enabled, any cell content that starts with characters like "=", "+", "-", or "@" is automatically prefixed with a single quote ('). This ensures that the content is treated as plain text rather than a formula when the file is opened in Excel. This measure is crucial for mitigating risks associated with formula injection attacks. The property is particularly useful in environments where data exports are common and security is a priority.
Source