| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const workbookNamedItem = {
name: 'test7',
formula: '=SUM(Sheet2!$A$1+Sheet2!$A$2)',
comment: 'Comment for the named item'
};
await client.api('/me/drive/items/{id}/workbook/names/addFormulaLocal')
.post(workbookNamedItem);