public interface ExcelWriteService
Title: ExcelReader
Description: ExcelReader接口
Copyright: 2015~2020
Company/Department: xforceplus
| 限定符和类型 | 方法和说明 |
|---|---|
default int |
calcSuccessSize(org.springframework.data.domain.Page<?> page)
计算导出成功数Size
|
default int |
calcSuccessSize(org.springframework.data.domain.Page<?> page,
int startPage)
计算导出成功数Size
|
BusinessType |
getBusinessType()
获取导入类型,用于Event事件调整导入方法
|
void |
write(Context context)
导出公共方法
|
BusinessType getBusinessType()
void write(Context context)
context - 上下文default int calcSuccessSize(org.springframework.data.domain.Page<?> page)
page - Page分页对象default int calcSuccessSize(org.springframework.data.domain.Page<?> page,
int startPage)
page - Page分页对象startPage - startPage