public class SpreadsheetSheetFloatImage extends Object
| 构造器和说明 |
|---|
SpreadsheetSheetFloatImage(Config config) |
public SpreadsheetSheetFloatImage(Config config)
public CreateSpreadsheetSheetFloatImageResp create(CreateSpreadsheetSheetFloatImageReq req, RequestOptions reqOptions) throws Exception
## 前提条件;;你已调用[上传素材](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/media/upload_all)或[分片上传素材](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/media/upload_prepare)上传图片至表格并获取了图片的 `file_token`,作为本接口中图片的 `float_image_token`。;; ## 使用限制;;- 图片大小不得超过 20 MB。;- 单个电子表格最多支持放置 4,000 张不同 token 的图片,即表格内不重复的图片(包括浮动图片和单元格图片)总数不超过 4,000 张。将相同 token 的图片多次放置在表格的不同位置,数量上仅算一张图片。 ;
Exceptionpublic CreateSpreadsheetSheetFloatImageResp create(CreateSpreadsheetSheetFloatImageReq req) throws Exception
## 前提条件;;你已调用[上传素材](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/media/upload_all)或[分片上传素材](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/media/upload_prepare)上传图片至表格并获取了图片的 `file_token`,作为本接口中图片的 `float_image_token`。;; ## 使用限制;;- 图片大小不得超过 20 MB。;- 单个电子表格最多支持放置 4,000 张不同 token 的图片,即表格内不重复的图片(包括浮动图片和单元格图片)总数不超过 4,000 张。将相同 token 的图片多次放置在表格的不同位置,数量上仅算一张图片。 ;
Exceptionpublic DeleteSpreadsheetSheetFloatImageResp delete(DeleteSpreadsheetSheetFloatImageReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteSpreadsheetSheetFloatImageResp delete(DeleteSpreadsheetSheetFloatImageReq req) throws Exception
Exceptionpublic GetSpreadsheetSheetFloatImageResp get(GetSpreadsheetSheetFloatImageReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetSpreadsheetSheetFloatImageResp get(GetSpreadsheetSheetFloatImageReq req) throws Exception
Exceptionpublic PatchSpreadsheetSheetFloatImageResp patch(PatchSpreadsheetSheetFloatImageReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchSpreadsheetSheetFloatImageResp patch(PatchSpreadsheetSheetFloatImageReq req) throws Exception
Exceptionpublic QuerySpreadsheetSheetFloatImageResp query(QuerySpreadsheetSheetFloatImageReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic QuerySpreadsheetSheetFloatImageResp query(QuerySpreadsheetSheetFloatImageReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.