跳过导航链接
C D E G I L M N R S T U V W 

C

calculationFormula(Cell) - 类 中的静态方法com.github.crab2died.utils.Utils
计算公式结果
close() - 类 中的方法com.github.crab2died.handler.SheetTemplate
 
com.github.crab2died - 程序包 com.github.crab2died
 
com.github.crab2died.annotation - 程序包 com.github.crab2died.annotation
 
com.github.crab2died.converter - 程序包 com.github.crab2died.converter
 
com.github.crab2died.exceptions - 程序包 com.github.crab2died.exceptions
 
com.github.crab2died.handler - 程序包 com.github.crab2died.handler
 
com.github.crab2died.sheet.wrapper - 程序包 com.github.crab2died.sheet.wrapper
 
com.github.crab2died.utils - 程序包 com.github.crab2died.utils
 
compareTo(ExcelHeader) - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
converNumByReg(String) - 类 中的静态方法com.github.crab2died.utils.RegularUtils
 
copyProperty(Object, String, Object) - 类 中的静态方法com.github.crab2died.utils.Utils
根据属性名与属性类型获取字段内容
createCell(SheetTemplate, Object, String) - 类 中的静态方法com.github.crab2died.handler.SheetTemplateHandler
设置Excel元素样式及内容
createNewRow(SheetTemplate) - 类 中的静态方法com.github.crab2died.handler.SheetTemplateHandler
创建新行,在使用时只要添加完一行,需要调用该方法创建

D

date2Str(Date, String) - 类 中的静态方法com.github.crab2died.utils.DateUtils
Date类型转换为指定格式的字符串 author : Crab2Died date : 2017年06月02日 15:32:04
date2Str(Date) - 类 中的静态方法com.github.crab2died.utils.DateUtils
Date类型转换为默认为[yyyy-MM-dd HH:mm:ss]类型的字符串 author : Crab2Died date : 2017年06月02日 15:30:01
DATE_FORMAT_DAY - 类 中的静态变量com.github.crab2died.utils.DateUtils
 
DATE_FORMAT_DAY_2 - 类 中的静态变量com.github.crab2died.utils.DateUtils
 
DATE_FORMAT_DAY_SIMPLE - 类 中的静态变量com.github.crab2died.utils.DateUtils
 
DATE_FORMAT_MSEC - 类 中的静态变量com.github.crab2died.utils.DateUtils
 
DATE_FORMAT_MSEC_T - 类 中的静态变量com.github.crab2died.utils.DateUtils
 
DATE_FORMAT_MSEC_T_Z - 类 中的静态变量com.github.crab2died.utils.DateUtils
 
DATE_FORMAT_SEC - 类 中的静态变量com.github.crab2died.utils.DateUtils
 
DateUtils - com.github.crab2died.utils中的类
时间处理工具类 author : Crab2Died date : 2017/5/23 10:35
DateUtils() - 类 的构造器com.github.crab2died.utils.DateUtils
 
DefaultConvertible - com.github.crab2died.converter中的类
抽象默认转换器, 实现了WriteConvertibleReadConvertible接口
DefaultConvertible() - 类 的构造器com.github.crab2died.converter.DefaultConvertible
 

E

Excel4JException - com.github.crab2died.exceptions中的异常错误
author : Crab2Died date : 2018/5/2 14:29
Excel4JException() - 异常错误 的构造器com.github.crab2died.exceptions.Excel4JException
 
Excel4JException(String) - 异常错误 的构造器com.github.crab2died.exceptions.Excel4JException
 
Excel4JException(String, Throwable) - 异常错误 的构造器com.github.crab2died.exceptions.Excel4JException
 
Excel4JException(Throwable) - 异常错误 的构造器com.github.crab2died.exceptions.Excel4JException
 
Excel4jReadException - com.github.crab2died.exceptions中的异常错误
author : Crab2Died date : 2017/5/24 14:29
Excel4jReadException() - 异常错误 的构造器com.github.crab2died.exceptions.Excel4jReadException
 
Excel4jReadException(Throwable) - 异常错误 的构造器com.github.crab2died.exceptions.Excel4jReadException
 
