save excel workbook
Saves changes to the specified workbook.
Name | Description | Type | Modifier |
---|---|---|---|
file path | The location of the Excel file. | String | None |
None
This action may be used within the following project items: test modules and user-defined actions.
file path
open excel workbook D:\data.xlsx
 
file path sheet cell value
set excel cell value D:\data.xlsx List Of Cars A1 Car Name
 
file path
save excel workbook D:\data.xlsx
 
file path auto save
close excel workbook D:\data.xlsx true
 
Result
- This action only supports Excel extensions: .xls, .xlsx, .xlsm.