Search
HtmlExporterBase.Export Method
See Also
 






Exports the specified workbook as an HTML page.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public virtual void Export (
    Workbook workbook,
    string filePath
)

Visual Basic  Copy Code

Public Overridable Sub Export( _
    workbook As Workbook, _
    filePath As String _
)

 Parameters

workbook

The workbook to export.

filePath

A string specifying the path to the .html file.

 See Also