Defines the conversion behavior for HTML entities such as """, "<", ">" and "&" when exporting.
Name | Value | Description |
---|---|---|
Auto | 0 |
The behavior depends on the value of the column's isContentHtml property to which the exported cell belongs. If the property value is **true**, the HTML entities will be converted to the characters they represent, otherwise they will be left unchanged. |
No | 1 |
No conversion of HTML entities is performed. |
Yes | 2 |
Always convert HTML entities to the characters they represent. |