Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 363 Bytes

File metadata and controls

23 lines (17 loc) · 363 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const workbookTableRow = {
  values: [
    [1, 2, 3],
    [4, 5, 6]
  ]
};

await client.api('/me/drive/items/01CCETFLK7GVZTZHSQNRD2AEI5XWTCU6FJ/workbook/tables/Table1/rows')
	.post(workbookTableRow);