Add a Worksheet
Adds an empty worksheet to an existing Excel file.
Overview
This procedure adds an empty worksheet to an existing Excel file (workbook), provided a worksheet name.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Adding a Worksheet to an Excel
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?