Remove sheet from excel
Removes a sheet from an Excel file.
#
Properties#
Input- File Path Path to xls/xlsx file.
- Sheet Index The 0 based index of the sheet to be removed.
- Sheet Name The name of the sheet to be removed.
#
General PropertiesSee General Properties.
#
MiscSee Misc.
#
Out ErrorSee Out Error.
#
Output- Removed True if the sheet is removed. False otherwise.