Skip navigation links
A B C D E F G I O S W 

A

afterSheetCreate(WriteWorkbookHolder, WriteSheetHolder) - Method in class com.github.ciweigg.handler.DropDownSheetWriteHandler
 
asyncRead(String, AnalysisEventListener<T>) - Static method in class com.github.ciweigg.EasyExcelUtil
异步无模型读(默认读取sheet0,从第2行开始读)
asyncRead(String, AnalysisEventListener<T>, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
异步无模型读(默认表头占一行,从第2行开始读)
asyncRead(InputStream, AnalysisEventListener<T>, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
异步无模型读(指定sheet和表头占的行数)
asyncRead(File, AnalysisEventListener<T>, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
异步无模型读(指定sheet和表头占的行数)
asyncRead(String, AnalysisEventListener<T>, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
异步无模型读(指定sheet和表头占的行数)
asyncReadModel(String, AnalysisEventListener<T>, Class) - Static method in class com.github.ciweigg.EasyExcelUtil
异步按模型读取(默认读取sheet0,从第2行开始读)
asyncReadModel(String, AnalysisEventListener<T>, Class, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
异步按模型读取(默认表头占一行,从第2行开始读)
asyncReadModel(InputStream, AnalysisEventListener<T>, Class, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
异步按模型读取
asyncReadModel(File, AnalysisEventListener<T>, Class<T>, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
异步按模型读取
asyncReadModel(String, AnalysisEventListener<T>, Class<T>, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
异步按模型读取

B

beforeSheetCreate(WriteWorkbookHolder, WriteSheetHolder) - Method in class com.github.ciweigg.handler.DropDownSheetWriteHandler
 

C

com.github.ciweigg - package com.github.ciweigg
 
com.github.ciweigg.annotation - package com.github.ciweigg.annotation
 
com.github.ciweigg.handler - package com.github.ciweigg.handler
 
com.github.ciweigg.listener - package com.github.ciweigg.listener
 

D

DefaultExcelListener<T> - Class in com.github.ciweigg.listener
默认按模型读取的监听器
DefaultExcelListener() - Constructor for class com.github.ciweigg.listener.DefaultExcelListener
 
doAfterAllAnalysed(AnalysisContext) - Method in class com.github.ciweigg.listener.DefaultExcelListener
 
DropDownSheetWriteHandler - Class in com.github.ciweigg.handler
下拉表编写处理程序
DropDownSheetWriteHandler(Class<?>, Integer, Integer) - Constructor for class com.github.ciweigg.handler.DropDownSheetWriteHandler
 
DropDownSheetWriteHandler(Class<?>, Integer) - Constructor for class com.github.ciweigg.handler.DropDownSheetWriteHandler
 

E

EasyExcelUtil - Class in com.github.ciweigg
easyexcel工具类
EasyExcelUtil() - Constructor for class com.github.ciweigg.EasyExcelUtil
 
EasyExcelWriterFactory - Class in com.github.ciweigg
自定义EasyExcel写工厂
EasyExcelWriterFactory(OutputStream) - Constructor for class com.github.ciweigg.EasyExcelWriterFactory
 
EasyExcelWriterFactory(OutputStream, SheetWriteHandler) - Constructor for class com.github.ciweigg.EasyExcelWriterFactory
 
EasyExcelWriterFactory(File) - Constructor for class com.github.ciweigg.EasyExcelWriterFactory
 
EasyExcelWriterFactory(String) - Constructor for class com.github.ciweigg.EasyExcelWriterFactory
 
ExplicitConstraint - Annotation Type in com.github.ciweigg.annotation
字段显示约束

F

finish() - Method in class com.github.ciweigg.EasyExcelWriterFactory
 

G

getRows() - Method in class com.github.ciweigg.listener.DefaultExcelListener
 

I

invoke(T, AnalysisContext) - Method in class com.github.ciweigg.listener.DefaultExcelListener
 
invokeHeadMap(Map<Integer, String>, AnalysisContext) - Method in class com.github.ciweigg.listener.DefaultExcelListener
 

O

onException(Exception, AnalysisContext) - Method in class com.github.ciweigg.listener.DefaultExcelListener
在转换异常 获取其他异常下会调用本接口。抛出异常则停止读取。如果这里不抛出异常则 继续读取下一行。

S

syncRead(String) - Static method in class com.github.ciweigg.EasyExcelUtil
同步无模型读(默认读取sheet0,从第2行开始读)
syncRead(String, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
同步无模型读(默认表头占一行,从第2行开始读)
syncRead(InputStream, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
同步无模型读(指定sheet和表头占的行数)
syncRead(File, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
同步无模型读(指定sheet和表头占的行数)
syncRead(String, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
同步无模型读(指定sheet和表头占的行数)
syncReadModel(String, Class<T>) - Static method in class com.github.ciweigg.EasyExcelUtil
同步按模型读(默认读取sheet0,从第2行开始读)
syncReadModel(String, Class<T>, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
同步按模型读(默认表头占一行,从第2行开始读)
syncReadModel(InputStream, Class<T>, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
同步按模型读(指定sheet和表头占的行数)
syncReadModel(File, Class<T>, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
同步按模型读(指定sheet和表头占的行数)
syncReadModel(String, Class<T>, Integer, Integer) - Static method in class com.github.ciweigg.EasyExcelUtil
同步按模型读(指定sheet和表头占的行数)

W

write(String, List<List<String>>, List<List<Object>>) - Static method in class com.github.ciweigg.EasyExcelUtil
无模板写文件
write(String, List<List<String>>, List<List<Object>>, Integer, String) - Static method in class com.github.ciweigg.EasyExcelUtil
无模板写文件
write(String, Class<T>, List<T>) - Static method in class com.github.ciweigg.EasyExcelUtil
按模板写文件
write(String, Class<T>, List<T>, Integer, String) - Static method in class com.github.ciweigg.EasyExcelUtil
按模板写文件
write(String, Class<T>, List<T>, WriteHandler, Integer, String) - Static method in class com.github.ciweigg.EasyExcelUtil
按模板写文件
write(OutputStream, Class<T>, List<T>, WriteHandler, Integer, String) - Static method in class com.github.ciweigg.EasyExcelUtil
按模板写文件
write(List<List<String>>, List<T>, String) - Method in class com.github.ciweigg.EasyExcelWriterFactory
链式自定义表头写入
write(List<List<String>>, String, BaseMapper<T>, Wrapper<T>, Page<T>) - Method in class com.github.ciweigg.EasyExcelWriterFactory
链式自定义表头写入(mybatis plus) 根据分页信息和查询条件分页写入数据(如果页数从2开始 那么第一页的数据不会写入excel 会从当前分页信息开始的页数查询)
writeExclude(String, Class<T>, List<T>, Set<String>, Integer, String) - Static method in class com.github.ciweigg.EasyExcelUtil
按模板写文件(排除某些字段)
writeInclude(String, Class<T>, List<T>, Set<String>, Integer, String) - Static method in class com.github.ciweigg.EasyExcelUtil
按模板写文件(包含某些字段)
writeModel(Class<T>, List<T>, String) - Method in class com.github.ciweigg.EasyExcelWriterFactory
链式模板表头写入
writeModel(Class, String, BaseMapper, Wrapper, Page) - Method in class com.github.ciweigg.EasyExcelWriterFactory
链式模板表头写入(mybatis plus) 根据分页信息和查询条件分页写入数据(如果页数从2开始 那么第一页的数据不会写入excel 会从当前分页信息开始的页数查询)
writeTemplate(String, String, Class<T>, List<T>) - Static method in class com.github.ciweigg.EasyExcelUtil
根据excel模板文件写入文件
writeTemplate(String, String, List<T>) - Static method in class com.github.ciweigg.EasyExcelUtil
根据excel模板文件写入文件
writeWithSheets(OutputStream) - Static method in class com.github.ciweigg.EasyExcelUtil
多个sheet页的数据链式写入 ExcelUtil.writeWithSheets(outputStream) .writeModel(ExcelModel.class, excelModelList, "sheetName1") .write(headData, data,"sheetName2") .finish();
writeWithSheets(File) - Static method in class com.github.ciweigg.EasyExcelUtil
多个sheet页的数据链式写入 ExcelUtil.writeWithSheets(file) .writeModel(ExcelModel.class, excelModelList, "sheetName1") .write(headData, data,"sheetName2") .finish();
writeWithSheets(String) - Static method in class com.github.ciweigg.EasyExcelUtil
多个sheet页的数据链式写入 ExcelUtil.writeWithSheets(filePath) .writeModel(ExcelModel.class, excelModelList, "sheetName1") .write(headData, data,"sheetName2") .finish();
writeWithSheetsWeb(HttpServletResponse, String) - Static method in class com.github.ciweigg.EasyExcelUtil
多个sheet页的数据链式写入(失败了会返回一个有部分数据的Excel) ExcelUtil.writeWithSheets(response, exportFileName) .writeModel(ExcelModel.class, excelModelList, "sheetName1") .write(headData, data,"sheetName2") .finish();
writeWithSheetsWeb(HttpServletResponse, String, SheetWriteHandler) - Static method in class com.github.ciweigg.EasyExcelUtil
多个sheet页的数据链式写入(失败了会返回一个有部分数据的Excel) ExcelUtil.writeWithSheets(response, exportFileName) .writeModel(ExcelModel.class, excelModelList, "sheetName1") .write(headData, data,"sheetName2") .finish();
A B C D E F G I O S W 
Skip navigation links

Copyright © 2021. All rights reserved.