索引

C D E F G I L O R S 
All Classes and Interfaces|所有程序包

C

cn.sinozg.applet.common.core.model - 程序包 cn.sinozg.applet.common.core.model
 
cn.sinozg.applet.common.excel - 程序包 cn.sinozg.applet.common.excel
 
cn.sinozg.applet.common.utils - 程序包 cn.sinozg.applet.common.utils
 
convertToExcelData(String, ExcelContentProperty, GlobalConfiguration) - 类中的方法 cn.sinozg.applet.common.excel.ExcelWriteConverter
读取转化

D

data - 类中的变量 cn.sinozg.applet.common.core.model.ImportExcelResult
结果集
doAfterAllAnalysed(AnalysisContext) - 类中的方法 cn.sinozg.applet.common.excel.EasyExcelReadListener
 
downloadExcelTemp(HttpServletResponse, String) - 类中的静态方法 cn.sinozg.applet.common.utils.ExcelUtil
下载excel 模板

E

EasyExcelReadListener<T,U> - cn.sinozg.applet.common.excel中的类
读取excel 监听
EasyExcelReadListener(Function<T, U>, ImportExcelResult<U>) - 类的构造器 cn.sinozg.applet.common.excel.EasyExcelReadListener
 
errorInfo - 类中的变量 cn.sinozg.applet.common.core.model.ImportExcelResult
导入过程中的错误信息 (可用于记录解析excel数据时存储异常信息,用于业务的事务的回滚)
ExcelUtil - cn.sinozg.applet.common.utils中的类
导入导出封装 依赖 EasyExcel 简单的封装 复杂的需要自己去实现
ExcelUtil() - 类的构造器 cn.sinozg.applet.common.utils.ExcelUtil
 
ExcelWriteConverter - cn.sinozg.applet.common.excel中的类
导出转移 使用方式为
ExcelWriteConverter() - 类的构造器 cn.sinozg.applet.common.excel.ExcelWriteConverter
 
ExportData<T> - cn.sinozg.applet.common.core.model中的类
导入数据
ExportData() - 类的构造器 cn.sinozg.applet.common.core.model.ExportData
 
ExportData(String, List<T>) - 类的构造器 cn.sinozg.applet.common.core.model.ExportData
 
exportFile(String, List<ExportData<T>>, Consumer<ExcelWriterBuilder>, HttpServletResponse) - 类中的静态方法 cn.sinozg.applet.common.utils.ExcelUtil
excel文件导出(可以包含多个sheet页),可以指定表头,样式等自定义方式
exportFile(String, List<List<T>>, HttpServletResponse, String...) - 类中的静态方法 cn.sinozg.applet.common.utils.ExcelUtil
excel文件导出(可以包含多个sheet页),固定表头(通过实体指定属性的方式)
exportSingleFile(HttpServletResponse, String, ExportData<T>, Consumer<ExcelWriterBuilder>) - 类中的静态方法 cn.sinozg.applet.common.utils.ExcelUtil
导出excel 下载 使用bean的方式直接下载导出 自定义样式 和表头
exportSingleFile(HttpServletResponse, String, List<T>, String) - 类中的静态方法 cn.sinozg.applet.common.utils.ExcelUtil
导出excel 下载 使用bean的方式直接下载导出
exportWithTemp(HttpServletResponse, String, List<T>, Object) - 类中的静态方法 cn.sinozg.applet.common.utils.ExcelUtil
用模板导出复制的 excel

F

function - 类中的变量 cn.sinozg.applet.common.excel.EasyExcelReadListener
数据转化

G

getData() - 类中的方法 cn.sinozg.applet.common.core.model.ImportExcelResult
获取 结果集
getErrorInfo() - 类中的方法 cn.sinozg.applet.common.core.model.ImportExcelResult
获取 导入过程中的错误信息
getExportDefaultStyle() - 类中的静态方法 cn.sinozg.applet.common.utils.ExcelUtil
配置默认的excel表格样式对象
getSheetConsumer() - 类中的方法 cn.sinozg.applet.common.core.model.ExportData
 
getSheetData() - 类中的方法 cn.sinozg.applet.common.core.model.ExportData
 
getSheetName() - 类中的方法 cn.sinozg.applet.common.core.model.ExportData
 

I

importExcel(MultipartFile, Class<T>) - 类中的静态方法 cn.sinozg.applet.common.utils.ExcelUtil
通过实体对象,直接读取导入的excel
importExcel(MultipartFile, Function<T, U>, Class<T>) - 类中的静态方法 cn.sinozg.applet.common.utils.ExcelUtil
导入excel
ImportExcelResult<T> - cn.sinozg.applet.common.core.model中的类
封装导入的结果信息
ImportExcelResult() - 类的构造器 cn.sinozg.applet.common.core.model.ImportExcelResult
 
invoke(T, AnalysisContext) - 类中的方法 cn.sinozg.applet.common.excel.EasyExcelReadListener
 

L

log - 类中的变量 cn.sinozg.applet.common.excel.EasyExcelReadListener
 
log - 类中的静态变量 cn.sinozg.applet.common.utils.ExcelUtil
 

O

onException(Exception, AnalysisContext) - 类中的方法 cn.sinozg.applet.common.excel.EasyExcelReadListener
 

R

result - 类中的变量 cn.sinozg.applet.common.excel.EasyExcelReadListener
处理结果

S

setData(List<T>) - 类中的方法 cn.sinozg.applet.common.core.model.ImportExcelResult
设置 结果集
setErrorInfo(List<String>) - 类中的方法 cn.sinozg.applet.common.core.model.ImportExcelResult
设置 导入过程中的错误信息
setResponse(HttpServletResponse, String) - 类中的静态方法 cn.sinozg.applet.common.utils.ExcelUtil
设置 response
setSheetConsumer(Consumer<ExcelWriterSheetBuilder>) - 类中的方法 cn.sinozg.applet.common.core.model.ExportData
 
setSheetData(List<T>) - 类中的方法 cn.sinozg.applet.common.core.model.ExportData
 
setSheetName(String) - 类中的方法 cn.sinozg.applet.common.core.model.ExportData
 
sheetConsumer - 类中的变量 cn.sinozg.applet.common.core.model.ExportData
sheet 自定义操作 header等
sheetData - 类中的变量 cn.sinozg.applet.common.core.model.ExportData
sheet 数据
sheetName - 类中的变量 cn.sinozg.applet.common.core.model.ExportData
sheet NAME
supportExcelTypeKey() - 类中的方法 cn.sinozg.applet.common.excel.ExcelWriteConverter
 
supportJavaTypeKey() - 类中的方法 cn.sinozg.applet.common.excel.ExcelWriteConverter
 
C D E F G I L O R S 
All Classes and Interfaces|所有程序包