hi,
how to add a new column to excel sheet? Can you help ? thanks
hi,
how to add a new column to excel sheet? Can you help ? thanks
Thats based on the scenario and data you are getting from
If you want to get the data from somewhere and write the data into excel, use write cell activities which will write the data directly to excel.
If you are getting huge data , then store the data to data column and use add data column activity, then write it back to excel
Welcome to the uipath community.
Use Insert Column activity to add new column.