We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-samples/sheets/snippets/snippets.js
Line 353 in 1f7ea57
The code sample here that gives an example how to extract an add sheet response is not the same as what I'm seeing.
I see the reply in response.data.replies[0]. Can you please update this or explain why there may be a discrepancy?
response.data.replies[0]
"data": { "spreadsheetId": "", "replies": [ {}, { "addSheet": { "properties": { "sheetId": 123, "title": "Data", "index": 1, "sheetType": "GRID", "gridProperties": { "rowCount": 9158, "columnCount": 65, "frozenRowCount": 2, "frozenColumnCount": 5 } } } } ] },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
node-samples/sheets/snippets/snippets.js
Line 353 in 1f7ea57
The code sample here that gives an example how to extract an add sheet response is not the same as what I'm seeing.
I see the reply in
response.data.replies[0]
. Can you please update this or explain why there may be a discrepancy?The text was updated successfully, but these errors were encountered: