Create an Excel File
Creates a new Excel file.
Overview
This procedure create a new Excel file (workbook). Worksheet names can be optionally specified to add empty worksheets.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Create Excel with Multiple Worksheets
create an excel where
the file name is "my_workbook.xlsx"
the worksheet names are "Sheet1", "Sheet2", "Data"
2. Create Excel with Single Worksheet
create an excel where
the file name is "single_sheet_test.xlsx"
the worksheet names are "Sheet1"
3. Create Excel with Default Worksheet
create an excel where
the file name is "simple_workbook.xlsx"
Last updated
Was this helpful?