类 CustomCellService.StyleCellsBatchRequest
java.lang.Object
cn.isliu.core.service.CustomCellService.StyleCellsBatchRequest
- 封闭类:
- CustomCellService
批量设置单元格样式请求
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddCellRange(CustomCellService.CellRange cellRange) 添加单元格结构化范围voidaddCellRange(String sheetId, String startPosition, String endPosition) 添加单元格结构化范围获取单元格结构化范围列表获取单元格范围列表(用于API请求)getStyle()voidsetCellRanges(List<CustomCellService.CellRange> cellRanges) 设置单元格结构化范围列表voidsetStyle(CustomCellService.Style style)
-
构造器详细资料
-
StyleCellsBatchRequest
public StyleCellsBatchRequest()
-
-
方法详细资料
-
getRanges
获取单元格范围列表(用于API请求)- 返回:
- 单元格范围列表
-
getCellRanges
获取单元格结构化范围列表- 返回:
- 单元格结构化范围列表
-
setCellRanges
设置单元格结构化范围列表- 参数:
cellRanges- 单元格结构化范围列表
-
addCellRange
添加单元格结构化范围- 参数:
cellRange- 单元格结构化范围
-
addCellRange
添加单元格结构化范围- 参数:
sheetId- 工作表IDstartPosition- 开始位置endPosition- 结束位置
-
getStyle
-
setStyle
-