public class Spreadsheet extends Object
| 构造器和说明 |
|---|
Spreadsheet(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSpreadsheetResp |
create(CreateSpreadsheetReq req)
|
CreateSpreadsheetResp |
create(CreateSpreadsheetReq req,
RequestOptions reqOptions)
|
GetSpreadsheetResp |
get(GetSpreadsheetReq req)
获取电子表格信息,该接口用于获取电子表格的基础信息。
|
GetSpreadsheetResp |
get(GetSpreadsheetReq req,
RequestOptions reqOptions)
获取电子表格信息,该接口用于获取电子表格的基础信息。
|
PatchSpreadsheetResp |
patch(PatchSpreadsheetReq req)
|
PatchSpreadsheetResp |
patch(PatchSpreadsheetReq req,
RequestOptions reqOptions)
|
public Spreadsheet(Config config)
public CreateSpreadsheetResp create(CreateSpreadsheetReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uUDN04SN0QjL1QDN/sheets-v3/spreadsheet/create ;
Exceptionpublic CreateSpreadsheetResp create(CreateSpreadsheetReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uUDN04SN0QjL1QDN/sheets-v3/spreadsheet/create ;
Exceptionpublic GetSpreadsheetResp get(GetSpreadsheetReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uUDN04SN0QjL1QDN/sheets-v3/spreadsheet/get ;
Exceptionpublic GetSpreadsheetResp get(GetSpreadsheetReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uUDN04SN0QjL1QDN/sheets-v3/spreadsheet/get ;
Exceptionpublic PatchSpreadsheetResp patch(PatchSpreadsheetReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uUDN04SN0QjL1QDN/sheets-v3/spreadsheet/patch ;
Exceptionpublic PatchSpreadsheetResp patch(PatchSpreadsheetReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uUDN04SN0QjL1QDN/sheets-v3/spreadsheet/patch ;
ExceptionCopyright © 2025. All rights reserved.