1. Component introduction
Prerequisites: Launch Excel or Get Opened Excel
This component renames a specified sheet.
2. Inputs
For information about each input, see the component panel in the application flow editor.
3. Outputs
For information about each output, see the component panel in the application flow editor.
4. Component usage example
4.1. Component configuration example
For
Opened Excel object, select v_excel_obj_1. This object is the output of a prerequisite component, such as Launch Excel or Get Opened Excel.For Old sheet name, enter "Sheet1".
For New sheet name, enter "New Sheet".
Keep the default values for the advanced options.
4.2. Example execution result
None
5. Example of building a flow
Configuration Flow
Use the Launch Excel component to open a specified Excel file.
Use the Activate Sheet component to activate a sheet by name.
Use the Rename Sheet component to rename "Sheet1" to "New Sheet".
Use the Save Excel component to save the Excel file.
Execution result
After the flow runs, it opens the specified Excel file, activates the specified sheet, renames the sheet, and saves the file.