Search
CalcExporter.export Method
See Also
 






Exports the specified workbook to the specified OpenOffice Calc spreadsheet.

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

 Syntax

Java  Copy Code

public void export (
    Workbook workbook,
    String filePath
)

 Parameters

workbook

A Workbook instance to export the data from.

filePath

A string specifying the path to the ODS file.

 See Also