Action group: Office
Action creates a new spreadsheet in the specified folder
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Document name | The name of the new document to create. This action creates a file with the extension from the file name (sould be ods or xlsx) | Robin.String | Yes | |
Folder | The path to the folder where the document will be saved | Robin.FolderPath | C:\doc\img | Yes |
Overwrite | Boolean variable, optional parameter. The default is false. If the value of the parameter is True and a file with the same name already exists in the folder, then the existing file will be overwritten. | Robin.Boolean | true | No |
Results | ||||
Path to file | Full path to the created file. | Robin.FilePath |
None.
Create a New.xlsx file on the desktop.
Use the action "Create".
The program robot completed successfully.
A document is created on the desktop. The path to the file is saved to a variable.