getSheetMetadata
chainalign-backend / sheets / getSheetMetadata
Function: getSheetMetadata()
getSheetMetadata(
spreadsheetId):Promise<any[]>
Defined in: sheets.js:60
Retrieves metadata for a Google Sheet, including sheet names and GIDs.
Parameters
spreadsheetId
string
The ID of the spreadsheet.
Returns
Promise<any[]>
An array of sheet objects with id and title.