While adding values to excel column , after successfully run the bot , in result column i am not able to see result which is of number format, because that column default format is Date.
So how can we change or set column format using Uipath.
Please help…
I’m late to the party here, but I have found that using WriteRange rather than ExcelWriteRange preserves leading 0’s as the column in Excel is treated as text rather than a number.
Of course, this means you have to write the spreadsheet outside of an Excel Application Scope.