Search
CalcImporter.importCalc Method
See Also
 






Imports the specified OpenOffice Calc spreadsheet into the specified workbook.

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

 Syntax

Java  Copy Code

public void importCalc (
    String filePath,
    Workbook workbook
)

 Parameters

filePath

A string specifying the path to the ODS file.

workbook

A Workbook instance where to import the Calc data.

 See Also