asposecells.api

Class HtmlFormatHandlingType

Utility class containing constants. Specifies how to handle formatting from the HTML source

Field Summary
const  intALL
Transfer all HTML formatting into the worksheet along with data.
const  intNONE
Bring data in as unformatted text (setting data types still occurs).
const  intRTF
Translate HTML formatting to rich text formatting on the data brought into the worksheet.
 

    • Field Detail

      • ALL

        const int ALL
        Transfer all HTML formatting into the worksheet along with data.
      • NONE

        const int NONE
        Bring data in as unformatted text (setting data types still occurs).
      • RTF

        const int RTF
        Translate HTML formatting to rich text formatting on the data brought into the worksheet.