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.
|
public static final int ALL
public static final int NONE
public static final int RTF