Tables
Convert uploaded spreadsheets into structured data. Creates relational tables from messy spreadsheet data.
List tables in structured sheet
client.structuredSheets.tables.list(stringstructuredSheetID, TableListParams { after, limit } query?, RequestOptionsoptions?): CursorIDPage<TableResponse { id, created_at, name, 4 more } >
GET/v1/structured-sheets/{structured_sheet_id}/tables
Retrieve a table
client.structuredSheets.tables.retrieve(stringtableID, TableRetrieveParams { structured_sheet_id } params, RequestOptionsoptions?): TableResponse { id, created_at, name, 4 more }
GET/v1/structured-sheets/{structured_sheet_id}/tables/{table_id}
Download table data
client.structuredSheets.tables.download(stringtableID, TableDownloadParams { structured_sheet_id, format } params, RequestOptionsoptions?): Response
GET/v1/structured-sheets/{structured_sheet_id}/tables/{table_id}/download