gpt4 book ai didi

spreadsheet - 如何在谷歌电子表格 api 中设置主要维度?

转载 作者:行者123 更新时间:2023-12-03 21:00:41 29 4
gpt4 key购买 nike

我需要使用谷歌电子表格 API 设置 majorDimension 值。我已经阅读了文档,它只是说我可以将值设置为 ROW 或 COLUMN,但它没有讨论如何在 URL 中执行此操作。

文档:https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values#dimension

URL: https://sheets.googleapis.com/v4/spreadsheets/!A1:C1 (where here I set the value of majorDimension?)

最佳答案

如果要对工作表进行更改,则需要使用 update方法。关注 this documentation ,它将向您解释如何制作请求,对于请求的正文,您只需要:

{
"majorDimension": "ROWS"
}

请求如下所示:
https://content-sheets.googleapis.com/v4/spreadsheets/SHEET_ID/values/A1%3AC2?valueInputOption=USER_ENTERED&alt=json&key=KEY
我建议你使用 试试这个 API update 中的选项方法页面(上面链接)。

关于spreadsheet - 如何在谷歌电子表格 api 中设置主要维度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58055030/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com