com.aspose.cells

Class HtmlFormatHandlingType

  • java.lang.Object
    • com.aspose.cells.HtmlFormatHandlingType
public class HtmlFormatHandlingType 
extends java.lang.Object

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

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

    • Field Detail

      • ALL

        public static final int ALL
        Transfer all HTML formatting into the worksheet along with data.
      • NONE

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

        public static final int RTF
        Translate HTML formatting to rich text formatting on the data brought into the worksheet.