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 Properties#
See General Properties.
Misc#
See Misc.
Out Error#
See Out Error.
Output#
- Removed True if the sheet is removed. False otherwise.