Search
HtmlExporterBase.export Method (Workbook, String)
See Also
 






Exports the specified workbook as an HTML page.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void export (
    Workbook workbook,
    String filePath
)

 Parameters

workbook

The workbook to export.

filePath

A string specifying the path to the HTML file.

 See Also