Docs
API
Data Types
Spreadsheet

Spreadsheet

FieldTypeDescription
namestringThe name of the spreadsheet.
ordernumberThe order of the sheet in the spreadsheet document.
remoteIdstringThe unique identifier in the source.
sourceIdstringThe source identifier.
autoSummarystringA summary automatically generated based on the sheet's content.
autoKeywordsArray<string>Keywords extracted from the sheet.
autoEntitiesArray<string>Entities extracted from the sheet.
autoTopicsArray<string>Topics extracted from the sheet.
headerArray<CsvRow>Sheet's header row.
rowsArray<CsvRow>Sheet's data rows.
documentArray<SpreadsheetDocument>The spreadsheet document the sheet belongs to.