How can i write queue data to excel data i have existing excel

Hello @Sandhya_Gajare

You can use GEt Transaction Item and then use Add Datat\row to add that to a datatable.
Then use Write Range to write to Excel.

But here the status of transaction item will get change to Inprogress once you retrieve the item from queue using Get Queue Item.

Thanks