Hi everyone,
I am getting an error in my excel sheet due to a format mismatch in a column, I wanted to convert this entire column to number format. Can you please help me with a solution on this?
Hi everyone,
I am getting an error in my excel sheet due to a format mismatch in a column, I wanted to convert this entire column to number format. Can you please help me with a solution on this?
Hello @Sujith_Reddy
Welcome to UiPath community.
You can use Format cells activity to achieve the same. Else another approach is to use a Excel Template with the required formats and write your data to that Template in each execution to keep the formatting.
Thanks