while extacting data and writing to excel i am getting data twice .how to avoid and write once?
You can directly gave tables in write range
Ex:Dataset_var.Tables(0)- Non table values
Dataset_var.Tables(2)- table values
Kindly refer the below image for reference
Thanks,
Robin
2 Likes
Hi @Mithesh_Reddy_Bolla ,
Try like below dataset(0)
Can you show the error you are facing right now
[0] this brackets worked. thanks bro!!
if its works well can you mark it as solution so that it will be helpful to others also
1 Like
sure thank you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.