SpreadsheetSaveToStreamHTML Method (Stream, Int32)Bytescout Spreadsheet SDK
Saves a worksheet of spreadsheet as HTML document to a given stream.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public void SaveToStreamHTML(
	Stream stream,
	int sheet
)

Parameters

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

Implements

ISpreadsheetSaveToStreamHTML(Stream, Int32)
See Also

Reference