Working with Excel Data

23 Apr 20251 minute to read

XlsIO provides support for importing data to Excel and exporting data from Excel. This includes handling various data formats and structures, enabling users to integrate Excel with different data sources and utilize Excel’s capabilities for data manipulation and analysis.

To quickly learn how to import and export data between a datatable and Excel, please check out this video:

Import to Excel

It refers to the process of importing data from various sources into an Excel worksheet.

XlsIO provides the ability to import data into an Excel from the following data structures:

Export from Excel

It refers to the process of exporting data from an Excel worksheet and transferring it to various data structures.

XlsIO provides the ability to export data from Excel to the following data structures:

See Also