Select columns by name

Makes the file have only the provided columns, in the specified order. Deletes all other columns. Always keeps the row number column.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Handle of the sheet

Body Params

Column selection details

column_names
array of strings

Columns to select, in the order they should be in the file. The leftmost column will always be the row number column, even if not included here.

column_names
boolean

If true, deletes all columns not included in column_names. If false, keeps all columns but moves the selected columns to be leftmost in the order provided. Defaults to false.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!