Does anyone know how you can import data from Excel spreadsheet to the DataTable grid ?
Does anyone know how you can import data from Excel spreadsheet to the DataTable grid ?
jjonkers
Posts: 5Questions: 1Answers: 0
Does anyone know how you can import data from Excel spreadsheet to the DataTable grid ?
This discussion has been closed.
Answers
DataTables can consume data from three sources:
It won't natively read Excel files - you would need to convert your document to one of those formats first. Excel has an HTML export option that you could use for example. Or you could export it as CSV and dump it into a database and then get the data from there.
Allan