Search
ExcelImporter.importXlsx Method
See Also
 






Imports the specified Excel Open XML document into the specified workbook.

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

 Syntax

Java  Copy Code

public void importXlsx (
    String filePath,
    Workbook workbook
)

 Parameters

filePath

A string specifying the path to the XLSX file.

workbook

A Workbook instance where to import the Excel data.

 See Also