如何使用Google电子表格v4创建公共文档

时间:2019-12-11 22:00:46

标签: google-sheets google-sheets-api

我没有实现创建Google表格公开文档的过程,我在创建文档时没有遇到问题,但是我不知道该属性的参数。

这是我的代码: 异步函数createDocument(){

    let newSheet = await gapi.client.sheets.spreadsheets.create({
    resource: {
        properties: {
        title: String(Math.round(Math.random() * 2000)),
        anypropertie: public domain or public access
        }
    }

PD:对不起,我的英语不好。

0 个答案:

没有答案