| CustomCellService |
自定义单元格服务 提供官方SDK未覆盖的单元格操作API
|
| CustomCellService.CellBatchUpdateRequest |
批量操作单元格请求
|
| CustomCellService.CellBatchUpdateRequest.Builder |
批量操作单元格请求的构建器
|
| CustomCellService.CellRange |
单元格范围
|
| CustomCellService.CellRequest |
单元格操作请求
|
| CustomCellService.CellRequest.MergeCellsBuilder |
合并单元格的构建器 用于构建合并单元格的请求
|
| CustomCellService.CellRequest.UnmergeCellsBuilder |
拆分单元格的构建器 用于构建拆分单元格的请求
|
| CustomCellService.Font |
字体样式
|
| CustomCellService.MergeCellsRequest |
合并单元格请求
|
| CustomCellService.Style |
单元格样式
|
| CustomCellService.StyleBatchData |
批量设置单元格样式数据
|
| CustomCellService.StyleBatchData.Builder |
批量设置单元格样式数据的构建器
|
| CustomCellService.StyleBatchUpdateRequest |
批量设置单元格样式请求
|
| CustomCellService.StyleBatchUpdateRequest.Builder |
批量设置单元格样式请求的构建器
|
| CustomCellService.StyleCellsBatchBuilder |
批量设置单元格样式的构建器 用于构建批量设置单元格样式的请求
|
| CustomCellService.StyleCellsBatchRequest |
批量设置单元格样式请求
|
| CustomCellService.StyleCellsBuilder |
设置单元格样式的构建器 用于构建设置单元格样式的请求
|
| CustomCellService.StyleCellsRequest |
设置单元格样式请求
|
| CustomCellService.UnmergeCellsRequest |
拆分单元格请求
|
| CustomDataValidationService |
自定义数据验证服务 提供官方SDK未覆盖的数据验证API
|
| CustomDataValidationService.DataValidation |
数据验证规则
|
| CustomDataValidationService.DataValidationBatchUpdateRequest |
批量处理数据验证请求
|
| CustomDataValidationService.DataValidationBatchUpdateRequest.Builder |
批量处理数据验证请求的构建器
|
| CustomDataValidationService.DataValidationOptions |
数据验证选项配置
|
| CustomDataValidationService.DataValidationRequest |
数据验证请求
|
| CustomDataValidationService.DataValidationRequest.DeleteListDataValidationBuilder |
删除下拉列表的构建器
|
| CustomDataValidationService.DataValidationRequest.ListDataValidationBuilder |
设置下拉列表的构建器
|
| CustomDataValidationService.DataValidationRequest.QueryListDataValidationBuilder |
查询下拉列表的构建器
|
| CustomDataValidationService.DataValidationRequest.UpdateListDataValidationBuilder |
更新下拉列表的构建器
|
| CustomDataValidationService.DeleteValidationRequest |
删除下拉列表设置请求
|
| CustomDataValidationService.QueryValidationRequest |
查询下拉列表设置请求
|
| CustomDimensionService |
自定义维度服务 提供官方SDK未覆盖的行列操作API
|
| CustomDimensionService.DimensionBatchUpdateRequest |
批量操作行列请求
|
| CustomDimensionService.DimensionBatchUpdateRequest.Builder |
批量操作行列请求的构建器
|
| CustomDimensionService.DimensionProperties |
维度属性
|
| CustomDimensionService.DimensionRange |
添加行列维度范围
|
| CustomDimensionService.DimensionRequest |
行列操作请求
|
| CustomDimensionService.DimensionRequest.AddDimensionBuilder |
添加行列的构建器 用于构建添加行列的请求
|
| CustomDimensionService.DimensionRequest.DeleteDimensionBuilder |
删除行列的构建器 用于构建删除指定范围行列的请求
|
| CustomDimensionService.DimensionRequest.InsertDimensionBuilder |
插入行列的构建器 用于构建在指定位置插入行列的请求
|
| CustomDimensionService.DimensionRequest.UpdateDimensionBuilder |
更新行列的构建器 用于构建更新行列属性的请求
|
| CustomDimensionService.InsertDimensionRange |
插入维度范围
|
| CustomDimensionService.UpdateDimensionRange |
更新维度范围
|
| CustomProtectedDimensionService |
自定义保护范围服务 提供保护行列的API
|
| CustomProtectedDimensionService.AddProtectedDimensionRange |
添加保护范围信息
|
| CustomProtectedDimensionService.DimensionRange |
维度范围
|
| CustomProtectedDimensionService.ProtectedDimensionBatchUpdateRequest |
批量操作保护范围请求
|
| CustomProtectedDimensionService.ProtectedDimensionBatchUpdateRequest.Builder |
批量操作保护范围请求的构建器
|
| CustomProtectedDimensionService.ProtectedDimensionRequest |
保护范围操作请求
|
| CustomProtectedDimensionService.ProtectedDimensionRequest.AddProtectedDimensionBuilder |
添加保护范围构建器
|
| CustomSheetService |
自定义表格服务 提供官方SDK未覆盖的表格API
|
| CustomSheetService.AddSheetRequest |
添加工作表请求
|
| CustomSheetService.CopySheetRequest |
复制工作表请求
|
| CustomSheetService.DeleteSheetRequest |
删除工作表请求
|
| CustomSheetService.Sheet |
工作表
|
| CustomSheetService.SheetBatchUpdateRequest |
批量更新工作表请求
|
| CustomSheetService.SheetBatchUpdateRequest.Builder |
|
| CustomSheetService.SheetDestination |
工作表目标
|
| CustomSheetService.SheetProperties |
工作表属性
|
| CustomSheetService.SheetPropertiesUpdate |
工作表属性更新
|
| CustomSheetService.SheetProtect |
工作表保护设置
|
| CustomSheetService.SheetRequest |
工作表请求
|
| CustomSheetService.SheetRequest.AddSheetBuilder |
添加工作表的构建器 用于构建添加新工作表的请求
|
| CustomSheetService.SheetRequest.CopySheetBuilder |
复制工作表的构建器 用于构建复制现有工作表的请求
|
| CustomSheetService.SheetRequest.DeleteSheetBuilder |
删除工作表的构建器 用于构建删除工作表的请求
|
| CustomSheetService.SheetRequest.UpdateSheetBuilder |
更新工作表的构建器 用于构建更新工作表属性的请求
|
| CustomSheetService.SheetSource |
工作表源
|
| CustomSheetService.UpdateSheetRequest |
更新工作表请求
|
| CustomValueService |
自定义数据值服务
提供官方SDK未覆盖的数据操作API,封装了对飞书表格数据的批量操作功能,
包括读取、写入、插入、追加等操作。
|
| CustomValueService.ValueAppendRequest |
在指定范围后追加数据请求
|
| CustomValueService.ValueAppendRequest.Builder |
追加数据请求的构建器
|
| CustomValueService.ValueBatchGetRequest |
批量获取多个范围数据请求
|
| CustomValueService.ValueBatchUpdatePutRequest |
向多个范围写入数据请求
|
| CustomValueService.ValueBatchUpdateRequest |
批量操作数据值请求
|
| CustomValueService.ValueBatchUpdateRequest.Builder |
批量操作数据值请求的构建器
|
| CustomValueService.ValueGetRequest |
获取单个范围数据请求
|
| CustomValueService.ValueImageRequest |
写入图片请求
|
| CustomValueService.ValuePrependRequest |
在指定范围前插入数据请求
|
| CustomValueService.ValuePrependRequest.Builder |
插入数据请求的构建器
|
| CustomValueService.ValuePutRequest |
向单个范围写入数据请求
|
| CustomValueService.ValueRange |
值范围
|
| CustomValueService.ValueRangeItem |
值范围项
|
| CustomValueService.ValueRequest |
数据值操作请求
|
| CustomValueService.ValueRequest.AppendValuesBuilder |
在指定范围后追加数据的构建器
|
| CustomValueService.ValueRequest.BatchGetValuesBuilder |
批量获取多个范围数据的构建器
|
| CustomValueService.ValueRequest.BatchPutValuesBuilder |
向多个范围写入数据的构建器
|
| CustomValueService.ValueRequest.GetValuesBuilder |
获取单个范围数据的构建器
|
| CustomValueService.ValueRequest.ImageValuesBuilder |
写入图片的构建器
|
| CustomValueService.ValueRequest.PrependValuesBuilder |
在指定范围前插入数据的构建器
|
| CustomValueService.ValueRequest.PutValuesBuilder |
向单个范围写入数据的构建器
|