Hi, I am using Telerik.Web.Spreadsheet to load an Excel sheet. I would like to return the Excel sheet as a datatable, I cant see a property on how to do this. Any ideas would be much appreciated. Below is my code thus far:
Dim ExcelPath As String = "C:\Test\Test.xlsx"
Dim WorkBook As Telerik.Web.Spreadsheet.Workbook = Telerik.Web.Spreadsheet.Workbook.Load(ExcelPath)
Dim ws As Telerik.Web.Spreadsheet.Worksheet = WorkBook.Sheets(0)
Many thanks in advance