Hi All,
Thanks in advance…!
How to write range activity using in UiPath with format from excel
Like Excel having data with format but using write range output will be without format. I require the same with format
Hi All,
Thanks in advance…!
How to write range activity using in UiPath with format from excel
Like Excel having data with format but using write range output will be without format. I require the same with format
Hi @SURESH_P ,
We usually prepare the Excel Templates (Formatting +headers as is and empty the rows) before hand and then write the data to that template file (Or a Copy of the Template renamed to required file name) from the second row onwards.
Is this something that could be checked from your end and let us know if it is a feasible approach for your case?
If not, let us know what is the challenge and maybe we would require to check with VBA Codes.
Also, Maybe the Format Cells
activity could be checked as well, if the data is less.
Some examples using the Activity :
one way to acheive is…first use copy paste range activity and paste the first row till where you need
then use write range activity from workbook…it would retain the formats
Alternate approaches are present as well…
cheers
in your excel template, do the following
right click column, click format cells, then select Text and click OK
highlight the same column then click Data->text to columns,
under column data format select Text
now everything you write in that column will be in text format hence same format
you need to repeat this for other columns where the format is not the same.
you can try my component
use this function, it lets you apply the above steps for one or more columns
Hello @SURESH_P
Thanks & Cheers!!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.