Link Search Menu Expand Document

ISpreadsheetSaveToStreamHTML Method (Stream, Int32)

Saves a worksheet of spreadsheet as HTML document to a given stream.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
void SaveToStreamHTML(
	Stream stream,
	int sheet
)

Parameters

stream
Type: System.IOStream
The stream to save to.
sheet
Type: SystemInt32
The worksheet to save.
See Also

Reference