Hello Folks,
I am doing a simple application where I am reading from an excel, storing in a data table and writing to another excel.
I am getting everything until I write to data table. The moment i access to write to the second excel, i get the error. Should i close the first excel before opening the second one? Could the issue be because of concurrent access (if any)?
Codes attached.
Thanks a lot.
Patch 1.zip (17.0 KB)