8:15 AM

How to Import data from a ".xls" file to Data table during Runtime.

How to Import data from a ".xls" file to Data table during Runtime.

Ans : : Datatable.Import "...XLS file name..."

DataTable.ImportSheet(FileName, SheetSource, SheetDest)
DataTable.ImportSheet "C:\name.xls" ,1 ,"name"

0 comments: