java.lang.Object
com.aspose.cells.HtmlFormatHandlingType
public class HtmlFormatHandlingType
| Field Summary | ||
|---|---|---|
static final int | ALL | |
| Transfer all HTML formatting into the worksheet along with data. | ||
static final int | NONE | |
| Bring data in as unformatted text (setting data types still occurs). | ||
static final int | RTF | |
| Translate HTML formatting to rich text formatting on the data brought into the worksheet. | ||
| Field Detail |
|---|
ALL | |
public static final int ALL | |
NONE | |
public static final int NONE | |
RTF | |
public static final int RTF | |