I have data in Queue, I want to append the Queue data into an Existing excel sheet. When i am going with write collection Action it override the existing and Write the new.
If there is not an action that does what you want then you may need to create your own. Maybe start by looking at how the get worksheet as collection with offset action works and try to build similar offset logic into a new version of the write collection action.