Workbook.ExportToHtml Method
Name | Parameters | Description |
---|---|---|
Export |
stream, range |
Exports the specified range to the specified stream in HTML format. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Export |
stream, sheet |
Exports the specified worksheet to the specified stream in HTML format. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Export |
stream, options |
Exports the document’s data to the specified stream in HTML format using the specified options. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Export |
stream, sheet |
Exports the specified worksheet to the specified stream in HTML format. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Export |
file |
Exports the specified range to the specified file in HTML format. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Export |
file |
Exports the specified worksheet to the specified file in HTML format. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Export |
file |
Exports the document’s data to the specified file in HTML format using the specified options. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Export |
file |
Exports the specified worksheet to the specified file in HTML format. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |