索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- AbstractContext - cn.toutatis.xvoid.axolotl.excel.support中的类
-
文件元信息抽象类
- AbstractContext() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.AbstractContext
- AbstractDataCastAdapter<FT> - cn.toutatis.xvoid.axolotl.excel.support.adapters中的类
-
适配器基类
- AbstractDataCastAdapter() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.adapters.AbstractDataCastAdapter
- adapter() - annotation interface 中的元素 cn.toutatis.xvoid.axolotl.excel.annotations.ColumnBind
-
自定义适配器
- adapter() - annotation interface 中的元素 cn.toutatis.xvoid.axolotl.excel.annotations.SpecifyPositionBind
-
指定单元格位置的适配器,默认使用默认适配器
- addReadFeature(RowLevelReadPolicy, Object) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
- AutoAdapter - cn.toutatis.xvoid.axolotl.excel.support.adapters中的类
-
自动适配器
- AutoAdapter() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.adapters.AutoAdapter
- AxolotlDefaultConfig - cn.toutatis.xvoid.axolotl.excel.constant中的类
-
该模块使用的默认配置
- AxolotlDefaultConfig() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.constant.AxolotlDefaultConfig
- AxolotlDocumentReaders - cn.toutatis.xvoid.axolotl中的类
-
文档加载器
- AxolotlDocumentReaders() - 类的构造器 cn.toutatis.xvoid.axolotl.AxolotlDocumentReaders
- AxolotlExcelReader<T> - cn.toutatis.xvoid.axolotl.excel中的类
-
Excel读取器
- AxolotlExcelReader(File) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
-
构造文件读取器
- AxolotlExcelReader(File, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- AxolotlExcelReader(File, Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- AxolotlExcelReader(File, Class<T>, boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
-
[ROOT] 构造文件读取器
- AxolotlExcelReadException - cn.toutatis.xvoid.axolotl.excel.support.exceptions中的异常错误
-
读取Excel异常统一抛出
- AxolotlExcelReadException(EntityCellMappingInfo<?>, String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException
- AxolotlExcelReadException(CastContext<?>, String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException
- AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType, String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException
- AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType, String, int, int, String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException
- AxolotlExcelReadException(AxolotlExcelReadException.ExceptionType, Throwable) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException
- AxolotlExcelReadException(WorkBookContext, String) - 异常错误的构造器 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException
- AxolotlExcelReadException.ExceptionType - cn.toutatis.xvoid.axolotl.excel.support.exceptions中的Enum Class
B
- BOOLEAN - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy.Type
- build() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
-
构建读取配置
C
- cast(CellGetInfo, CastContext) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.AutoAdapter
- cast(CellGetInfo, CastContext<FT>) - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.support.DataCastAdapter
-
类型转换
- cast(CellGetInfo, CastContext<Boolean>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultBooleanAdapter
- cast(CellGetInfo, CastContext<String>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultStringAdapter
- cast(CellGetInfo, CastContext<NT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultDateTimeAdapter
- cast(CellGetInfo, CastContext<NT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultNumericAdapter
- CAST_NUMBER_TO_DATE - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
判断数字为日期类型将转换为日期格式
- CastContext<FT> - cn.toutatis.xvoid.axolotl.excel.support中的类
-
用于存放cast相关的上下文信息
- CastContext() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.CastContext
- CellGetInfo - cn.toutatis.xvoid.axolotl.excel.support中的类
- CellGetInfo(boolean, Object) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.CellGetInfo
- cn.toutatis.xvoid.axolotl - 程序包 cn.toutatis.xvoid.axolotl
- cn.toutatis.xvoid.axolotl.excel - 程序包 cn.toutatis.xvoid.axolotl.excel
- cn.toutatis.xvoid.axolotl.excel.annotations - 程序包 cn.toutatis.xvoid.axolotl.excel.annotations
- cn.toutatis.xvoid.axolotl.excel.constant - 程序包 cn.toutatis.xvoid.axolotl.excel.constant
- cn.toutatis.xvoid.axolotl.excel.support - 程序包 cn.toutatis.xvoid.axolotl.excel.support
- cn.toutatis.xvoid.axolotl.excel.support.adapters - 程序包 cn.toutatis.xvoid.axolotl.excel.support.adapters
- cn.toutatis.xvoid.axolotl.excel.support.exceptions - 程序包 cn.toutatis.xvoid.axolotl.excel.support.exceptions
- cn.toutatis.xvoid.axolotl.excel.support.tika - 程序包 cn.toutatis.xvoid.axolotl.excel.support.tika
- cn.toutatis.xvoid.axolotl.excel.toolkit - 程序包 cn.toutatis.xvoid.axolotl.excel.toolkit
- ColumnBind - cn.toutatis.xvoid.axolotl.excel.annotations中的Annotation Interface
-
绑定Excel单元格的属性
- columnIndex() - annotation interface 中的元素 cn.toutatis.xvoid.axolotl.excel.annotations.ColumnBind
-
单元格序号
- CommonMimeType - cn.toutatis.xvoid.axolotl.excel.constant中的类
-
常见的MIME类型
- CommonMimeType() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.constant.CommonMimeType
- CONVERT_FIELD_ERROR - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException.ExceptionType
-
转换数据时出现异常
D
- DATA_BIND_PRECISE_LOCALIZATION - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
精确绑定属性 指定此特性,在按行读取时,若没有指定列名,将不会绑定对象属性 否则将按照实体字段顺序自动按照索引绑定数据
- DataCastAdapter<FT> - cn.toutatis.xvoid.axolotl.excel.support中的接口
-
类型转换适配器
- DefaultAdapters - cn.toutatis.xvoid.axolotl.excel.support.adapters中的类
-
默认数据类型适配器
- DefaultAdapters() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultAdapters
- DefaultBooleanAdapter - cn.toutatis.xvoid.axolotl.excel.support.adapters中的类
- DefaultBooleanAdapter() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultBooleanAdapter
- DefaultDateTimeAdapter<NT> - cn.toutatis.xvoid.axolotl.excel.support.adapters中的类
- DefaultDateTimeAdapter(Class<NT>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultDateTimeAdapter
- DefaultNumericAdapter<NT> - cn.toutatis.xvoid.axolotl.excel.support.adapters中的类
- DefaultNumericAdapter(Class<NT>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultNumericAdapter
- DefaultStringAdapter - cn.toutatis.xvoid.axolotl.excel.support.adapters中的类
-
默认的String类型适配器
- DefaultStringAdapter() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultStringAdapter
- detect(File, MimeType) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
- detect(File, MimeType, boolean) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
- detect(File, MimeType, boolean, boolean) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
-
判断文件是否正常并且为需要的格式 1.文件预检查 2.文件后缀是否匹配 3.文件媒体类型是否匹配
- DETECTED - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult.FileStatus
-
识别通过
- DetectResult - cn.toutatis.xvoid.axolotl.excel.support.tika中的类
-
文件检测结果
- DetectResult(boolean) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult
- DetectResult(boolean, DetectResult.FileStatus, String) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult
- DetectResult(boolean, MimeType) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult
- DetectResult.FileStatus - cn.toutatis.xvoid.axolotl.excel.support.tika中的Enum Class
- detectThrowException(File, MimeType) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
E
- EntityCellMappingInfo<FT> - cn.toutatis.xvoid.axolotl.excel.constant中的类
-
实体映射单元格读取信息
- EntityCellMappingInfo(Class<FT>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.constant.EntityCellMappingInfo
- EntityCellMappingInfo.MappingType - cn.toutatis.xvoid.axolotl.excel.constant中的Enum Class
-
单元格映射类型
- ExcelToolkit - cn.toutatis.xvoid.axolotl.excel.toolkit中的类
-
Excel工具类
- ExcelToolkit() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.toolkit.ExcelToolkit
- excludePolicies() - annotation interface 中的元素 cn.toutatis.xvoid.axolotl.excel.annotations.KeepIntact
-
排除的读取特性
- EXECUTABLE - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy.Type
F
- FIELD_EXIST_OVERRIDE - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
如果字段存在值覆盖掉原值
- fieldIsPrimitive() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.constant.EntityCellMappingInfo
- FILE_MIME_TYPE_PROBLEM - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult.FileStatus
-
文件内容格式识别不通过
- FILE_SELF_PROBLEM - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult.FileStatus
-
文件自身问题识别不通过
- FILE_SUFFIX_PROBLEM - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult.FileStatus
-
文件后缀识别不通过
- fillDefaultPrimitiveValue(Object) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.constant.EntityCellMappingInfo
-
默认值填充基本类型
- format() - annotation interface 中的元素 cn.toutatis.xvoid.axolotl.excel.annotations.ColumnBind
-
日期格式化 默认使用LocalDateTime格式
- format() - annotation interface 中的元素 cn.toutatis.xvoid.axolotl.excel.annotations.SpecifyPositionBind
G
- getAdapter(Class<?>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultAdapters
-
获取默认适配器
- getCastClassInstance() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
-
获取转换类型实例
- getEventDriven() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
- getExcelReader(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.AxolotlDocumentReaders
- getExcelReader(File, Class<T>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.AxolotlDocumentReaders
- getFormulaEvaluator() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
-
获取工作簿公式计算器
- getHumanReadablePosition() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- getHumanReadablePosition() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.CastContext
- getHumanReadablePosition() - 异常错误中的方法 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException
- getHumanReadablePosition() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
-
获取当前读取到的行和列号的可读字符串
- getHumanReadablePosition(int, int) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.toolkit.ExcelToolkit
-
获取当前读取到的行和列号的可读字符串
- getMimeType(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
-
获取文件类型
- getPhysicalRowNumber() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- getPhysicalRowNumber(ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- getPolicyAsBoolean() - enum class中的方法 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
- getReadPolicyAsBoolean(RowLevelReadPolicy) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.ReaderConfig
- getRecordRowNumber() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- getRecordRowNumber(ReaderConfig<?>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- getRowNumber(boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
-
获取行数
- getRowNumber(int, boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
-
[ROOT] 获取行数
- getRowNumber(ReaderConfig<?>, boolean) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
-
获取行数
I
- IGNORE_EMPTY_SHEET_ERROR - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
忽略空sheet的错误 空sheet将返回null
- INCLUDE_EMPTY_ROW - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
空行也视为有效数据 读取时将转换为一个空对象
- INDEX - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.EntityCellMappingInfo.MappingType
-
索引类型
- IndexWorkSheet - cn.toutatis.xvoid.axolotl.excel.annotations中的Annotation Interface
-
表索引指定注解
- instance() - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.AutoAdapter
-
获取自动转换器实例
- isDetect() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult
-
文件是否识别成功
- isFileMetaProblem() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult
-
文件格式是否识别有问题
- isFileSelfProblem() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult
-
文件自身是否识别有问题
- isWantedMimeType() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult
-
文件媒体类型是所需类型
K
- KeepIntact - cn.toutatis.xvoid.axolotl.excel.annotations中的Annotation Interface
-
保留原有数据,不做任何修改
M
- Meta - cn.toutatis.xvoid.axolotl中的类
- Meta() - 类的构造器 cn.toutatis.xvoid.axolotl.Meta
- MODULE_NAME - 类中的静态变量 cn.toutatis.xvoid.axolotl.Meta
- MS_EXCEL - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.constant.CommonMimeType
-
MS_EXCEL Excel 97-2003文件版本 application/vnd.ms-excel 后缀为[.xls]
- MS_EXCEL - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
-
MS_EXCEL Excel 97-2003文件版本 application/vnd.ms-excel 后缀为[.xls]
N
- NamingWorkSheet - cn.toutatis.xvoid.axolotl.excel.annotations中的Annotation Interface
-
表名称指定注解
O
- OOXML_EXCEL - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.constant.CommonMimeType
-
OOXML_EXCEL Excel 2007及以上版本 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet 后缀为[.xlsx]
- OOXML_EXCEL - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
-
OOXML_EXCEL Excel 2007及以上版本 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet 后缀为[.xlsx]
P
- POSITION - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.EntityCellMappingInfo.MappingType
-
位置类型
- preCheckFileNormal(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
-
预检查文件是否正常
- preCheckFileNormal(File, boolean) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
-
预检查文件是否正常
- preCheckFileNormalThrowException(File) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
-
预检查文件是否正常并抛出异常
R
- READ_EXCEL_ERROR - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException.ExceptionType
-
读取Excel文件时出现了异常
- READ_EXCEL_ROW_ERROR - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException.ExceptionType
-
读取Excel数据时,出现了异常
- ReadConfigBuilder<T> - cn.toutatis.xvoid.axolotl.excel中的类
-
读取配置构建器
- ReadConfigBuilder(Class<T>) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.ReadConfigBuilder
- 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
- readSheetData() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- readSheetData(int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- readSheetData(int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- readSheetData(int, int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- readSheetData(ReadConfigBuilder<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
-
使用读取配置构建读取配置
- readSheetData(ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
-
[ROOT] 读取Excel数据
- readSheetData(Class<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- readSheetData(Class<RT>, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- readSheetData(Class<RT>, int, boolean, int, int, int) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
-
读取指定sheet的数据
- readSheetData(Class<RT>, String) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
- readSheetDataAsObject(ReaderConfig<RT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.AxolotlExcelReader
-
[ROOT] 读取Excel文件数据为一个实体
- registerDefaultAdapter(Class<?>, DataCastAdapter<?>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultAdapters
-
注册默认适配器 注意:注册后,会覆盖已有的适配器
- removeDefaultAdapter(Class<?>) - 类中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultAdapters
-
移除默认适配器
- returnInfo(String) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult
-
返回文件状态信息
- RowLevelReadPolicy - cn.toutatis.xvoid.axolotl.excel.constant中的Enum Class
-
读取Excel的功能可配置特性
- RowLevelReadPolicy.Type - cn.toutatis.xvoid.axolotl.excel.constant中的Enum Class
S
- 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.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() - annotation interface 中的元素 cn.toutatis.xvoid.axolotl.excel.annotations.IndexWorkSheet
-
指定表索引
- sheetName() - annotation interface 中的元素 cn.toutatis.xvoid.axolotl.excel.annotations.NamingWorkSheet
-
指定表名称
- SORTED_READ_SHEET_DATA - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
读取的sheet数据按顺序排列 在使用Map接收时,使用LinkedHashMap
- SpecifyPositionBind - cn.toutatis.xvoid.axolotl.excel.annotations中的Annotation Interface
-
标注在字段上,指定该字段在excel中的位置
- support(CellType, Class) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.AutoAdapter
- support(CellType, Class<FT>) - 接口中的方法 cn.toutatis.xvoid.axolotl.excel.support.DataCastAdapter
-
是否支持该类型进行转换
- support(CellType, Class<Boolean>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultBooleanAdapter
- support(CellType, Class<String>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultStringAdapter
- support(CellType, Class<NT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultDateTimeAdapter
- support(CellType, Class<NT>) - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.adapters.DefaultNumericAdapter
T
- throwException() - 类中的方法 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult
- TikaShell - cn.toutatis.xvoid.axolotl.excel.support.tika中的类
-
Tika 工具壳
- TikaShell() - 类的构造器 cn.toutatis.xvoid.axolotl.excel.support.tika.TikaShell
- TRIM_CELL_VALUE - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
修整单元格去掉单元格所有的空格和换行符
U
- UNKNOWN - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.EntityCellMappingInfo.MappingType
-
未知类型
- USE_MAP_DEBUG - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
使用Map接收数据时,打印调试信息
V
- VALIDATE_READ_ROW_DATA - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
读取数据后校验数据
- VALIDATION_ERROR - enum class 中的枚举常量 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException.ExceptionType
-
校验数据时出现异常
- value() - annotation interface 中的元素 cn.toutatis.xvoid.axolotl.excel.annotations.SpecifyPositionBind
-
指定单元格位置,如A1,B2等
- valueOf(String) - enum class中的静态方法 cn.toutatis.xvoid.axolotl.excel.constant.EntityCellMappingInfo.MappingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException.ExceptionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult.FileStatus
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 cn.toutatis.xvoid.axolotl.excel.constant.EntityCellMappingInfo.MappingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.toutatis.xvoid.axolotl.excel.constant.RowLevelReadPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.exceptions.AxolotlExcelReadException.ExceptionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.toutatis.xvoid.axolotl.excel.support.tika.DetectResult.FileStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WorkBookContext - cn.toutatis.xvoid.axolotl.excel中的类
-
工作簿元信息
- WorkBookContext(File, DetectResult) - 类的构造器 cn.toutatis.xvoid.axolotl.excel.WorkBookContext
- WorkSheet - cn.toutatis.xvoid.axolotl.excel.annotations中的Annotation Interface
-
Excel注解
X
- XVOID_DEFAULT_DECIMAL_SCALE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.constant.AxolotlDefaultConfig
-
默认的小数位数
- XVOID_DEFAULT_MAX_FILE_SIZE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.constant.AxolotlDefaultConfig
-
xlsx默认最大文件大小5M file.length获取文件大小时,获取单位为bytes,这里将其转换为5M
- XVOID_DEFAULT_READ_EACH_BATCH_SIZE - 类中的静态变量 cn.toutatis.xvoid.axolotl.excel.constant.AxolotlDefaultConfig
-
读取每批次的行数
All Classes and Interfaces|常量字段值|所有程序包|序列化表格