ExcelResultSetHtmlValue Method |
Converts an HTML string to plain text and writes it into an EPPlus cell.
The cell's WrapText / alignment / merge must be set by the caller.
Namespace: Seal.RendererAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic void SetHtmlValue(
ExcelRange cells,
string html
)
Parameters
- cells ExcelRange
-
- html String
-
See Also