Excel4jReadException(String) - 异常错误 的构造器com.github.crab2died.exceptions.Excel4jReadException
 
Excel4jReadException(String, Throwable) - 异常错误 的构造器com.github.crab2died.exceptions.Excel4jReadException
 
ExcelField - com.github.crab2died.annotation中的注释类型
功能说明: 用来在对象的属性上加入的annotation,通过该annotation说明某个属性所对应的标题
ExcelHeader - com.github.crab2died.handler中的类
功能说明: 用来存储Excel标题的对象,通过该对象可以获取标题和方法的对应关系
ExcelHeader() - 类 的构造器com.github.crab2died.handler.ExcelHeader
 
ExcelHeader(String, int, WriteConvertible, ReadConvertible, String, Class<?>) - 类 的构造器com.github.crab2died.handler.ExcelHeader
 
ExcelUtils - com.github.crab2died中的类
Excel4J的主要操作工具类 主要包含6大操作类型,并且每个类型都配有一个私有handler:
1.读取Excel操作基于注解映射,handler为ExcelUtils.readExcel2ObjectsHandler(org.apache.poi.ss.usermodel.Workbook, java.lang.Class<T>, int, int, int)
2.读取Excel操作无映射,handler为ExcelUtils.readExcel2ObjectsHandler(org.apache.poi.ss.usermodel.Workbook, java.lang.Class<T>, int, int, int)
3.基于模板、注解导出Excel,handler为ExcelUtils.exportExcelByModuleHandler(java.lang.String, int, java.util.List<?>, java.util.Map<java.lang.String, java.lang.String>, java.lang.Class, boolean)
4.基于模板、注解导出Map数据,handler为ExcelUtils.exportExcelByModuleHandler(java.lang.String, int, java.util.List<?>, java.util.Map<java.lang.String, java.lang.String>, java.lang.Class, boolean)
5.无模板基于注解导出,handler为ExcelUtils.exportExcelByMapHandler(java.lang.String, int, java.util.Map<java.lang.String, java.util.List<?>>, java.util.Map<java.lang.String, java.lang.String>, java.lang.Class, boolean)
6.无模板无注解导出,handler为ExcelUtils.exportExcelBySimpleHandler(java.util.List<?>, java.util.List<java.lang.String>, java.lang.String, boolean)
7.读取CSV操作基于注解,handler为ExcelUtils.readCSVByMapHandler(java.io.InputStream, java.lang.Class<T>) 8.基于注解导出CSV, handler为ExcelUtils.exportCSVByMapHandler(java.util.List<?>, java.lang.Class, boolean, java.lang.Appendable) 另外列举了部分常用的参数格式的方法(不同参数的排列组合实在是太多,没必要完全列出) 如遇没有自己需要的参数类型的方法,可通过最全的方法来自行变换
详细用法请关注: https://gitee.com/Crab2Died/Excel4J
execRead(String) - 类 中的方法com.github.crab2died.converter.DefaultConvertible
 
execRead(String) - 接口 中的方法com.github.crab2died.converter.ReadConvertible
读取Excel列内容转换
execWrite(Object) - 类 中的方法com.github.crab2died.converter.DefaultConvertible
 
