Import Sheet From CSV / XLSX
UiPath.Smartsheet.Activities.ImportSheet
Uses the Smartsheet Import Sheet from CSV / XLSX API to import CSV or XLSX data into a new sheet in the top-level "sheets" folder.
How it works
The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the Smartsheet Application Scope activity to your project.
- Add the Import Sheet activity inside the Smartsheet Application Scope activity.
- Create an enter values for the Input properties.
- Enter values for the Output properties. The (Folder ID) and (Workspace ID) cannot both be populated as options.
- Create and enter an
ResponseStatusvariable for the Output property.
In the Body of the Activity
- Sheet Name - Desired name of the sheet. This field supports only
StringsorStringvariables. - Local File Path - File path to the file to upload. This field supports only
StringsorStringvariables. - Folder Id - The id of the folder to upload the sheet to. Enter a
Int64orInt64variable. - Workspace Id - The id of the Workspace to upload the sheet to. Enter a
Int64orInt64variable. - Header Row Index - A zero-based integer indicating the row number to use for column names. Enter a
Int32orInt32variable. - Primary Column Index - A zero-based integer indicating the column to designate as primary. Enter a
Int32orInt32variable. - Sheet - The imported sheet. This field supports only
Sheetvariables. - Permalink - The permalink of the new sheet. This field supports only
Stringvariables.
Properties
Common
- DisplayName - The display name of the activity. This field supports only
StringsorStringvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- ResponseStatus - The status of the request (success/failure information). This field supports only
ResponseStatusvariables.