[]
Saves the sheet as HTML content to the stream
public void SaveHtml(Stream stream)
Public Sub SaveHtml(stream As Stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream |
Saves the sheet as HTML content to the stream
public void SaveHtml(Stream stream, Encoding encoding)
Public Sub SaveHtml(stream As Stream, encoding As Encoding)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream |
| Encoding | encoding | The character encoding to use. |
Saves the sheet to the HTML file.
public void SaveHtml(string fileName)
Public Sub SaveHtml(fileName As String)
| Type | Name | Description |
|---|---|---|
| string | fileName | The fileName |
Saves the sheet to the HTML file.
public void SaveHtml(string fileName, Encoding encoding)
Public Sub SaveHtml(fileName As String, encoding As Encoding)
| Type | Name | Description |
|---|---|---|
| string | fileName | The fileName |
| Encoding | encoding | The character encoding to use. |
Saves the sheet to the HTML content.
public string SaveHtml()
Public Function SaveHtml() As String
| Type | Description |
|---|---|
| string |