I am unable to create a excel file in a folder

i have created a new folder and i want to create a excel file in it dynamically
test.xaml (15.2 KB)
and i want to write the extracted data in the newly created excel file

Hi @Adithyeshwar_goud

You can directly use Write Range Workbook activity to write the extracted data into excel. It will create a excel file during runtime.
You can pass the path directly in Write Range Workbook.

"C:\Users\"+Environment.UserName+"\OneDrive\Pictures\"+currentdate+"\"+"ExcelName.xlsx"

Hope it helps!!
Regards

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