Click or drag to resize

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
)

Parameters

filename
Type: System String
Name of the file.
saveOptions
Type: Spire.Xls.Core.Spreadsheet HTMLOptions
Save options in html.
See Also