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 to the file. This is useful in scenarios where a consistent file structure is needed as a starting point for future data entry or automation.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Create an Excel File with a Specified File Name and Worksheet Names
create an excel where
the file name is "my_workbook.xlsx"
the worksheet names are "Sheet1", "Sheet2", "Data"
Last updated
Was this helpful?