IWorkbook
SaveAsHtml Method
|
Saves changes to the specified stream.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SaveAsHtml(
string filename,
HTMLOptions saveOptions
)
Sub SaveAsHtml (
filename As String,
saveOptions As HTMLOptions
)
void SaveAsHtml(
String^ filename,
HTMLOptions^ saveOptions
)
abstract SaveAsHtml :
filename : string *
saveOptions : HTMLOptions -> unit
Parameters
-
filename
-
Type:
System
String
Name of the file.
-
saveOptions
-
Type:
Spire.Xls.Core.Spreadsheet
HTMLOptions
Save options in html.
See Also