WorkspaceSheetResources Interface | ![]() |
This interface provides methods to access sheet resources that are associated to a Workspace object.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The WorkspaceSheetResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateSheet | Creates a sheet in the given workspace. Mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/Sheets |
![]() | CreateSheetFromTemplate | Creates a sheet at the top-level of the specified workspace, from the specified template. Mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/Sheets |
![]() | ImportCsvSheet | Imports a sheet at the top level of the specified workspace (from CSV). Mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/sheets/import |
![]() | ImportXlsSheet | Imports a sheet at the top level of the specified workspace (From XLSX). Mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/sheets/import |