Link Search Menu Expand Document

ISpreadsheetSaveAsHTML Method (String)

Saves spreadsheet in a HTML format file. The second and subsequent worksheets of the spreadsheet will be saved in separate files with auto-generated names.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
string[] SaveAsHTML(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the file.

Return Value

Type: String
List of generated HTML files.
See Also

Reference