public class ExportSheetParam extends Object
| 构造器和说明 |
|---|
ExportSheetParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExportSheetParam |
build(ExportSheet exportSheet)
根据实体类上的
@ExportSheet注解和需要导出的数据总条数创建Sheet的参数 |
ExportSheetParam |
setSizeAndNumber(int total)
根据导出数据总条数, 设置Sheet数量和每个Sheet需要填充的数据条数
|
public static ExportSheetParam build(ExportSheet exportSheet)
@ExportSheet注解和需要导出的数据总条数创建Sheet的参数exportSheet - 实体类上的ExportSheet注解信息ExportSheetpublic ExportSheetParam setSizeAndNumber(int total)
total - 导出数据总条数Copyright © 2019. All rights reserved.