aspose.cells

Class HtmlFormatHandlingType

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

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

    • Field Detail

      • ALL

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

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

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