Click or drag to resize

FolderSheetResources Methods

The FolderSheetResources type exposes the following members.

Methods
  NameDescription
Public methodCreateSheet

Creates a sheet from scratch in the specified folder.

Mirrors to the following Smartsheet REST API method: POST /folders/{folderId}/sheets

Public methodCreateSheetFromTemplate

Creates a sheet in the specified folder, from the specified template.

Mirrors to the following Smartsheet REST API method: POST /folders/{folderId}/sheets

Public methodImportCsvSheet

Imports a sheet in the specified folder (from CSV).

Mirrors to the following Smartsheet REST API method: POST /folders/{folderId}/sheets/import

Public methodImportXlsSheet

Imports a sheet in the specified folder (from XLSX).

Mirrors to the following Smartsheet REST API method: POST /folders/{folderId}/sheets/import

Top
See Also