跳过导航链接
A C D E F G H I M N O P R S T 

A

accept(P1, P2, P3) - 接口 中的方法cn.wisewe.docx4j.input.utils.TrConsumer
消费方法
addInvalidRecord(int, T, List<String>) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
添加不合法记录

C

CellMeta - cn.wisewe.docx4j.input.builder.sheet中的注释类型
excel单元格导入注解
CHINESE_CHARACTER - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
汉字
cn.wisewe.docx4j.input - 程序包 cn.wisewe.docx4j.input
 
cn.wisewe.docx4j.input.builder.compression - 程序包 cn.wisewe.docx4j.input.builder.compression
 
cn.wisewe.docx4j.input.builder.sheet - 程序包 cn.wisewe.docx4j.input.builder.sheet
 
cn.wisewe.docx4j.input.constants - 程序包 cn.wisewe.docx4j.input.constants
 
cn.wisewe.docx4j.input.utils - 程序包 cn.wisewe.docx4j.input.utils
 
CompressionImporter - cn.wisewe.docx4j.input.builder.compression中的类
压缩包导入
CompressionImportException - cn.wisewe.docx4j.input.builder.compression中的异常错误
压缩包导入异常
CompressionImportException(String) - 异常错误 的构造器cn.wisewe.docx4j.input.builder.compression.CompressionImportException
 
CompressionImportException(String, Throwable) - 异常错误 的构造器cn.wisewe.docx4j.input.builder.compression.CompressionImportException
 
CompressionImportException(Throwable) - 异常错误 的构造器cn.wisewe.docx4j.input.builder.compression.CompressionImportException
 
create(InputStream, boolean) - 类 中的静态方法cn.wisewe.docx4j.input.builder.compression.CompressionImporter
快速创建压缩包导入构建器
create(InputStream) - 类 中的静态方法cn.wisewe.docx4j.input.builder.compression.CompressionImporter
快速创建压缩包导入构建器
create(MultipartFile) - 类 中的静态方法cn.wisewe.docx4j.input.builder.compression.CompressionImporter
MultipartFile快速创建
create(InputStream, boolean) - 类 中的静态方法cn.wisewe.docx4j.input.builder.sheet.SpreadSheetImporter
通过输入流创建
create(InputStream) - 类 中的静态方法cn.wisewe.docx4j.input.builder.sheet.SpreadSheetImporter
通过输入流创建
create(MultipartFile) - 类 中的静态方法cn.wisewe.docx4j.input.builder.sheet.SpreadSheetImporter
MultipartFile快速创建

D

DECIMAL - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
浮点数
DOMAIN - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
域名"^((http:\\/\\/)|(https:\\/\\/))?([a-zA-Z0-9]([a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,6}(\\/)"

E

EMAIL - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
邮箱匹配只允许英文字母、数字、下划线、英文句号、以及中划线组成 "^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$"
EMPTY - 接口 中的静态变量cn.wisewe.docx4j.input.InputConstants
空字符串""

F

failFast(boolean) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.SpreadSheetImporter
设置是否快速失败
file(BiConsumer<String, InputStream>) - 类 中的方法cn.wisewe.docx4j.input.builder.compression.CompressionImporter
压缩包文件消费
folder(Consumer<String>) - 类 中的方法cn.wisewe.docx4j.input.builder.compression.CompressionImporter
压缩包目录消费

G

getAnnotation(Field, Class<T>) - 接口 中的静态方法cn.wisewe.docx4j.input.utils.ReflectUtil
获得字段或字段get方法上的注解
getDetail() - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
详情信息
getDetail(String) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
详情信息
getFieldGetter(Class<?>, String) - 接口 中的静态方法cn.wisewe.docx4j.input.utils.ReflectUtil
获得字段的get方法
getFieldSetter(Class<?>, String) - 接口 中的静态方法cn.wisewe.docx4j.input.utils.ReflectUtil
获得字段的set方法
getNonStaticFields(Class<?>) - 接口 中的静态方法cn.wisewe.docx4j.input.utils.ReflectUtil
获得非静态字段列表
getSummary() - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
汇总信息
getSummary(String) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
汇总信息

