ASP.NET MVC Controls | ComponentOne
In This Topic
    HtmlEntityConversion Enum
    In This Topic
    File
    wijmo.grid.xlsx.js
    Module
    wijmo.grid.xlsx

    Defines the conversion behavior for HTML entities such as """, "<", ">" and "&" when exporting.

    Members

    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.