类 CustomSheetService.SheetRequest.AddSheetBuilder
java.lang.Object
cn.isliu.core.service.CustomSheetService.SheetRequest.AddSheetBuilder
添加工作表的构建器 用于构建添加新工作表的请求
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
AddSheetBuilder
public AddSheetBuilder()
-
-
方法详细资料
-
title
设置工作表标题- 参数:
title- 工作表标题,不能包含特殊字符:/ \ ? * [ ] :- 返回:
- 当前构建器
-
index
设置工作表在电子表格中的位置索引- 参数:
index- 位置索引,从0开始计数,不填默认在第0位置添加- 返回:
- 当前构建器
-
build
构建添加工作表请求- 返回:
- 工作表操作请求
-