MindFusion.Wpf Pack Programmer's Guide
ExcelImporter.Import Method
See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void Import (
    string filePath,
    Workbook workbook
)

Visual Basic  Copy Code

Public Sub Import( _
    filePath As String, _
    workbook As Workbook _
)

 Parameters

filePath

A string specifying the path to the .xlsx file.

workbook

A Workbook instance where to import the Excel data.

 See Also

ExcelImporter Members
ExcelImporter Class
MindFusion.Spreadsheet.Wpf Namespace