Skip to contents

Deletes a sheet from the spreadsheet, defaults to deleting the active sheet. Only deletes sheets if at least two sheets are present.

Usage

deleteSheet(proxy, sheetIndex = NULL)

Arguments

proxy

The x-spreadsheet proxy object

sheetIndex

The index of the sheet to delete, uses R 1-based indexing. If left NULL, the active sheet is deleted.