类 CustomCellService

java.lang.Object
cn.isliu.core.service.AbstractFeishuApiService
cn.isliu.core.service.CustomCellService

public class CustomCellService extends AbstractFeishuApiService
自定义单元格服务 提供官方SDK未覆盖的单元格操作API
  • 构造器详细资料

    • CustomCellService

      public CustomCellService(FeishuClient feishuClient)
      构造函数
      参数:
      feishuClient - 飞书客户端
  • 方法详细资料

    • cellsBatchUpdate

      public ApiResponse cellsBatchUpdate(String spreadsheetToken, CustomCellService.CellBatchUpdateRequest request) throws IOException
      批量操作单元格 支持合并单元格等操作 支持处理多个请求,如果有请求失败则中断后续请求
      参数:
      spreadsheetToken - 电子表格Token
      request - 批量操作请求
      返回:
      批量操作响应
      抛出:
      IOException - 请求异常