Hi all,
I need to create an excel template with 4sheets and same headers for all the 4 sheets, how can I do that.
Can anyone help me.
Thanks in advance
Hi all,
I need to create an excel template with 4sheets and same headers for all the 4 sheets, how can I do that.
Can anyone help me.
Thanks in advance
Try this
Please find the below xaml for your reference
BlankProcess14.zip (77.0 KB)
O/P:
Final.xlsx (8.0 KB)
Hope this helps!!
Use the “Excel Application Scope” activity to work with Excel.
Inside the Excel Application Scope, you can add the four sheets.
Use the “Excel Application Scope” activity to open an Excel workbook or create a new one.
To add a new sheet, you can use the “Invoke VBA” activity with a VBA macro
After creating the sheets, you can add headers to each of them. Here’s how you can add headers to the first sheet:
Use the “Write Cell” activity to write headers in the first sheet.
Cheers…!
Thank you it’s working fine
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.