Javascript
import Grid from '@grid-is/api'; const client = new Grid({ apiKey: 'My API Key', }); const response = await client.workbooks.values('id', { read: ['A1'] }); console.log(response);
{}
Run calculations in a workbook and retrieve cell values.
calc
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response type returned by the for /values query endpoint.