04-12-2012, 08:24 PM
Hi,
Below is the basic code Importing a spcific sheet from xternal Excel file.
Suppose we have .xls file named "TestDemo.xls", and want to populate its 3rd sheet on datatables Action2 Localsheet.(Sheet Id 3)
So for that purpose,
DataTable.ImportSheet (FilePath, 3, 3) should work fine.
Regards,
Nilanjan
Below is the basic code Importing a spcific sheet from xternal Excel file.
Code:
DataTable.ImportSheet (FilePath, SourceSheetNo., DestinationSheetNo.)
Suppose we have .xls file named "TestDemo.xls", and want to populate its 3rd sheet on datatables Action2 Localsheet.(Sheet Id 3)
So for that purpose,
DataTable.ImportSheet (FilePath, 3, 3) should work fine.
Regards,
Nilanjan