Enum eHtmlFormatingHandling
How to handle formatting from the HTML source when bringing web query data into the worksheet.
Namespace: OfficeOpenXml.Data.Connection
Assembly: EPPlus.dll
Syntax
public enum eHtmlFormatingHandling
Fields
| Name | Description |
|---|---|
| All | All HTML formatting should be preserved when importing the data. |
| None | No formatting is applied. |
| RTF | HTML formatting should be translated into rich text formatting when importing the data. |