Search
ExcelExporter.exportXlsx Method
See Also
 






Exports the specified workbook to the specified Excel Open XML document.

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

 Syntax

Java  Copy Code

public void exportXlsx (
    Workbook workbook,
    String filePath
)

 Parameters

workbook

A Workbook instance to export the data from.

filePath

A string specifying the path to the XLSX file.

 See Also