[]
Saves the sheet to the specified file in HTML.
public void SaveHtml(string filename)
Public Sub SaveHtml(filename As String)
Type | Name | Description |
---|---|---|
string | filename | Path and file name |
Saves the sheet to the specified stream in HTML.
public void SaveHtml(Stream stream)
Public Sub SaveHtml(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | Stream |