This commit is contained in:
Leo
2026-02-05 00:11:59 +08:00
parent 7ed5a76d2f
commit 7367e28133
3 changed files with 101 additions and 31 deletions

View File

@@ -97,6 +97,16 @@ public interface ITencentDocService {
* @return 工作表列表
*/
JSONObject getSheetList(String accessToken, String fileId);
/**
* 获取指定工作表的 rowTotal文档信息接口返回直接用于 range 上限)
*
* @param accessToken 访问令牌
* @param fileId 文件ID
* @param sheetId 工作表ID
* @return rowTotal未找到或解析失败返回 0
*/
int getSheetRowTotal(String accessToken, String fileId, String sheetId);
/**
* 获取用户信息