Clear sheet
Clear sheet activity performs the process of deleting a page in an Excel file or the desired area in the page.
| *Excel name | The reference name of the excel file which has already been opened or created is chosen in the dropdown. |
| Sheet name | Name of the sheet to work in Excel, if not added it takes the first sheet by default. |
| Range | Excel sheet range from which to clear data is written. |
Note: * Fields selected with are required, others are optional.
Excel name example
You can use the Excel name as shown in the example.
${newExcel}
Sheet name example
You can use the Sheet name file name as shown in the example.
Sheet1
Range example
You can use the Range name as shown in the example
A1:C5
If it is desired to delete a certain range in the page rather than a page in the Excel file, the range is given. If the range is not given, the entire sheet is deleted.
Note
If the first page of the excel files will be processed, the sheet name fields do not have to be filled. Otherwise, it must be filled.