Working with Excel Data

24 Jul 20262 minutes to read

XlsIO supports importing and exporting data to and from Excel. This includes handling various data formats and structures, enabling you to integrate Excel with different data sources and to use Excel’s capabilities for data manipulation and analysis.

To quickly learn how to import and export data between a DataTable and Excel, watch this short video tutorial:

Import to Excel

Imports data from the following sources into an Excel worksheet:

NOTE

Use the ImportOnSave option to re-import data from a data source automatically when the workbook is saved.

Export from Excel

Exports data from an Excel worksheet to the following destinations:

NOTE

Exporting to Microsoft Grid controls or HTML tables is not supported; use the DataTable or collection destination and bind it to the control manually.

See Also

Knowledge Base Articles