白皮书下载
New EXCEL
1、 Video example
2、 Function description
Create a new blank excel document under the specified path.
3、 Attribute description
● output to variable: assign an excel document object to a variable. Subsequent excel components will be used, such as & ldquo; Open excel & rdquo& ldquo; Create a new excel & rdquo; Excel document object needs to be specified in.
● file path: click the select File button in the visual interface to directly select the path, or directly copy the path and paste it into double quotation marks, or directly select variables from the variable library.
● document name: the name of the new excel document.
● create the path: select Yes or no from the drop-down menu. If yes is selected, when the file path does not exist, the folder will be automatically created to generate this path. If no is selected, an error will be reported when the path does not exist.

4、 Use example
1. Execution logic
In this example, the file path is the desktop, and the file name is test. Because the path already exists, there is no need to create a path.

2. Output results
Successfully created a blank excel file named test.xlsx on the desktop.




