Workbook
SaveToHtml Method (String)
|
Saves the workbook to html
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SaveToHtml(
string fileName
)
Public Sub SaveToHtml (
fileName As String
)
public:
void SaveToHtml(
String^ fileName
)
member SaveToHtml :
fileName : string -> unit
Parameters
-
fileName
-
Type:
System
String
File name.
See Also