Skip to main content

Import Data from Excel to DataGrid

Task-based Scenarios - Import Excel Data

This example uses OfficeFileAPI to import data from Excel to DataGridView.

View Example: DevExpress Data Grid for .NET MAUI - Import Excel Data

Related Controls: DataGridView, CheckEdit, DXButton, Label

Anatomy

The following image illustrates the structure of this project:

DataGrid - Import Excel Data Anatomy

Related Properties:

Implementation Details

Refer to the following GitHub example to see implementation details:

View Example: DevExpress Data Grid for .NET MAUI - Import Excel Data