08-19-2009, 12:51 PM
Add another sheet to your datatable and import the excel data into the new sheet.
You can do this runtime.
use
does this solve your issue.
You can do this runtime.
use
Code:
DataTable.AddSheet <<Your Sheet Name>>
Datatable.ImportSheet <<Excel file Path>>,<<Source sheet>>,<<Dest Sheet>>
does this solve your issue.