[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.SpreadSerializer.SaveHtml

SaveHtml Method

SaveHtml(SheetView, string)

Saves the specified SheetView to the specified file as an HTML table.

Declaration
public static void SaveHtml(SheetView sheetView, string filename)
Public Shared Sub SaveHtml(sheetView As SheetView, filename As String)
Parameters
Type Name Description
SheetView sheetView

SheetView

string filename

The string

SaveHtml(SheetView, Stream)

Saves the specified SheetView to the specified stream as an HTML table.

Declaration
public static void SaveHtml(SheetView sheetView, Stream stream)
Public Shared Sub SaveHtml(sheetView As SheetView, stream As Stream)
Parameters
Type Name Description
SheetView sheetView

SheetView

Stream stream

Stream