H

hasInvalid() - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
是否存在校验不通过的数据
hasValid() - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
是否存在有效数据 可能是个空excel

I

ImportDetail<T> - cn.wisewe.docx4j.input.builder.sheet中的类
导入结果详情
ImportResult<T> - cn.wisewe.docx4j.input.builder.sheet中的类
excel sheet解析结果
ImportSummary - cn.wisewe.docx4j.input.builder.sheet中的类
导入汇总
InputConstants - cn.wisewe.docx4j.input中的接口
导入常量
InputException - cn.wisewe.docx4j.input中的异常错误
导入异常
InputException() - 异常错误 的构造器cn.wisewe.docx4j.input.InputException
 
InputException(String) - 异常错误 的构造器cn.wisewe.docx4j.input.InputException
 
InputException(String, Throwable) - 异常错误 的构造器cn.wisewe.docx4j.input.InputException
 
INTEGER - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
整数
IP - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
ip地址"((?:(?:25[0-5]|2[0-4]\\d|[01]?\\d?\\d)\\.){3}(?:25[0-5]|2[0-4]\\d|[01]?\\d?\\d))"

M

MOBILE - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
电话号码"^1(3|4|5|6|7|8|9)\\d{9}$"

N

NEGATIVE_DECIMAL - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
负浮点数
NEGATIVE_INTEGER - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
负整数

O

onAllValid(Consumer<List<T>>) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
当且仅当不存在错误数据且存在有效数据时执行
onAny(Predicate<ImportResult<T>>, Consumer<List<T>>) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
满足给定的条件执行过程
onValid(Consumer<List<T>>) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
当且仅当存在有效数据时执行

P

POSITIVE_DECIMAL - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
正浮点数
POSITIVE_INTEGER - 接口 中的静态变量cn.wisewe.docx4j.input.constants.RegularExpressions
正整数

R

ReflectUtil - cn.wisewe.docx4j.input.utils中的接口
反射工具
RegularExpressions - cn.wisewe.docx4j.input.constants中的接口
常用的正则表达式
remove(BiConsumer<T, List<String>>) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
遍历有效的数据 遍历删除
remove(Supplier<U>, TrConsumer<T, List<String>, U>) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
遍历有效数据满足添加做删除
removeIfRepeated(Function<T, R>, String) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.ImportResult
移除重复数据
resolve() - 类 中的方法cn.wisewe.docx4j.input.builder.compression.CompressionImporter
压缩文件读取
resolve(Class<T>) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.SpreadSheetImporter
将数据处理为给定类型
RowDetail<T> - cn.wisewe.docx4j.input.builder.sheet中的类
行错误信息及原始信息
RowDetail() - 类 的构造器cn.wisewe.docx4j.input.builder.sheet.RowDetail
 

S

SEMICOLON - 接口 中的静态变量cn.wisewe.docx4j.input.InputConstants
分号";"
sheet(int) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.SpreadSheetImporter
指定解析表格的sheet索引
skip(int) - 类 中的方法cn.wisewe.docx4j.input.builder.sheet.SpreadSheetImporter
表头行跳过行数
SpreadSheetImporter - cn.wisewe.docx4j.input.builder.sheet中的类
电子表格导入构建
SpreadSheetImportException - cn.wisewe.docx4j.input.builder.sheet中的异常错误
电子表格导入异常
SpreadSheetImportException(String) - 异常错误 的构造器cn.wisewe.docx4j.input.builder.sheet.SpreadSheetImportException
 
SpreadSheetImportException(String, Throwable) - 异常错误 的构造器cn.wisewe.docx4j.input.builder.sheet.SpreadSheetImportException
 
SpreadSheetImportException(Throwable) - 异常错误 的构造器cn.wisewe.docx4j.input.builder.sheet.SpreadSheetImportException
 

T

TrConsumer<P1,P2,P3> - cn.wisewe.docx4j.input.utils中的接口
3个参数的消费者
A C D E F G H I M N O P R S T 
跳过导航链接

Copyright © 2021. All rights reserved.