索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- AbstractContext - cn.toutatis.xvoid.axolotl.excel.reader.support中的类
-
文件元信息抽象类
- AbstractContext() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.AbstractContext
- AbstractDataCastAdapter<FT> - cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中的类
-
适配器基类
- AbstractDataCastAdapter() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.AbstractDataCastAdapter
- adapter() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.ColumnBind
-
自定义适配器
- adapter() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.SpecifyPositionBind
-
指定单元格位置的适配器,默认使用默认适配器
- AutoAdapter - cn.toutatis.xvoid.axolotl.excel.reader.support.adapters中的类
-
自动适配器
- AutoAdapter() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.AutoAdapter
- 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
-
[ROOT] 构造文件读取器 初始化读取Excel文件 1.初始化加载文件先判断文件是否正常并且是需要的格式 2.将文件加载到POI工作簿中
- AxolotlExcelReader(InputStream) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
-
[ROOT] 流支持构造
- 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中的枚举
- AxolotlException - cn.toutatis.xvoid.axolotl.exceptions中的异常错误
-
框架一般错误
- AxolotlException(String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.exceptions.AxolotlException
- AxolotlException(Throwable) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.exceptions.AxolotlException
- Axolotls - cn.toutatis.xvoid.axolotl中的类
-
文档加载器
- Axolotls() - 类的构造器 cn.toutatis.xvoid.axolotl.Axolotls
B
- blankRowCheck(Row) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
-
判断当前行是否是空行
- BOOLEAN - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy.Type
-
判断类型
- build() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
-
构建读取配置
C
- 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.ReadPolicy
-
判断数字为日期类型将转换为日期格式
- CastContext<FT> - cn.toutatis.xvoid.axolotl.excel.reader.support中的类
-
用于存放cast相关的上下文信息
- CastContext() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.CastContext
- CellGetInfo - cn.toutatis.xvoid.axolotl.excel.reader.support中的类
- CellGetInfo(boolean, Object) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.reader.support.CellGetInfo
- cn.toutatis.xvoid.axolotl - 程序包 cn.toutatis.xvoid.axolotl
- cn.toutatis.xvoid.axolotl.common - 程序包 cn.toutatis.xvoid.axolotl.common
- cn.toutatis.xvoid.axolotl.excel - 程序包 cn.toutatis.xvoid.axolotl.excel
- 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.exceptions - 程序包 cn.toutatis.xvoid.axolotl.exceptions
- cn.toutatis.xvoid.axolotl.manage - 程序包 cn.toutatis.xvoid.axolotl.manage
- 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
- CONVERT_FIELD_ERROR - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException.ExceptionType
-
转换数据时出现异常
D
- DATA_BIND_PRECISE_LOCALIZATION - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
精确绑定属性 指定此特性,在按行读取时,若没有指定列名,将不会绑定对象属性 否则将按照实体字段顺序自动按照索引绑定数据
- DataCastAdapter<FT> - cn.toutatis.xvoid.axolotl.excel.reader.support中的接口
-
类型转换适配器
- debug(Logger, String) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.LoggerHelper
- 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
- 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
- ExcelToolkit - cn.toutatis.xvoid.axolotl.toolkit中的类
-
Excel工具类
- ExcelToolkit() - 类的构造器 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
- excludePolicies() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.KeepIntact
-
排除的读取特性
- EXECUTABLE - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy.Type
-
可执行策略
F
- FIELD_EXIST_OVERRIDE - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
如果字段存在值覆盖掉原值
- fieldIsPrimitive() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo
- 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
-
默认值填充基本类型
- 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
-
获取默认适配器
- getCastClassInstance() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
-
获取转换类型实例
- getEventDriven() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
- getExcelReader(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
- getExcelReader(File, Class<T>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
- getExcelReader(InputStream) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
- getExcelReader(InputStream, Class<T>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.Axolotls
- getFormulaEvaluator() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
-
获取工作簿公式计算器
- getHumanReadablePosition() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
-
获取当前读取位置
- 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.WorkBookContext
-
获取当前读取到的行和列号的可读字符串
- getHumanReadablePosition(int, int) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
-
获取当前读取到的行和列号的可读字符串
- getIndexSheet(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
-
获取指定索引的sheet
- getMimeType(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.TikaShell
-
获取文件类型
- getPhysicalRowNumber() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
- getPhysicalRowNumber(ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
- getPolicyAsBoolean() - 枚举中的方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
获取策略的值
- getProgress(String) - 类中的方法 cn.toutatis.xvoid.axolotl.manage.MemoryProgressManager
- getProgress(String) - 接口中的方法 cn.toutatis.xvoid.axolotl.manage.ProgressManager
-
获取进度。
- getReadPolicyAsBoolean(ReadPolicy) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
- getRecordRowNumber() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
- getRecordRowNumber(ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
- getRowNumber(boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
-
获取行数
- getRowNumber(int, boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
-
[ROOT] 获取行数
- getRowNumber(ReaderConfig<?>, boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
-
获取行数
H
- hasNext() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
-
是否有下一批数据
- headerName() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.ColumnBind
-
表头名称
I
- IGNORE_EMPTY_SHEET_ERROR - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
忽略空sheet的错误 空sheet将返回null
- IGNORE_EMPTY_SHEET_HEADER_ERROR - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
忽略空表头的错误 若取消此项配置,在没有读取到指定表头时,将抛出异常
- INCLUDE_EMPTY_ROW - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
空行也视为有效数据 读取时将转换为一个空对象
- INDEX - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo.MappingType
-
索引类型
- IndexWorkSheet - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
-
表索引指定注解
- info(Logger, String) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.LoggerHelper
- init(String, int) - 类中的方法 cn.toutatis.xvoid.axolotl.manage.MemoryProgressManager
- init(String, int) - 接口中的方法 cn.toutatis.xvoid.axolotl.manage.ProgressManager
-
初始化进度管理器,设置进度ID和总记录数。
- instance() - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.support.adapters.AutoAdapter
-
获取自动转换器实例
- isDetect() - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
-
文件是否识别成功
- isFileMetaProblem() - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
-
文件格式是否识别有问题
- isFileSelfProblem() - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
-
文件自身是否识别有问题
- isFinished(String) - 类中的方法 cn.toutatis.xvoid.axolotl.manage.MemoryProgressManager
- isFinished(String) - 接口中的方法 cn.toutatis.xvoid.axolotl.manage.ProgressManager
-
检查进度是否已完成。
- isWantedMimeType() - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
-
文件媒体类型是所需类型
K
- KeepIntact - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
-
保留原有数据,不做任何修改
L
- LoggerHelper - cn.toutatis.xvoid.axolotl.toolkit中的类
-
Logger辅助类
- LoggerHelper() - 类的构造器 cn.toutatis.xvoid.axolotl.toolkit.LoggerHelper
M
- MemoryProgressManager - cn.toutatis.xvoid.axolotl.manage中的类
- MemoryProgressManager() - 类的构造器 cn.toutatis.xvoid.axolotl.manage.MemoryProgressManager
- 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
- NamingWorkSheet - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
-
表名称指定注解
- next() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
-
获取下一批数据
- notBlankRowCheck(Row) - 类中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.ExcelToolkit
-
判断当前行不是空行
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
- POSITION - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo.MappingType
-
位置类型
- 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
-
预检查文件是否正常并抛出异常
- Progress - cn.toutatis.xvoid.axolotl.manage中的类
-
进度管理器,用来获取默认实现。
- Progress() - 类的构造器 cn.toutatis.xvoid.axolotl.manage.Progress
- ProgressManager - cn.toutatis.xvoid.axolotl.manage中的接口
-
进度管理器接口,用于导入导出操作的进度管理。
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中的类
-
读取配置构建器
- ReadConfigBuilder(Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
-
构造函数,接受一个Class类型参数用于泛型类型的指定
- ReadConfigBuilder(Class<T>, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
-
构造方法
- ReaderConfig<T> - cn.toutatis.xvoid.axolotl.excel中的类
- ReaderConfig() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
-
默认构造
- ReaderConfig(boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
- ReaderConfig(Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
- ReaderConfig(Class<T>, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
- ReadPolicy - cn.toutatis.xvoid.axolotl.excel.reader.constant中的枚举
-
读取Excel的功能可配置特性
- ReadPolicy.Type - cn.toutatis.xvoid.axolotl.excel.reader.constant中的枚举
- 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
- readSheetDataAsObject(ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
-
[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
-
移除默认适配器
- returnInfo(String) - 类中的方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult
-
返回文件状态信息
S
- sameHeaderIdx() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.ColumnBind
-
有多个相同的表头可使用此索引指定位置
- setBooleanReadFeature(ReadPolicy, Object) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
-
设置策略
- setCastClass(Class<T>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
- setCastClass(Class<T>, boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
- setCurrentReadColumnIndex(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
- setCurrentReadRowIndex(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
- setEndIndex(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
-
设置结束行索引
- setEventDriven() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
- setFile(File) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.reader.support.AbstractContext
- setInitialRowPositionOffset(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
-
设置初始行位置的偏移量
- setSheetIndex(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
-
设置工作表索引
- setSheetName(String) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
-
设置工作表名称
- setStartIndex(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
-
设置起始行索引
- setStartIndexAndEndIndex(int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
-
设置起始行索引和结束行索引
- setWorkbook(Workbook) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
- sheetIndex() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.IndexWorkSheet
-
指定表索引
- sheetName() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.NamingWorkSheet
-
指定表名称
- SORTED_READ_SHEET_DATA - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
读取的sheet数据按顺序排列 在使用Map接收时,使用LinkedHashMap
- SpecifyPositionBind - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
-
标注在字段上,指定该字段在excel中的位置
- 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
T
- 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
- TRIM_CELL_VALUE - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
修整单元格去掉单元格所有的空格和换行符
U
- UNKNOWN - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo.MappingType
-
未知类型
- updateProgress(String, int) - 类中的方法 cn.toutatis.xvoid.axolotl.manage.MemoryProgressManager
- updateProgress(String, int) - 接口中的方法 cn.toutatis.xvoid.axolotl.manage.ProgressManager
-
更新进度,设置当前已处理的记录数。
- USE_MAP_DEBUG - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
使用Map接收数据时,打印调试信息
V
- VALIDATE_READ_ROW_DATA - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
读取数据后校验数据
- VALIDATION_ERROR - 枚举 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException.ExceptionType
-
校验数据时出现异常
- value() - 注释类型 中的元素 cn.toutatis.xvoid.axolotl.excel.reader.annotations.SpecifyPositionBind
-
指定单元格位置,如A1,B2等
- valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.EntityCellMappingInfo.MappingType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException.ExceptionType
-
返回带有指定名称的该类型的枚举常量。
- 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.ReadPolicy.Type
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
- values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.constant.ReadPolicy
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
- values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException.ExceptionType
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
- values() - 枚举中的静态方法 cn.toutatis.xvoid.axolotl.toolkit.tika.DetectResult.FileStatus
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
W
- WorkBookContext - cn.toutatis.xvoid.axolotl.excel中的类
-
工作簿元信息
- WorkBookContext(File, DetectResult) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
- WorkBookContext(InputStream, DetectResult) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
- WorkSheet - cn.toutatis.xvoid.axolotl.excel.reader.annotations中的注释类型
-
Excel注解
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]
All Classes and Interfaces|常量字段值|所有程序包|序列化表格