Aspose Examples > .NET Components > Aspose.Cells > C# > QuickStart > Data > Exporting Data from Worksheets

 

 Exporting Data - Aspose.Cells

This online demo shows how to retrieve data from a worksheet and Export to fill a DataTable object using Aspose.Cells for .NET

The demo gets data from a worksheet of an excel file and exports it to fill a DataTable. The example also binds the DataTable object to a DataGrid control. This is achieved through a single API of Aspose.Cells. All this is done with so much ease and it minimizes your coding lines which may extend while performing this operation manually.

Click Export Data to see how example exports part of the excel file into a DataTable showing the table in a grid as a result.