Adding a Blank excel sheet

Hello all,
I would like to know how to create a blank excel sheet in a existing excel file without adding any data to the blank excel sheet.

Thanking you.

Hi @Yugal_Raju

You can use Write Range Activity

Properties panel

Input
DataTable → Already used in the Read Range activity DT should be placed here

Regards
Gokul

Regards
Gokul

Hi @Yugal_Raju

Insert Sheet (uipath.com)

Hope this helps.

1 Like

Hi @Yugal_Raju ,

You could simply drag in a Write Range, pass in a suitable Sheetname and then declare a DataTable varible like so:

image

Kind Regards,
Ashwin A.K