Hi Glastar,
I think you are doing wrong when writting value to datatable.
Can you please try to use Datatable.SetCurrentRow(i), rather than using setnextrow.
No need to use the Datatable.GetSheet(i), as it is not at all useful in this contest.
I think you are doing wrong when writting value to datatable.
Can you please try to use Datatable.SetCurrentRow(i), rather than using setnextrow.
Code:
Datatable.SetCurrentRow(i)
Thanks,
SUpputuri
SUpputuri