New Excel write

Hello Guyz

I have a one question regarding Excel , i am trying to create one process and within that i must need to create an excel file in run time and paste the value which is stored in variable,
is it possible that i have stored one variable into string so now i am trying that whenever process will run it create one excel sheet or csv and paste that value inside of excel or csv

Use excel application scope and give the path @Khawaja_Junaid,

It will check if the excel exists or not. If it exists , it will open that or else it will create new excel .
Make sure you have checked create new in the properties pane

So, if you want to write a string value to excel use Write Cell instead of Write Range.

1 Like

Hi @Khawaja_Junaid

To create a excel file, as @HareeshMR said you can check CreateNewFile parameter of Excel Application Scope,
OR
You can use Create File activity to create different types of files in the specified location.
https://activities.uipath.com/docs/create-file

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.