IWorkbook.ExportToHtml Method
Name | Parameters | Description |
---|---|---|
Export |
stream, range | Exports the specified range to the specified stream in HTML format. |
Export |
stream, sheet | Exports the specified worksheet to the specified stream in HTML format. |
Export |
stream, options | Exports the document’s data to the specified stream in HTML format using the specified options. |
Export |
stream, sheet |
Exports the specified worksheet to the specified stream in HTML format. |
Export |
file |
Exports the specified range to the specified file in HTML format. |
Export |
file |
Exports the specified worksheet to the specified file in HTML format. |
Export |
file |
Exports the document’s data to the specified file in HTML format using the specified options. |
Export |
file |
Exports the specified worksheet to the specified file in HTML format. |