execWrite(Object) - 接口 中的方法com.github.crab2died.converter.WriteConvertible
写入Excel列内容转换
exportMap2Excel(String, int, Map<String, List<?>>, Map<String, String>, Class, boolean, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于模板、注解导出Map[String, List[?]]
exportMap2Excel(String, int, Map<String, List<?>>, Map<String, String>, Class, boolean, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于模板、注解导出Map[String, List[?]]
exportMap2Excel(String, Map<String, List<?>>, Map<String, String>, Class, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于模板、注解导出Map[String, List[?]]
exportMap2Excel(String, Map<String, List<?>>, Map<String, String>, Class, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于模板、注解导出Map[String, List[?]]
exportMap2Excel(String, Map<String, List<?>>, Class, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于模板、注解导出Map[String, List[?]]
exportMap2Excel(String, Map<String, List<?>>, Class, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于模板、注解导出Map[String, List[?]]
exportObjects2CSV(List<?>, Class, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于注解导出CSV文件
exportObjects2CSV(List<?>, Class, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于注解导出CSV文件流
exportObjects2CSV(List<?>, Class, boolean, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于注解导出CSV文件
exportObjects2CSV(List<?>, Class, boolean, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于注解导出CSV文件流
exportObjects2Excel(String, int, List<?>, Map<String, String>, Class, boolean, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于Excel模板与注解ExcelField导出Excel
exportObjects2Excel(String, int, List<?>, Map<String, String>, Class, boolean, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于Excel模板与注解ExcelField导出Excel
exportObjects2Excel(String, List<?>, Map<String, String>, Class, boolean, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于Excel模板与注解ExcelField导出Excel
exportObjects2Excel(String, List<?>, Map<String, String>, Class, boolean, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于Excel模板与注解ExcelField导出Excel
exportObjects2Excel(String, List<?>, Map<String, String>, Class, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于Excel模板与注解ExcelField导出Excel
exportObjects2Excel(String, List<?>, Map<String, String>, Class, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于Excel模板与注解ExcelField导出Excel
exportObjects2Excel(String, List<?>, Class, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于Excel模板与注解ExcelField导出Excel
exportObjects2Excel(String, List<?>, Class, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于Excel模板与注解ExcelField导出Excel
exportObjects2Excel(List<?>, Class, boolean, String, boolean, String) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、基于注解的数据导出
exportObjects2Excel(List<?>, Class, boolean, String, boolean, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、基于注解的数据导出
exportObjects2Excel(List<?>, Class, boolean, String) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、基于注解的数据导出
exportObjects2Excel(List<?>, Class, boolean, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、基于注解的数据导出
exportObjects2Excel(List<?>, Class, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、基于注解的数据导出
exportObjects2Excel(List<?>, Class, String) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、基于注解的数据导出
exportObjects2Excel(List<?>, List<String>, String, boolean, String) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、无注解的数据(形如List[?]
exportObjects2Excel(List<?>, List<String>, String, boolean, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、无注解的数据(形如List[?]
exportObjects2Excel(List<?>, List<String>, String) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、无注解的数据(形如List[?]
exportObjects2Excel(List<?>, List<String>, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、无注解的数据(形如List[?]
exportObjects2Excel(List<?>, String) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、无注解的数据(形如List[?]
exportObjects2Excel(List<?>, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、无注解的数据(形如List[?]
extendData(SheetTemplate, Map<String, String>) - 类 中的静态方法com.github.crab2died.handler.SheetTemplateHandler
根据map替换相应的常量,通过Map中的值来替换#开头的值

G

getCellValue(Cell) - 类 中的静态方法com.github.crab2died.utils.Utils
获取单元格内容
getClazz() - 类 中的方法com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
getClazz() - 类 中的方法com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
getClazz() - 类 中的方法com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 
getData() - 类 中的方法com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
getData() - 类 中的方法com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
getData() - 类 中的方法com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 
getData() - 类 中的方法com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
getExtendMap() - 类 中的方法com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
getExtendMap() - 类 中的方法com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
getFiled() - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
getFiledClazz() - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
getHeader() - 类 中的方法com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
getHeaderList(Class<?>) - 类 中的静态方法com.github.crab2died.utils.Utils
根据JAVA对象注解获取Excel表头信息
getHeaderMap(Row, Class<?>) - 类 中的静态方法com.github.crab2died.utils.Utils
获取excel列表头
getInstance() - 类 中的静态方法com.github.crab2died.ExcelUtils
双检锁保证单例
getOrder() - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
getProperty(Object, String, WriteConvertible) - 类 中的静态方法com.github.crab2died.utils.Utils
根据属性名与属性类型获取字段内容
getReadConverter() - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
getSheetIndex() - 类 中的方法com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
getSheetIndex() - 类 中的方法com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
getSheetName() - 类 中的方法com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 
getSheetName() - 类 中的方法com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
getterOrSetter(Class, String, Utils.FieldAccessType) - 类 中的静态方法com.github.crab2died.utils.Utils
根据java对象属性Field获取该属性的getter或setter方法名, 另对booleanBoolean做了行管处理
getTitle() - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
getWriteConverter() - 类 中的方法com.github.crab2died.handler.ExcelHeader
 

I

IllegalGroupIndexException - com.github.crab2died.exceptions中的异常错误
author : Crab2Died date : 2017/5/24 14:29
IllegalGroupIndexException(String) - 异常错误 的构造器com.github.crab2died.exceptions.IllegalGroupIndexException
 
insertSerial(SheetTemplate, String) - 类 中的静态方法com.github.crab2died.handler.SheetTemplateHandler
插入序号,会自动找相应的序号标示的位置完成插入
isMatched(String, String) - 类 中的静态方法com.github.crab2died.utils.RegularUtils
判断内容是否匹配 author : Crab2Died date : 2017年06月02日 15:46:25
isWriteHeader() - 类 中的方法com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
isWriteHeader() - 类 中的方法com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
isWriteHeader() - 类 中的方法com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 

L

loadTemplate(SheetTemplate, int) - 类 中的静态方法com.github.crab2died.handler.SheetTemplateHandler
 

M

mapSheet2Excel(List<MapSheetWrapper>, String, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于模板、注解的多sheet导出Map[String, List[?]]
mapSheet2Excel(List<MapSheetWrapper>, String, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于模板、注解的多sheet导出Map[String, List[?]]
MapSheetWrapper - com.github.crab2died.sheet.wrapper中的类
基于模板、注解的Map数据导出的sheet包装类 author : Crab2Died date : 2015/5/1 10:35
MapSheetWrapper() - 类 的构造器com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
MapSheetWrapper(Map<String, List<?>>, Class) - 类 的构造器com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
MapSheetWrapper(int, Map<String, List<?>>, Class) - 类 的构造器com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
MapSheetWrapper(Map<String, List<?>>, Map<String, String>, Class) - 类 的构造器com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
MapSheetWrapper(int, Map<String, List<?>>, Map<String, String>, Class, boolean) - 类 的构造器com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
match(String, String, int) - 类 中的静态方法com.github.crab2died.utils.RegularUtils
正则提取匹配到的内容 例如: author : Crab2Died date : 2017年06月02日 15:49:51
match(String, String) - 类 中的静态方法com.github.crab2died.utils.RegularUtils
正则提取匹配到的内容,默认提取索引为0 例如: author : Crab2Died date : 2017年06月02日 15:49:51

N

normalSheet2Excel(List<NormalSheetWrapper>, String, String) - 类 中的方法com.github.crab2died.ExcelUtils
基于Excel模板与注解ExcelField导出多sheet的Excel
normalSheet2Excel(List<NormalSheetWrapper>, String, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
基于Excel模板与注解ExcelField导出多sheet的Excel
NormalSheetWrapper - com.github.crab2died.sheet.wrapper中的类
基于模板、注解的通用sheet包装类 author : Crab2Died date : 2015/5/1 10:35
NormalSheetWrapper() - 类 的构造器com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
NormalSheetWrapper(List<?>, Class) - 类 的构造器com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
NormalSheetWrapper(int, List<?>, Class) - 类 的构造器com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
NormalSheetWrapper(int, List<?>, Map<String, String>, Class, boolean) - 类 的构造器com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
noTemplateSheet2Excel(List<NoTemplateSheetWrapper>, String) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、基于注解、多sheet数据
noTemplateSheet2Excel(List<NoTemplateSheetWrapper>, boolean, String) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、基于注解、多sheet数据
noTemplateSheet2Excel(List<NoTemplateSheetWrapper>, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、基于注解、多sheet数据
noTemplateSheet2Excel(List<NoTemplateSheetWrapper>, boolean, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、基于注解、多sheet数据
NoTemplateSheetWrapper - com.github.crab2died.sheet.wrapper中的类
无模板、基于注解导出的sheet包装类 author : Crab2Died date : 2015/5/1 10:35
NoTemplateSheetWrapper() - 类 的构造器com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 
NoTemplateSheetWrapper(List<?>, Class) - 类 的构造器com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 
NoTemplateSheetWrapper(List<?>, Class, boolean) - 类 的构造器com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 
NoTemplateSheetWrapper(List<?>, Class, boolean, String) - 类 的构造器com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 

R

ReadConvertible - com.github.crab2died.converter中的接口
写入excel内容转换器
readCSV2Objects(String, Class<T>) - 类 中的方法com.github.crab2died.ExcelUtils
基于注解读取CSV文件
readCSV2Objects(InputStream, Class<T>) - 类 中的方法com.github.crab2died.ExcelUtils
基于注解读取CSV文件
readExcel2List(String, int, int, int) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel表格数据,返回List[List[String]]类型的数据集合
readExcel2List(InputStream, int, int, int) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel表格数据,返回List[List[String]]类型的数据集合
readExcel2List(String, int) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel表格数据,返回List[List[String]]类型的数据集合
readExcel2List(InputStream, int) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel表格数据,返回List[List[String]]类型的数据集合
readExcel2List(String) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel表格数据,返回List[List[String]]类型的数据集合
readExcel2List(InputStream) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel表格数据,返回List[List[String]]类型的数据集合
readExcel2Objects(String, Class<T>, int, int, int) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel操作基于注解映射成绑定的java对象
readExcel2Objects(InputStream, Class<T>, int, int, int) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel操作基于注解映射成绑定的java对象
readExcel2Objects(String, Class<T>, int, int) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel操作基于注解映射成绑定的java对象
readExcel2Objects(String, Class<T>, int) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel操作基于注解映射成绑定的java对象
readExcel2Objects(String, Class<T>) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel操作基于注解映射成绑定的java对象
readExcel2Objects(InputStream, Class<T>, int) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel操作基于注解映射成绑定的java对象
readExcel2Objects(InputStream, Class<T>) - 类 中的方法com.github.crab2died.ExcelUtils
读取Excel操作基于注解映射成绑定的java对象
RegularUtils - com.github.crab2died.utils中的类
正则匹配相关工具 author : Crab2Died date : 2017/5/24 9:43
RegularUtils() - 类 的构造器com.github.crab2died.utils.RegularUtils
 

S

setClazz(Class) - 类 中的方法com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
setClazz(Class) - 类 中的方法com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
setClazz(Class) - 类 中的方法com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 
setData(Map<String, List<?>>) - 类 中的方法com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
setData(List<?>) - 类 中的方法com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
setData(List<?>) - 类 中的方法com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 
setData(List<?>) - 类 中的方法com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
setExtendMap(Map<String, String>) - 类 中的方法com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
setExtendMap(Map<String, String>) - 类 中的方法com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
setFiled(String) - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
setFiledClazz(Class<?>) - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
setHeader(List<String>) - 类 中的方法com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
setOrder(int) - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
setReadConverter(ReadConvertible) - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
setSheetIndex(int) - 类 中的方法com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
setSheetIndex(int) - 类 中的方法com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
setSheetName(String) - 类 中的方法com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 
setSheetName(String) - 类 中的方法com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
setTitle(String) - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
setWriteConverter(WriteConvertible) - 类 中的方法com.github.crab2died.handler.ExcelHeader
 
setWriteHeader(boolean) - 类 中的方法com.github.crab2died.sheet.wrapper.MapSheetWrapper
 
setWriteHeader(boolean) - 类 中的方法com.github.crab2died.sheet.wrapper.NormalSheetWrapper
 
setWriteHeader(boolean) - 类 中的方法com.github.crab2died.sheet.wrapper.NoTemplateSheetWrapper
 
SheetTemplate - com.github.crab2died.handler中的类
 
SheetTemplate() - 类 的构造器com.github.crab2died.handler.SheetTemplate
 
sheetTemplateBuilder(String) - 类 中的静态方法com.github.crab2died.handler.SheetTemplateHandler
 
sheetTemplateBuilder(InputStream) - 类 中的静态方法com.github.crab2died.handler.SheetTemplateHandler
 
SheetTemplateHandler - com.github.crab2died.handler中的类
 
SheetTemplateHandler() - 类 的构造器com.github.crab2died.handler.SheetTemplateHandler
 
simpleSheet2Excel(List<SimpleSheetWrapper>, String) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、无注解、多sheet数据
simpleSheet2Excel(List<SimpleSheetWrapper>, boolean, String) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、无注解、多sheet数据
simpleSheet2Excel(List<SimpleSheetWrapper>, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、无注解、多sheet数据
simpleSheet2Excel(List<SimpleSheetWrapper>, boolean, OutputStream) - 类 中的方法com.github.crab2died.ExcelUtils
无模板、无注解、多sheet数据
SimpleSheetWrapper - com.github.crab2died.sheet.wrapper中的类
无模板,无注解的简单sheet包装类 author : Crab2Died date : 2015/5/1 10:35
SimpleSheetWrapper() - 类 的构造器com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
SimpleSheetWrapper(List<?>, List<String>, String) - 类 的构造器com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
SimpleSheetWrapper(List<?>, List<String>) - 类 的构造器com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
SimpleSheetWrapper(List<?>, String) - 类 的构造器com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
SimpleSheetWrapper(List<?>) - 类 的构造器com.github.crab2died.sheet.wrapper.SimpleSheetWrapper
 
str2Date(String, String) - 类 中的静态方法com.github.crab2died.utils.DateUtils
根据给出的格式化类型将时间字符串转为Date类型 author : Crab2Died date : 2017年06月02日 15:27:22
str2Date(String) - 类 中的静态方法com.github.crab2died.utils.DateUtils
字符串时间转为Date类型, 未找到匹配类型则抛出TimeMatchFormatException异常 支持匹配类型列表: yyyy-MM-dd yyyy/MM/dd HH:mm:ss yyyy-MM-dd HH:mm:ss yyyy-MM-dd'T'HH:mm:ss.SSS yyyy-MM-dd'T'HH:mm:ss.SSS'Z' author : Crab2Died date : 2017年06月02日 15:21:54
str2DateUnmatch2Null(String) - 类 中的静态方法com.github.crab2died.utils.DateUtils
字符串时间转为Date类型,未找到匹配类型则返NULL 支持匹配类型列表: yyyy-MM-dd yyyy/MM/dd HH:mm:ss yyyy-MM-dd HH:mm:ss yyyy-MM-dTHH:mm:ss.SSS author : Crab2Died date : 2017年06月02日 15:21:54
str2TargetClass(String, Class<?>) - 类 中的静态方法com.github.crab2died.utils.Utils
字符串转对象

T

TIME_FORMAT_SEC - 类 中的静态变量com.github.crab2died.utils.DateUtils
 
TimeMatchFormatException - com.github.crab2died.exceptions中的异常错误
author : Crab2Died date : 2017/5/24 10:28
TimeMatchFormatException() - 异常错误 的构造器com.github.crab2died.exceptions.TimeMatchFormatException
 
TimeMatchFormatException(String) - 异常错误 的构造器com.github.crab2died.exceptions.TimeMatchFormatException
 
TimeMatchFormatException(String, Throwable) - 异常错误 的构造器com.github.crab2died.exceptions.TimeMatchFormatException
 

U

Utils - com.github.crab2died.utils中的类
Excel4J工具类 author : Crab2Died date : 2017/5/24 9:43
Utils() - 类 的构造器com.github.crab2died.utils.Utils
 
Utils.FieldAccessType - com.github.crab2died.utils中的枚举
getter或setter枚举

V

valueOf(String) - 枚举 中的静态方法com.github.crab2died.utils.Utils.FieldAccessType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.crab2died.utils.Utils.FieldAccessType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

write2File(String) - 类 中的方法com.github.crab2died.handler.SheetTemplate
将文件写到相应的路径下
write2Stream(OutputStream) - 类 中的方法com.github.crab2died.handler.SheetTemplate
将文件写到某个输出流中
WriteConvertible - com.github.crab2died.converter中的接口
写入excel内容转换器
C D E G I L M N R S T U V W 
跳过导航链接

Copyright © 2020. All rights reserved.