CSV/XLS TO C# DataTable

Hi!
Our Company, “Segment”, using
Aspose.Cells . Product Version:16.10.8.0

We need to convert
CSV or XLS file content to the c# DataTable (.NET)
Can you provide the decision?

@evgeniy994c8,

Thanks for your query.

XLS file can be converted to C# DataTable using Worksheet.Cells.ExportDataTable function which returns DataTable. Following article contains multiple examples to perform this task.

Export Data from Worksheet

Similarly if you want to convert CSV data to DataTable, you need to load CSV file into workbook and then convert its data using above mentioned examples.

Please note that as you are using quite old version so if you face some issue while working with above mentioned examples, please try them using latest version Aspose.Cells for .NET 18.10 and provide your feedback.