索引

$ A B C D E F G H I K L M N O P R S T U V W X Z _ 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

$

$DEFAULT - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.themes.ExcelWriteThemes
 

A

AbstractContext - cn.toutatis.xvoid.axolotl.common中的类
文件元信息抽象类
AbstractContext() - 类的构造器 cn.toutatis.xvoid.axolotl.common.AbstractContext
 
AbstractDataCastAdapter<FT> - cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中的类
适配器基类
AbstractDataCastAdapter() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.AbstractDataCastAdapter
 
AbstractStyleRender - cn.toutatis.xvoid.axolotl.excel.writer.style中的类
样式渲染器抽象类 继承此抽象类可以获取环境变量实现自定义样式渲染
AbstractStyleRender() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.style.AbstractStyleRender
 
adapter() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.ColumnBind
自定义适配器
adapter() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.SpecifyPositionBind
指定单元格位置的适配器,默认使用默认适配器
adaptiveCellValue2EntityClass(CellGetInfo, EntityCellMappingInfo<?>, ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 适配实体类的字段
adaptiveValue(DataCastAdapter<Object>, CellGetInfo, EntityCellMappingInfo<Object>, ReaderConfig<Object>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
 
addFieldRecords(int, List<String>, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.TemplateWriteContext
 
AGGREGATE_REFERENCE_TEMPLATE_PATTERN - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.constant.TemplatePlaceholderPattern
 
AGGREGATE_REFERENCE_TEMPLATE_PLACEHOLDER - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.constant.TemplatePlaceholderPattern
合计占位符正则表达式
assignValueToField(Object, Object, EntityCellMappingInfo<?>, ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 讲适配后的值赋值给实体类字段
AUTO_CATCH_COLUMN_LENGTH - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy
自动计算列长度
AUTO_INSERT_SERIAL_NUMBER - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy
自动在第一列插入编号
AutoAdapter - cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中的类
自动适配器
AutoWriteConfig - cn.toutatis.xvoid.axolotl.excel.writer中的类
模板写入配置
AutoWriteConfig() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.AutoWriteConfig
 
AutoWriteContext - cn.toutatis.xvoid.axolotl.excel.writer.support中的类
 
AutoWriteContext() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.support.AutoWriteContext
 
AxolotlAbstractExcelReader<T> - cn.toutatis.xvoid.axolotl.excel.reader.support中的类
 
AxolotlAbstractExcelReader(File) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
构造文件读取器
AxolotlAbstractExcelReader(File, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
构造文件读取器
AxolotlAbstractExcelReader(File, Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
构造文件读取器
AxolotlAbstractExcelReader(File, Class<T>, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 构造文件读取器 初始化读取Excel文件 1.初始化加载文件先判断文件是否正常并且是需要的格式 2.将文件加载到POI工作簿中
AxolotlAbstractExcelReader(InputStream) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 流支持构造
AxolotlAbstractExcelReader(InputStream, Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
 
AxolotlAbstractExcelWriter - cn.toutatis.xvoid.axolotl.excel.writer中的类
 
AxolotlAbstractExcelWriter() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAbstractExcelWriter
 
AxolotlAutoExcelWriter - cn.toutatis.xvoid.axolotl.excel.writer中的类
文档文件写入器
AxolotlAutoExcelWriter(AutoWriteConfig) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAutoExcelWriter
主构造函数
AxolotlClassicalTheme - cn.toutatis.xvoid.axolotl.excel.writer.themes中的类
 
AxolotlClassicalTheme() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.themes.AxolotlClassicalTheme
 
AxolotlCommendatoryColors - cn.toutatis.xvoid.axolotl.excel.writer.style中的类
 
AxolotlCommendatoryColors() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.style.AxolotlCommendatoryColors
 
AxolotlConstant - cn.toutatis.xvoid.axolotl.excel.writer.support中的类
导出预设常量的KEY
AxolotlConstant() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.support.AxolotlConstant
 
AxolotlDefaultReaderConfig - cn.toutatis.xvoid.axolotl.excel.reader.constant中的类
该模块使用的默认配置
AxolotlDefaultReaderConfig() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.constant.AxolotlDefaultReaderConfig
 
AxolotlExcelReader<T> - cn.toutatis.xvoid.axolotl.excel.reader中的类
Excel读取器
AxolotlExcelReader(File) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
 
AxolotlExcelReader(File, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
 
AxolotlExcelReader(File, Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
 
AxolotlExcelReader(File, Class<T>, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
 
AxolotlExcelReader(InputStream) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
 
AxolotlExcelReader(InputStream, Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
 
AxolotlExcelReadException - cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions中的异常错误
读取Excel异常统一抛出
AxolotlExcelReadException(EntityCellMappingInfo<?>, String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException
 
AxolotlExcelReadException(CastContext<?>, String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException
 
AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType, String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException
 
AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType, String, int, int, String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException
 
AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType, Throwable) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException
 
AxolotlExcelReadException(WorkBookContext, String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException
 
AxolotlExcelReadException.ExceptionType - cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions中的枚举
 
AxolotlExcelStream<T> - cn.toutatis.xvoid.axolotl.excel.reader.support.stream中的类
流式Sheet读取迭代器
AxolotlExcelStream(AxolotlStreamExcelReader<?>, ReaderConfig<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.stream.AxolotlExcelStream
 
AxolotlExcelWriter - cn.toutatis.xvoid.axolotl.excel.writer中的接口
 
AxolotlException - cn.toutatis.xvoid.axolotl.exceptions中的异常错误
框架一般错误
AxolotlException(String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.exceptions.AxolotlException
 
AxolotlException(Throwable) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.exceptions.AxolotlException
 
AxolotlReadInfo - cn.toutatis.xvoid.axolotl.excel.reader.support中的类
当类拥有该字段时,将为实体赋予该字段 可以获取到读取时该行的信息
AxolotlReadInfo() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlReadInfo
 
AxolotlResult - cn.toutatis.xvoid.axolotl.common中的类
文档操作结果 主要用于产生对文档操作的结果记录 用户在操作文件时, 可以通过该结果记录来判断文件操作是否成功
AxolotlResult() - 类的构造器 cn.toutatis.xvoid.axolotl.common.AxolotlResult
 
Axolotls - cn.toutatis.xvoid.axolotl中的类
文档加载器静态构造
Axolotls() - 类的构造器 cn.toutatis.xvoid.axolotl.Axolotls
 
AxolotlStreamExcelReader<T> - cn.toutatis.xvoid.axolotl.excel.reader中的类
Excel流形式读取器
AxolotlStreamExcelReader(File) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlStreamExcelReader
 
AxolotlStreamExcelReader(File, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlStreamExcelReader
 
AxolotlStreamExcelReader(File, Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlStreamExcelReader
 
AxolotlStreamExcelReader(File, Class<T>, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlStreamExcelReader
 
AxolotlStreamExcelReader(InputStream) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlStreamExcelReader
 
AxolotlStreamExcelReader(InputStream, Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlStreamExcelReader
 
AxolotlTemplateExcelWriter - cn.toutatis.xvoid.axolotl.excel.writer中的类
模板文档文件写入器
AxolotlTemplateExcelWriter(TemplateWriteConfig) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlTemplateExcelWriter
主构造函数
AxolotlTemplateExcelWriter(File, TemplateWriteConfig) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlTemplateExcelWriter
构造函数 可以写入一个模板文件
AxolotlWriteException - cn.toutatis.xvoid.axolotl.excel.writer.exceptions中的异常错误
写入时的异常
AxolotlWriteException(String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.writer.exceptions.AxolotlWriteException
 
AxolotlWriteException(Throwable) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.writer.exceptions.AxolotlWriteException
 
AxolotlWriteResult - cn.toutatis.xvoid.axolotl.excel.writer.support中的类
写入结果
AxolotlWriteResult() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.support.AxolotlWriteResult
 

B

blankRowCheck(Row, int, int) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
判断当前行是否是空行
blankRowCheck(Row, ReaderConfig<?>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
判断当前行是否是空行
BLUE_GREY - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AxolotlCommendatoryColors
 
BOOLEAN - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy.Type
判断类型
BOOLEAN - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy.Type
布尔型策略
build() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
构建读取配置

C

CALCULATE - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.PlaceholderType
计算值类型
cast(CellGetInfo, CastContext) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.AutoAdapter
 
cast(CellGetInfo, CastContext<FT>) - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.DataCastAdapter
类型转换
cast(CellGetInfo, CastContext<Boolean>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultBooleanAdapter
 
cast(CellGetInfo, CastContext<String>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultStringAdapter
 
cast(CellGetInfo, CastContext<NT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultDateTimeAdapter
 
cast(CellGetInfo, CastContext<NT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultNumericAdapter
 
CAST_NUMBER_TO_DATE - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
判断数字为日期类型将转换为日期格式
CastContext<FT> - cn.toutatis.xvoid.axolotl.excel.reader.support中的类
用于存放cast相关的上下文信息
CastContext() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.CastContext
 
castRow2Instance(Row, ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlStreamExcelReader
读取行数据转换为对象
castValue(DataCastAdapter<Object>, CellGetInfo, EntityCellMappingInfo<Object>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
 
CellAddress - cn.toutatis.xvoid.axolotl.excel.writer.support中的类
用于存放模板占位符单元格的行和列
CellAddress(String, int, int, CellStyle) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.support.CellAddress
 
cellAssignment(Sheet, int, int, CellStyle, Object) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
单元格赋值
CellGetInfo - cn.toutatis.xvoid.axolotl.excel.reader.support中的类
 
CellGetInfo(boolean, Object) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.CellGetInfo
 
checkFileFormat(File, InputStream) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlStreamExcelReader
检查文件类型 流方式仅支持xlsx格式
checkFileFormat(File, InputStream) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[内部方法] 检查文件格式
CIRCLE - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.PlaceholderType
循环类型
CIRCLE_REFERENCE_TEMPLATE_PATTERN - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.constant.TemplatePlaceholderPattern
 
CIRCLE_REFERENCE_TEMPLATE_PLACEHOLDER - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.constant.TemplatePlaceholderPattern
循环引用占位符正则表达式
clone() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.CellAddress
 
cloneOldCell2NewCell(Cell, Cell) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
 
cloneOldRow2NewRow(Row, Row) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
 
cloneOldSheet2NewSheet(Sheet, Sheet) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
 
cloneOldWorkbook2NewWorkbook(Workbook, Workbook) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
 
close() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAutoExcelWriter
 
close() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlTemplateExcelWriter
关闭工作簿所对应输出流
close() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.CommonWriteConfig
 
cn.toutatis.xvoid.axolotl - 程序包 cn.toutatis.xvoid.axolotl
 
cn.toutatis.xvoid.axolotl.common - 程序包 cn.toutatis.xvoid.axolotl.common
 
cn.toutatis.xvoid.axolotl.excel.reader - 程序包 cn.toutatis.xvoid.axolotl.excel.reader
 
cn.toutatis.xvoid.axolotl.excel.reader.annotations - 程序包 cn.toutatis.xvoid.axolotl.excel.reader.annotations
 
cn.toutatis.xvoid.axolotl.excel.reader.constant - 程序包 cn.toutatis.xvoid.axolotl.excel.reader.constant
 
cn.toutatis.xvoid.axolotl.excel.reader.support - 程序包 cn.toutatis.xvoid.axolotl.excel.reader.support
 
cn.toutatis.xvoid.axolotl.excel.reader.support.adapters - 程序包 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters
 
cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions - 程序包 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions
 
cn.toutatis.xvoid.axolotl.excel.reader.support.stream - 程序包 cn.toutatis.xvoid.axolotl.excel.reader.support.stream
 
cn.toutatis.xvoid.axolotl.excel.writer - 程序包 cn.toutatis.xvoid.axolotl.excel.writer
 
cn.toutatis.xvoid.axolotl.excel.writer.components - 程序包 cn.toutatis.xvoid.axolotl.excel.writer.components
 
cn.toutatis.xvoid.axolotl.excel.writer.constant - 程序包 cn.toutatis.xvoid.axolotl.excel.writer.constant
 
cn.toutatis.xvoid.axolotl.excel.writer.exceptions - 程序包 cn.toutatis.xvoid.axolotl.excel.writer.exceptions
 
cn.toutatis.xvoid.axolotl.excel.writer.style - 程序包 cn.toutatis.xvoid.axolotl.excel.writer.style
 
cn.toutatis.xvoid.axolotl.excel.writer.support - 程序包 cn.toutatis.xvoid.axolotl.excel.writer.support
 
cn.toutatis.xvoid.axolotl.excel.writer.themes - 程序包 cn.toutatis.xvoid.axolotl.excel.writer.themes
 
cn.toutatis.xvoid.axolotl.exceptions - 程序包 cn.toutatis.xvoid.axolotl.exceptions
 
cn.toutatis.xvoid.axolotl.toolkit - 程序包 cn.toutatis.xvoid.axolotl.toolkit
 
cn.toutatis.xvoid.axolotl.toolkit.tika - 程序包 cn.toutatis.xvoid.axolotl.toolkit.tika
 
ColumnBind - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
绑定Excel单元格的属性
columnIndex() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.ColumnBind
单元格序号
CommonMimeType - cn.toutatis.xvoid.axolotl.common中的类
常见的MIME类型
CommonMimeType() - 类的构造器 cn.toutatis.xvoid.axolotl.common.CommonMimeType
 
CommonWriteConfig - cn.toutatis.xvoid.axolotl.excel.writer.support中的类
写入配置
CommonWriteConfig() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.support.CommonWriteConfig
构造使用默认配置
CommonWriteConfig(boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.support.CommonWriteConfig
 
CONST_PREFIX - 类中的静态变量 cn.toutatis.xvoid.axolotl.Meta
常量前缀
context - 类中的变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AbstractStyleRender
 
CONVERT_FIELD_ERROR - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException.ExceptionType
转换数据时出现异常
convertCellToInstance(Row, RT, ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
 
convertPositionCellToInstance(Object, ReaderConfig<?>, Sheet) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
 
CORNFLOWER_BLUE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AxolotlCommendatoryColors
 
CREATE_DATE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.support.AxolotlConstant
创建日期
CREATE_TIME - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.support.AxolotlConstant
创建时间
createAdditionalExtensions() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 创建额外扩展 可能会计划出一些扩展功能
createAssignIndexSheet(Workbook, int, String) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
 
createOrCatchCell(Sheet, int, int, CellStyle) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
创建单元格
createOrCatchRow(Sheet, int) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
创建行
createStandardCellStyle(Workbook, BorderStyle, IndexedColors, boolean, String, short) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.style.StyleHelper
创建通用的单元格样式

D

DARK_BLUE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AxolotlCommendatoryColors
 
DATA_BIND_PRECISE_LOCALIZATION - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
精确绑定属性 指定此特性,在按行读取时,若没有指定列名,将不会绑定对象属性 否则将按照实体字段顺序自动按照索引绑定数据
DataCastAdapter<FT> - cn.toutatis.xvoid.axolotl.excel.reader.support中的接口
类型转换适配器
DataInverter - cn.toutatis.xvoid.axolotl.excel.writer.support中的接口
TODO 实体类写入应当支持类型变换 目前支持写入字符串
dataIterator(ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlStreamExcelReader
数据迭代器
debug(Logger, String) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.LoggerHelper
调试输出
debug(Logger, String, Object...) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.LoggerHelper
 
deepClone() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.CellAddress
 
DefaultAdapters - cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中的类
默认数据类型适配器
DefaultAdapters() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultAdapters
 
DefaultBooleanAdapter - cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中的类
 
DefaultBooleanAdapter() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultBooleanAdapter
 
DefaultDateTimeAdapter<NT> - cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中的类
 
DefaultDateTimeAdapter(Class<NT>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultDateTimeAdapter
 
DefaultNumericAdapter<NT> - cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中的类
 
DefaultNumericAdapter(Class<NT>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultNumericAdapter
 
DefaultStringAdapter - cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中的类
默认的String类型适配器
DefaultStringAdapter() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultStringAdapter
 
DesignConditions - cn.toutatis.xvoid.axolotl.excel.writer.support中的类
 
DesignConditions() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.support.DesignConditions
 
detect(File, MimeType) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
 
detect(File, MimeType, boolean) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
 
detect(File, MimeType, boolean, boolean) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
判断文件是否正常并且为需要的格式 1.文件预检查 2.文件后缀是否匹配 3.文件媒体类型是否匹配
detect(InputStream, MimeType, boolean) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
判断文件是否正常并且为需要的格式 流的情况较为特殊,由于流获取内容仅为字节,在获取文件类型时仅能获取较为特殊的几种类型,因此需要进行额外的判断 Excel文件本身为ZIP压缩类型,其中有特殊的标志文件可以进行判断,其余特殊类型请自行实现判断或提交PR进行类型补充
DETECTED - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult.FileStatus
识别通过
DetectResult - cn.toutatis.xvoid.axolotl.toolkit.tika中的类
文件检测结果
DetectResult(boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
 
DetectResult(boolean, DetectResult.FileStatus, String) - 类的构造器 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
 
DetectResult(boolean, MimeType) - 类的构造器 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
 
DetectResult.FileStatus - cn.toutatis.xvoid.axolotl.toolkit.tika中的枚举
 
detectThrowException(File, MimeType) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
 

E

EntityCellMappingInfo<FT> - cn.toutatis.xvoid.axolotl.excel.reader.constant中的类
实体映射单元格读取信息
EntityCellMappingInfo(Class<FT>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo
 
EntityCellMappingInfo.MappingType - cn.toutatis.xvoid.axolotl.excel.reader.constant中的枚举
单元格映射类型
EXCEL_ZIP_XML_FILE_NAME - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.reader.constant.AxolotlDefaultReaderConfig
对于流进行读取时,由于无法获取文件本身内容,需要读取Excel文件所对应的压缩内容 Excel标志文件为[Content_Types].xml
ExcelReadPolicy - cn.toutatis.xvoid.axolotl.excel.reader.constant中的枚举
读取Excel的功能可配置特性
ExcelReadPolicy.Type - cn.toutatis.xvoid.axolotl.excel.reader.constant中的枚举
 
ExcelStyleRender - cn.toutatis.xvoid.axolotl.excel.writer.style中的接口
Excel样式渲染器接口。
ExcelToolkit - cn.toutatis.xvoid.axolotl.toolkit中的类
Excel工具类
ExcelToolkit() - 类的构造器 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
 
ExcelWritePolicy - cn.toutatis.xvoid.axolotl.excel.writer.support中的枚举
Excel写入策略
ExcelWritePolicy.Type - cn.toutatis.xvoid.axolotl.excel.writer.support中的枚举
写入策略类型
ExcelWriteThemes - cn.toutatis.xvoid.axolotl.excel.writer.themes中的枚举
[Axolotl] Excel 写入主题
EXCEPTION_RETURN_RESULT - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy
是否抛出异常 true:返回写入结果 false:抛出异常
excludePolicies() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.KeepIntact
排除的读取特性
EXECUTABLE - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy.Type
可执行策略

F

FIELD_EXIST_OVERRIDE - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
如果字段存在值覆盖掉原值
fieldIsPrimitive() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo
判断字段是否是基本类型
fieldsIsInitialWriting(int, List<String>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.TemplateWriteContext
 
FILE_MIME_TYPE_PROBLEM - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult.FileStatus
文件内容格式识别不通过
FILE_SELF_PROBLEM - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult.FileStatus
文件自身问题识别不通过
FILE_SUFFIX_PROBLEM - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult.FileStatus
文件后缀识别不通过
fillDefaultPrimitiveValue(Object) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo
默认值填充基本类型
finish() - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.writer.style.ExcelStyleRender
在渲染完成后,调用该方法。
finish() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.themes.AxolotlClassicalTheme
 
flush() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAutoExcelWriter
 
flush() - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlExcelWriter
刷新数据到文件中
flush() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlTemplateExcelWriter
 
flush(boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlTemplateExcelWriter
写入器刷新内容 进入写入剩余内容进入关闭流前的收尾工作
format() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.ColumnBind
数据格式化 默认使用LocalDateTime格式
format() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.SpecifyPositionBind
 
format(String, Object...) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.LoggerHelper
格式化字符串

G

getAdapter(Class<?>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultAdapters
获取默认适配器
getAutoExcelWriter(AutoWriteConfig) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
获取Excel写入器
getBlankCellValue(EntityCellMappingInfo<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
获取空单元格值
getCastClassInstance() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
获取转换类型实例
getCellOriginalValue(Row, int, EntityCellMappingInfo<?>, ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
获取单元格原始值
getConfigBoundSheet() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAutoExcelWriter
获取配置绑定索引
getCurrentWrittenBatchAndIncrement(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.WriteContext
 
getEventDriven() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.WorkBookContext
 
getExcelReader(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
获取无泛型Excel读取器
getExcelReader(File, Class<T>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
获取Excel读取器
getExcelReader(InputStream) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
获取无泛型Excel读取器
getExcelReader(InputStream, Class<T>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
获取Excel读取器
getFileOrStreamDetectResult(File, InputStream, MimeType) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[内部方法]
getFormulaCellValue(Cell) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 计算单元格公式为结果
getFormulaEvaluator() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.WorkBookContext
获取工作簿公式计算器
getHumanReadablePosition() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
获取当前读取位置
getHumanReadablePosition() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.CastContext
 
getHumanReadablePosition() - 异常错误中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException
 
getHumanReadablePosition() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.WorkBookContext
获取当前读取到的行和列号的可读字符串
getHumanReadablePosition(int, int) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
获取当前读取到的行和列号的可读字符串
getIndexCellValue(Row, int, EntityCellMappingInfo<?>, ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
获取索引映射单元格值
getIndexSheet(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.WorkBookContext
获取指定索引的sheet
getMimeType(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
获取文件类型
getPhysicalRowNumber() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
 
getPhysicalRowNumber(ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
 
getPolicyAsBoolean() - 枚举中的方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
获取策略的值
getPositionCellOriginalValue(Sheet, EntityCellMappingInfo<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
获取位置映射单元格原始值
getPresetCellLength(String) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.style.StyleHelper
获取预置单元格长度
getReadPolicyAsBoolean(ExcelReadPolicy) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
获取一个布尔值类型的读取策略
getRecordRowNumber() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
 
getRecordRowNumber(ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
 
getRender() - 枚举中的方法 cn.toutatis.xvoid.axolotl.excel.writer.themes.ExcelWriteThemes
获取样式渲染器
getRowNumber(boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
获取行数
getRowNumber(int, boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 获取行数
getRowNumber(ReaderConfig<?>, boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
获取行数
getSheetName() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AutoWriteConfig
 
getStreamExcelReader(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
获取无泛型Excel流读取器
getTemplateExcelWriter(File, TemplateWriteConfig) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
获取模板Excel写入器
getWorkbook() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAbstractExcelWriter
 
getWorkbook() - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlExcelWriter
获取工作簿
getWorkbookSheet(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAbstractExcelWriter
获取工作簿对应的工作表
getWritePolicyAsBoolean(ExcelWritePolicy) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.CommonWriteConfig
获取一个布尔值类型的读取策略
GREEN - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AxolotlCommendatoryColors
 

H

hasNext() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
是否有下一批数据
hasNext() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.stream.AxolotlExcelStream
是否有下一行
Header - cn.toutatis.xvoid.axolotl.excel.writer.components中的类
 
Header() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.components.Header
 
headerName() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.ColumnBind
表头名称

I

IGNORE_EMPTY_SHEET_ERROR - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
忽略空sheet的错误
IGNORE_EMPTY_SHEET_HEADER_ERROR - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
忽略空表头的错误
INCLUDE_EMPTY_ROW - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
空行也视为有效数据 读取时将转换为一个空对象
INDEX - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo.MappingType
索引类型
IndexWorkSheet - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
表索引指定注解
INDIGO - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AxolotlCommendatoryColors
 
info(Logger, String) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.LoggerHelper
 
init(SXSSFSheet) - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.writer.style.ExcelStyleRender
初始化。
init(SXSSFSheet) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.themes.AxolotlClassicalTheme
 
initWorkbook(File) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAbstractExcelWriter
初始化工作簿
INSTANCE() - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.AutoAdapter
获取自动转换器实例
isCellMerged(Sheet, int, int) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
判断当前单元格是否在合并单元格中
isDetect() - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
文件是否识别成功
isFileMetaProblem() - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
文件格式是否识别有问题
isFileSelfProblem() - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
文件自身是否识别有问题
isFirstBatch(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.WriteContext
是否是第一批次 此方法影响读取模板
isInitializedWrite() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.CellAddress
判断是否已经写入
isMergeCell() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.CellAddress
判断是否是合并单元格
isTemplateWrite() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.TemplateWriteContext
是否是模板写入
isWantedMimeType() - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
文件媒体类型是所需类型

K

KeepIntact - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
保留原有数据,不做任何修改

L

LIGHT_BLUE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AxolotlCommendatoryColors
 
LIME - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AxolotlCommendatoryColors
 
loadFileDataToWorkBook() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlStreamExcelReader
加载大文件
loadFileDataToWorkBook() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[内部方法] 加载文件并读取数据创建Workbook
LOGGER - 类中的变量 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
日志工具
LOGGER - 类中的变量 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAbstractExcelWriter
日志工具 日志记录器
LoggerHelper - cn.toutatis.xvoid.axolotl.toolkit中的类
Logger辅助类
LoggerHelper() - 类的构造器 cn.toutatis.xvoid.axolotl.toolkit.LoggerHelper
 

M

MAPPING - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.PlaceholderType
映射类型 单次使用
Meta - cn.toutatis.xvoid.axolotl中的类
模块元数据
Meta() - 类的构造器 cn.toutatis.xvoid.axolotl.Meta
 
MODULE_NAME - 类中的静态变量 cn.toutatis.xvoid.axolotl.Meta
模块名称
MS_EXCEL - 类中的静态变量 cn.toutatis.xvoid.axolotl.common.CommonMimeType
MS_EXCEL Excel 97-2003文件版本 application/vnd.ms-excel 后缀为[.xls]
MS_EXCEL - 类中的静态变量 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
MS_EXCEL Excel 97-2003文件版本 application/vnd.ms-excel 后缀为[.xls]

N

name() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.writer.components.SheetSimpleHeader
 
NamingWorkSheet - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
表名称指定注解
next() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
获取下一批数据
next() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.stream.AxolotlExcelStream
获取下一行并转换为实体
NON_TEMPLATE_CELL_FILL - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy
非模板单元格是否模板填充 true:填充为单元格同样数据 false:该列为空
notBlankRowCheck(Row) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
判断当前行不是空行
notBlankRowCheck(Row, int, int) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
判断当前行不是空行
NULL_VALUE_WITH_TEMPLATE_FILL - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy
空值是否使用模板填充 true:使用模板填充 false:填充为空单元格

O

OCTET_STREAM - 类中的静态变量 cn.toutatis.xvoid.axolotl.common.CommonMimeType
二进制流 application/octet-stream
OOXML_EXCEL - 类中的静态变量 cn.toutatis.xvoid.axolotl.common.CommonMimeType
OOXML_EXCEL Excel 2007及以上版本 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet 后缀为[.xlsx]
OOXML_EXCEL - 类中的静态变量 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
OOXML_EXCEL Excel 2007及以上版本 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet 后缀为[.xlsx]

P

PLACEHOLDER_FILL_DEFAULT - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy
为没有指定的占位符填充默认值
PlaceholderType - cn.toutatis.xvoid.axolotl.excel.writer.support中的枚举
占位符类型
POSITION - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo.MappingType
位置类型
preCheckAndFixReadConfig(ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 预校验读取配置是否正常 不正常的数据将被修正
preCheckFileNormal(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
预检查文件是否正常
preCheckFileNormal(File, boolean) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
预检查文件是否正常
preCheckFileNormalThrowException(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
预检查文件是否正常并抛出异常
PRESET_CELL_LENGTH_MAP - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.StyleHelper
预置单元格长度

R

READ_EXCEL_ERROR - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException.ExceptionType
读取Excel文件时出现了异常
READ_EXCEL_ROW_ERROR - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException.ExceptionType
读取Excel数据时,出现了异常
ReadConfigBuilder<T> - cn.toutatis.xvoid.axolotl.excel.reader中的类
读取配置构建器
ReadConfigBuilder(Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
构造函数,接受一个Class类型参数用于泛型类型的指定
ReadConfigBuilder(Class<T>, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
构造方法
ReaderConfig<T> - cn.toutatis.xvoid.axolotl.excel.reader中的类
读取配置
ReaderConfig() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
默认构造
ReaderConfig(boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
 
ReaderConfig(Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
 
ReaderConfig(Class<T>, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
 
readRow(Sheet, int, ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 读取行信息到对象
readRowOffset() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.IndexWorkSheet
读取起始偏移行
readRowOffset() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.NamingWorkSheet
读取起始行
readSheetData() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
读取表数据 无任何形参,读取表中全部数据
readSheetData(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
读取表数据
readSheetData(int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
读取起始和结束位置数据 可以指定开始结束位置
readSheetData(int, int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
读取表数据 可以指定开始结束位置和起始偏移行数
readSheetData(ReadConfigBuilder<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
使用读取配置构建读取配置
readSheetData(ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
[ROOT] 读取Excel数据
readSheetData(Class<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
 
readSheetData(Class<RT>, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
 
readSheetData(Class<RT>, int, boolean, int, int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
读取指定sheet的数据
readSheetData(Class<RT>, String) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
 
readSheetData(String, int, int, int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
使用表级配置读取数据
readSheetDataAsObject(ReadConfigBuilder<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
读取Excel工作表为一个实体
readSheetDataAsObject(ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 读取Excel工作表为一个实体
readSheetDataOffset(Class<RT>, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
 
registerDefaultAdapter(Class<?>, DataCastAdapter<?>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultAdapters
注册默认适配器 注意:注册后,会覆盖已有的适配器
removeDefaultAdapter(Class<?>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultAdapters
移除默认适配器
renderData(SXSSFSheet, List<?>) - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.writer.style.ExcelStyleRender
渲染 Excel 数据的样式。
renderData(SXSSFSheet, List<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.themes.AxolotlClassicalTheme
 
renderHeader(SXSSFSheet) - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.writer.style.ExcelStyleRender
渲染 Excel 表头的样式。
renderHeader(SXSSFSheet) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.themes.AxolotlClassicalTheme
 
renderMergeRegionStyle(Sheet, CellRangeAddress, CellStyle) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.style.StyleHelper
渲染合并单元格样式
replacePlaceholder(String) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.CellAddress
 
returnInfo(String) - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
返回文件状态信息
row2MapInstance(Map<String, Object>, Row, ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[ROOT] 填充单元格数据到map
row2SimplePOJO(RT, Row, ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
填充单元格数据到Java对象
ROYAL_BLUE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AxolotlCommendatoryColors
 

S

sameHeaderIdx() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.ColumnBind
有多个相同的表头可使用此索引指定位置
searchHeaderCellPosition(ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
查找表头
searchSheet(ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
 
SERIAL_NUMBER_LENGTH - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.StyleHelper
身份证号长度
setBooleanReadPolicy(ExcelReadPolicy, boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
设置读取策略
setCastClass(Class<T>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
 
setCastClass(Class<T>, boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
 
setCurrentReadColumnIndex(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.WorkBookContext
 
setCurrentReadRowIndex(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.WorkBookContext
 
setEndIndex(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
设置结束行索引
setEventDriven() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.WorkBookContext
 
setFile(File) - 类中的方法 cn.toutatis.xvoid.axolotl.common.AbstractContext
 
setInitialRowPositionOffset(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
设置初始行位置的偏移量
setRowPosition(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.support.CellAddress
 
setSearchHeaderMaxRows(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
设置读取头的最大行数
setSheetColumnEffectiveRange(int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
设置读取范围起始列索引和结束列索引
setSheetColumnEffectiveRange(int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
设置列有效范围
setSheetColumnEffectiveRangeEnd(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
设置读取范围结束列索引
setSheetColumnEffectiveRangeEnd(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
设置列有效范围
setSheetColumnEffectiveRangeStart(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
设置读取范围起始列索引
setSheetColumnEffectiveRangeStart(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReaderConfig
设置列有效范围
setSheetIndex(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
设置工作表索引
setSheetName(String) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
设置工作表名称
setStartIndex(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
设置起始行索引
setStartIndexAndEndIndex(int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.ReadConfigBuilder
设置起始行索引和结束行索引
setStyleRender(ExcelStyleRender) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AutoWriteConfig
 
setStyleRender(ExcelWriteThemes) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AutoWriteConfig
 
setStyleRender(String) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AutoWriteConfig
 
setWorkbook(Workbook) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.WorkBookContext
 
sheetColumnEffectiveRange() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.IndexWorkSheet
工作表列有效范围
sheetColumnEffectiveRange() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.NamingWorkSheet
工作表列有效范围
sheetIndex() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.IndexWorkSheet
指定表索引
sheetName() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.NamingWorkSheet
指定表名称
sheetName() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.writer.components.SheetTitle
指定Excel工作表名称 不指定时使用value()
SheetSimpleHeader - cn.toutatis.xvoid.axolotl.excel.writer.components中的注释类型
简单表头 当使用实体写入时,该注解将作为表头显示 若写入时指定了headers,该注解将被忽略
SheetTitle - cn.toutatis.xvoid.axolotl.excel.writer.components中的注释类型
Excel写入标题信息
SHIFT_WRITE_ROW - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy
数据写入时,自动将数据写入到下一行 不会影响原有模板数据的位置
SINGLE_REFERENCE_TEMPLATE_PATTERN - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.constant.TemplatePlaceholderPattern
 
SINGLE_REFERENCE_TEMPLATE_PLACEHOLDER - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.constant.TemplatePlaceholderPattern
单次引用占位符正则表达式
SORTED_READ_SHEET_DATA - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
读取的sheet数据按顺序排列 在使用Map接收时,使用LinkedHashMap
SpecifyPositionBind - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
标注在字段上,指定该字段在excel中的位置
SPREAD_MERGING_REGION - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
将合并的单元格展开到合并单元格的各个单元格
spreadMergedCells(Sheet, ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
处理合并单元格
STANDARD_TEMPLATE_PLACEHOLDER - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.constant.TemplatePlaceholderPattern
 
STANDARD_TEXT_FONT_SIZE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.StyleHelper
默认文本字体大小
STANDARD_TITLE_FONT_SIZE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.StyleHelper
默认标题字体大小
StyleHelper - cn.toutatis.xvoid.axolotl.excel.writer.style中的类
Excel样式助手
StyleHelper() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.style.StyleHelper
 
support(CellType, Class) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.AutoAdapter
 
support(CellType, Class<FT>) - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.DataCastAdapter
是否支持该类型进行转换
support(CellType, Class<Boolean>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultBooleanAdapter
 
support(CellType, Class<String>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultStringAdapter
 
support(CellType, Class<NT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultDateTimeAdapter
 
support(CellType, Class<NT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.DefaultNumericAdapter
 
switchSheet(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAbstractExcelWriter
 
switchSheet(int) - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlExcelWriter
切换工作表
switchSheet(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlTemplateExcelWriter
 

T

TEAL - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AxolotlCommendatoryColors
 
TemplatePlaceholderPattern - cn.toutatis.xvoid.axolotl.excel.writer.constant中的类
Excel模板占位符正则表达式
TemplatePlaceholderPattern() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.constant.TemplatePlaceholderPattern
 
TemplateWriteConfig - cn.toutatis.xvoid.axolotl.excel.writer中的类
模板写入配置
TemplateWriteConfig() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.TemplateWriteConfig
 
TemplateWriteContext - cn.toutatis.xvoid.axolotl.excel.writer.support中的类
 
TemplateWriteContext() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.support.TemplateWriteContext
 
throwException() - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
 
TIKA_MS_EXCEL - 类中的静态变量 cn.toutatis.xvoid.axolotl.common.CommonMimeType
该类型为读取流的情况获取到的MS_EXCEL格式 使用tika的API获取到的类型为application/x-tika-msoffice
TIKA_OOXML_EXCEL - 类中的静态变量 cn.toutatis.xvoid.axolotl.common.CommonMimeType
 
TikaShell - cn.toutatis.xvoid.axolotl.toolkit.tika中的类
Tika 工具壳
TikaShell() - 类的构造器 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
 
toString() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlReadInfo
 
TRIM_CELL_VALUE - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
修整单元格去掉单元格所有的空格和换行符

U

UNKNOWN - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo.MappingType
未知类型
USE_MAP_DEBUG - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
使用Map接收数据时,打印调试信息

V

VALIDATE_READ_ROW_DATA - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
读取数据后校验数据
validateConvertEntity(RT, boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
校验读取实体是否符合验证规则
VALIDATION_ERROR - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException.ExceptionType
校验数据时出现异常
validator - 类中的变量 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
JSR-303校验器 使用Hibernate实现的校验器完成对读取数据的验证
value() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.SpecifyPositionBind
指定单元格位置,如A1,B2等
value() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.writer.components.SheetTitle
自动生成时指定标题
valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo.MappingType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException.ExceptionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.support.PlaceholderType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.themes.ExcelWriteThemes
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult.FileStatus
返回带有指定名称的该类型的枚举常量。
values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo.MappingType
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy.Type
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException.ExceptionType
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy.Type
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.support.ExcelWritePolicy
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.support.PlaceholderType
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.writer.themes.ExcelWriteThemes
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult.FileStatus
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。

W

workbook - 类中的变量 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAbstractExcelWriter
由文件加载而来的工作簿文件信息 写入工作簿
workBookContext - 类中的变量 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
工作簿元信息
WorkBookContext - cn.toutatis.xvoid.axolotl.excel.reader中的类
工作簿元信息
WorkBookContext(File, DetectResult) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.WorkBookContext
 
WorkBookContext(InputStream, DetectResult) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.WorkBookContext
 
WorkSheet - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
Excel注解
write(List<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAutoExcelWriter
 
write(List<Header>, List<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAutoExcelWriter
写入Excel数据
write(Map<String, ?>, List<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlTemplateExcelWriter
写入Excel数据
writeConfig - 类中的变量 cn.toutatis.xvoid.axolotl.excel.writer.style.AbstractStyleRender
 
writeContext - 类中的变量 cn.toutatis.xvoid.axolotl.excel.writer.AxolotlAbstractExcelWriter
写入上下文
WriteContext - cn.toutatis.xvoid.axolotl.excel.writer.support中的类
写入上下文
WriteContext() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.writer.support.WriteContext
 

X

XVOID_DEFAULT_DECIMAL_SCALE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.reader.constant.AxolotlDefaultReaderConfig
默认的小数位数
XVOID_DEFAULT_HEADER_FINDING_ROW - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.reader.constant.AxolotlDefaultReaderConfig
默认的表头查找行数
XVOID_DEFAULT_READ_EACH_BATCH_SIZE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.reader.constant.AxolotlDefaultReaderConfig
读取每批次的行数

Z

ZIP - 类中的静态变量 cn.toutatis.xvoid.axolotl.common.CommonMimeType
ZIP 压缩文件 进行流读取时,Excel文件也为zip格式 application/zip 后缀为[.zip]

_

_sheetLevelReaderConfig - 类中的变量 cn.toutatis.xvoid.axolotl.excel.reader.support.AxolotlAbstractExcelReader
[内部属性] 直接指定读取的类 在读取数据时使用不指定读取类型的读取方法时,使用该类读取数据
$ A B C D E F G H I K L M N O P R S T U V W X Z _ 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格