you can use normal excel application scope activity along with read cell activity with enabling the option preserve format in properties
hope it helps!!!
if you are going to add bulk items , you can use read range then pass the output data table to queue using "BULK ADD QUEUE ITEM’ Activity
instead adding single item you can use this activity, if you want to add specific item from sheet you can use filter data table activity then you can use bulk add queue item activity.