Excel template xltx

I’m just wondering if there is a way of creating a new excel file from an excel template ?

I don’t want to do this through the UI.
I’m just wondering if there is a way of doing this through a UiPath activity ?
Perhaps I’m missing something obvious ?

But if anyone has tried to use an XL template with UiPath … I’d be interested in hearing.

thanks in advance - Hugh

if you already have template file you can use copy file activity, this will work like save as option, this will support all format. hence it will create new file with the name as specified in Destination field.

Thanks Divyashreem - I’m going to use a couple of work-arounds … like “copy worksheet”.

But I don’t think there is a way of creating the new spreadsheet using XLTX.

thanks for your help though.

1 Like

If that’s the case you can write VB.net code and invoke code from your workflow.