ApiResponse |
CustomCellService.cellsBatchUpdate(String spreadsheetToken,
CustomCellService.CellBatchUpdateRequest request)
批量操作单元格 支持合并单元格等操作 支持处理多个请求,如果有请求失败则中断后续请求
|
ApiResponse |
CustomDataValidationService.dataValidationBatchUpdate(String spreadsheetToken,
CustomDataValidationService.DataValidationBatchUpdateRequest request)
批量处理数据验证请求
|
ApiResponse |
CustomDimensionService.dimensionsBatchUpdate(String spreadsheetToken,
CustomDimensionService.DimensionBatchUpdateRequest request)
批量操作行列 支持添加、插入等操作 支持处理多个请求,如果有请求失败则中断后续请求
|
ApiResponse |
CustomProtectedDimensionService.protectedDimensionBatchUpdate(String spreadsheetToken,
CustomProtectedDimensionService.ProtectedDimensionBatchUpdateRequest request)
批量操作保护范围 支持添加保护范围 支持处理多个请求,如果有请求失败则中断后续请求
|
ApiResponse |
CustomSheetService.sheetsBatchUpdate(String spreadsheetToken,
CustomSheetService.SheetBatchUpdateRequest request)
批量更新工作表 支持添加、复制、删除等操作
|
ApiResponse |
CustomValueService.valueBatchUpdate(String spreadsheetToken,
CustomValueService.ValueBatchUpdateRequest request)
批量操作数据值 支持在指定范围前插入数据、在指定范围后追加数据等操作
|