We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1692261 commit 8b8d6e4Copy full SHA for 8b8d6e4
1 file changed
sheets/snippets/snippets.js
@@ -352,7 +352,7 @@ class SheetsSnippets {
352
} else {
353
const sourceSheetId = response.replies[0].addSheet.properties.sheetId;
354
const targetSheetId = response.replies[1].addSheet.properties.sheetId;
355
- // [START sheets_pivot_table]
+ // [START sheets_pivot_tables]
356
const requests = [{
357
updateCells: {
358
rows: {
@@ -412,7 +412,7 @@ class SheetsSnippets {
412
// [END_EXCLUDE]
413
}
414
});
415
- // [END sheets_pivot_table]
+ // [END sheets_pivot_tables]
416
417
418
0 commit comments