Add a Worksheet
Adds an empty worksheet to an existing Excel file.
Last updated
Was this helpful?
Adds an empty worksheet to an existing Excel file.
This procedure adds an empty worksheet to an existing Excel file (workbook), provided a worksheet name.
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
the worksheet name is "worksheet-name"Specifies the name of worksheet to be added to the Excel file.
Indented under add a worksheet to the excel where.
✅ Yes — This phrase is required.
✅ Yes — Replace worksheet-name with the name of the worksheet to be added.
the worksheet name is "New Sheet"This example create a new excel file and add a worksheet to it.
create an excel where
the file name is "purchase_orders.xlsx"
add a worksheet to the excel where
the worksheet name is "Summary"Last updated
Was this helpful?
Was this helpful?

