Back to Devexpress

Import Data from Excel to DataGrid

maui-404934-scenarios-import-excel-data.md

latest2.2 KB
Original Source

Import Data from Excel to DataGrid

  • Jul 29, 2024

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:

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