跳过导航链接
A B C D E F G H I J L M N O P R S T U V W X 

A

addContent(List<?>) - 接口 中的方法cn.zhucongqi.excel.write.Builder
向Excel增加的内容
addContent(List<?>, Sheet) - 接口 中的方法cn.zhucongqi.excel.write.Builder
向Excel增加的内容
addContent(List<?>, Sheet, Table) - 接口 中的方法cn.zhucongqi.excel.write.Builder
向Excel增加的内容
addContent(List<?>) - 类 中的方法cn.zhucongqi.excel.write.BuilderImpl
 
addContent(List<?>, Sheet) - 类 中的方法cn.zhucongqi.excel.write.BuilderImpl
 
addContent(List<?>, Sheet, Table) - 类 中的方法cn.zhucongqi.excel.write.BuilderImpl
 
alignColumn(Column...) - 类 中的方法cn.zhucongqi.excel.metadata.Rule
 
analysis(Sheet) - 类 中的方法cn.zhucongqi.excel.read.BaseSaxAnalyser
 
analysis() - 类 中的方法cn.zhucongqi.excel.read.BaseSaxAnalyser
 
analysis(Sheet) - 接口 中的方法cn.zhucongqi.excel.read.ExcelAnalyser
解析指定sheet,AnalysisEventListener监听中使用
analysis() - 接口 中的方法cn.zhucongqi.excel.read.ExcelAnalyser
默认解析第一个sheet,解析结果在 AnalysisEventListener监听中使用
analysis(Sheet) - 类 中的方法cn.zhucongqi.excel.read.ExcelAnalyserImpl
 
analysis() - 类 中的方法cn.zhucongqi.excel.read.ExcelAnalyserImpl
 
analysisContext - 类 中的变量cn.zhucongqi.excel.read.BaseSaxAnalyser
 
AnalysisContext - cn.zhucongqi.excel.read.context中的接口
解析文件上下文
AnalysisContextImpl - cn.zhucongqi.excel.read.context中的类
解析Excel上线文默认实现
AnalysisContextImpl(InputStream, ExcelTypeEnum, Object, AnalysisEventListener<?>, boolean) - 类 的构造器cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
AnalysisEventListener<T> - cn.zhucongqi.excel.read.event中的类
监听Excel解析每行数据 不能单列,每次使用new一个 不能单列,每次使用new一个 不能单列,每次使用new一个 重要事情说三遍
AnalysisEventListener() - 类 的构造器cn.zhucongqi.excel.read.event.AnalysisEventListener
 
AnalysisEventRegisterCenter - cn.zhucongqi.excel.read.event中的接口
管理每个监听者
AnalysisException - cn.zhucongqi.excel.read.exception中的异常错误
Excel解析时候封装的异常
AnalysisException() - 异常错误 的构造器cn.zhucongqi.excel.read.exception.AnalysisException
 
AnalysisException(String) - 异常错误 的构造器cn.zhucongqi.excel.read.exception.AnalysisException
 
AnalysisException(String, Throwable) - 异常错误 的构造器cn.zhucongqi.excel.read.exception.AnalysisException
 
AnalysisException(Throwable) - 异常错误 的构造器cn.zhucongqi.excel.read.exception.AnalysisException
 
appendHeadToExcel() - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
appendLister(String, AnalysisEventListener<?>) - 类 中的方法cn.zhucongqi.excel.read.BaseSaxAnalyser
 
appendLister(String, AnalysisEventListener<?>) - 接口 中的方法cn.zhucongqi.excel.read.event.AnalysisEventRegisterCenter
增加监听者
appendOneHeaderRow(List<String>) - 类 中的方法cn.zhucongqi.excel.metadata.Header
将表头的一行数据,转换为一列一列形式,组成表头

B

BaseSaxAnalyser - cn.zhucongqi.excel.read中的类
抽象sax模式 excel 解析类
BaseSaxAnalyser() - 类 的构造器cn.zhucongqi.excel.read.BaseSaxAnalyser
 
BIGDECIMAL - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java BigDecimal
sql: decimal, numeric
BIGINTEGER - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java BigInteger
sql: unsigned bigint
BOOL - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java Boolean
sql: bit
Builder - cn.zhucongqi.excel.write中的接口
Excel构建器
BuilderImpl - cn.zhucongqi.excel.write中的类
 
BuilderImpl() - 类 的构造器cn.zhucongqi.excel.write.BuilderImpl
 
buildHeader(Class<?>, List<String>) - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
构建 Header
buildHeader(Class<?>, List<String>) - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
buildSheet(Sheet) - 接口 中的方法cn.zhucongqi.excel.write.context.GenerateContext
构建一个sheet
buildSheet(Sheet) - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
buildTable(Table) - 接口 中的方法cn.zhucongqi.excel.write.context.GenerateContext
构建一个Table
buildTable(Table) - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
BYTE - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java Byte
BYTES - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
binary, varbinary, tinyblob, blob, mediumblob, longblob
qjd project: print_info.content varbinary(61800);

C

CELL_TAG - 类 中的静态变量cn.zhucongqi.excel.consts.XmlConstants
 
CELL_VALUE_TAG - 类 中的静态变量cn.zhucongqi.excel.consts.XmlConstants
 
CELL_VALUE_TAG_1 - 类 中的静态变量cn.zhucongqi.excel.consts.XmlConstants
 
CellRange - cn.zhucongqi.excel.metadata中的类
 
CellRange(int, int, int, int) - 类 的构造器cn.zhucongqi.excel.metadata.CellRange
 
characters(char[], int, int) - 类 中的方法cn.zhucongqi.excel.read.v07.RowHandler
 
ClassReflectBuildListener - cn.zhucongqi.excel.read.event中的类
监听POI Sax解析的每行结果
ClassReflectBuildListener() - 类 的构造器cn.zhucongqi.excel.read.event.ClassReflectBuildListener
 
cleanAllListeners() - 类 中的方法cn.zhucongqi.excel.read.BaseSaxAnalyser
清空所有监听者
cleanAllListeners() - 接口 中的方法cn.zhucongqi.excel.read.event.AnalysisEventRegisterCenter
清空所有监听者
cn.zhucongqi.excel - 程序包 cn.zhucongqi.excel
 
cn.zhucongqi.excel.annotation - 程序包 cn.zhucongqi.excel.annotation
 
cn.zhucongqi.excel.consts - 程序包 cn.zhucongqi.excel.consts
 
cn.zhucongqi.excel.kit - 程序包 cn.zhucongqi.excel.kit
 
cn.zhucongqi.excel.metadata - 程序包 cn.zhucongqi.excel.metadata
 
cn.zhucongqi.excel.read - 程序包 cn.zhucongqi.excel.read
 
cn.zhucongqi.excel.read.context - 程序包 cn.zhucongqi.excel.read.context
 
cn.zhucongqi.excel.read.event - 程序包 cn.zhucongqi.excel.read.event
 
cn.zhucongqi.excel.read.exception - 程序包 cn.zhucongqi.excel.read.exception
 
cn.zhucongqi.excel.read.v07 - 程序包 cn.zhucongqi.excel.read.v07
 
cn.zhucongqi.excel.support - 程序包 cn.zhucongqi.excel.support
 
cn.zhucongqi.excel.write - 程序包 cn.zhucongqi.excel.write
 
cn.zhucongqi.excel.write.context - 程序包 cn.zhucongqi.excel.write.context
 
cn.zhucongqi.excel.write.exception - 程序包 cn.zhucongqi.excel.write.exception
 
Column - cn.zhucongqi.excel.metadata中的类
 
Column() - 类 的构造器cn.zhucongqi.excel.metadata.Column
 
ColumnIndex - cn.zhucongqi.excel.annotation中的注释类型
 
ColumnType - cn.zhucongqi.excel.metadata中的类
 
ColumnType() - 类 的构造器cn.zhucongqi.excel.metadata.ColumnType
 
compareTo(Column) - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
convert(String, Class<?>, String, boolean) - 类 中的静态方法cn.zhucongqi.excel.kit.TypeKit
 
convert(String, Field, String, boolean) - 类 中的静态方法cn.zhucongqi.excel.kit.TypeKit
 
createPath() - 类 中的静态方法cn.zhucongqi.excel.read.v07.XMLTempFile
 
createPOIFilesDirectory() - 类 中的静态方法cn.zhucongqi.excel.kit.TempFile
在创建ExcelBuilder后尝试创建临时目录,避免poi创建时候报错

D

DATE - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java Date
java.sql.Date, java.sql.Time, java.sql.Timestamp all extends java.util.Date so getDate can return the three types data
deletefile(String) - 类 中的静态方法cn.zhucongqi.excel.kit.FileKit
 
DIMENSION - 类 中的静态变量cn.zhucongqi.excel.consts.XmlConstants
 
DIMENSION_REF - 类 中的静态变量cn.zhucongqi.excel.consts.XmlConstants
 
doAfterAllAnalysed(AnalysisContext) - 类 中的方法cn.zhucongqi.excel.read.event.AnalysisEventListener
if have something to do after all read
doAfterAllAnalysed(AnalysisContext) - 类 中的方法cn.zhucongqi.excel.read.event.ClassReflectBuildListener
 
doAfterAllAnalysed(AnalysisContext) - 类 中的方法cn.zhucongqi.excel.read.event.JFModelReadListener
 
DOUBLE - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java Double
sql: real, double
doUnZip(String, File) - 类 中的静态方法cn.zhucongqi.excel.kit.FileKit
文件解压

E

endElement(String, String, String) - 类 中的方法cn.zhucongqi.excel.read.v07.RowHandler
 
ExcelAnalyser - cn.zhucongqi.excel.read中的接口
Excel解析器
ExcelAnalyserImpl - cn.zhucongqi.excel.read中的类
 
ExcelAnalyserImpl() - 类 的构造器cn.zhucongqi.excel.read.ExcelAnalyserImpl
 
ExcelTypeEnum - cn.zhucongqi.excel.support中的枚举
支持读写的数据格式
execute() - 类 中的方法cn.zhucongqi.excel.read.BaseSaxAnalyser
开始执行解析
execute() - 类 中的方法cn.zhucongqi.excel.read.SaxAnalyserV03
 
execute() - 类 中的方法cn.zhucongqi.excel.read.SaxAnalyserV07
 

F

FieldType - cn.zhucongqi.excel.annotation中的枚举
 
FileKit - cn.zhucongqi.excel.kit中的类
 
FileKit() - 类 的构造器cn.zhucongqi.excel.kit.FileKit
 
finalize() - 类 中的方法cn.zhucongqi.excel.read.ExcelAnalyserImpl
 
finish() - 类 中的方法cn.zhucongqi.excel.Reader
close stream and delete temp files
finish() - 接口 中的方法cn.zhucongqi.excel.write.Builder
关闭资源
finish() - 类 中的方法cn.zhucongqi.excel.write.BuilderImpl
 
finish() - 类 中的方法cn.zhucongqi.excel.Writer
Do write Action.
FLOAT - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java Float
sql: float
Font - cn.zhucongqi.excel.metadata中的类
字体样式
Font() - 类 的构造器cn.zhucongqi.excel.metadata.Font
 
formatFloat(String) - 类 中的静态方法cn.zhucongqi.excel.kit.TypeKit
 

G

GenerateContext - cn.zhucongqi.excel.write.context中的接口
 
GenerateContextImpl - cn.zhucongqi.excel.write.context中的类
生成Excel上下文
GenerateContextImpl(ExcelTypeEnum) - 类 的构造器cn.zhucongqi.excel.write.context.GenerateContextImpl
 
GenerateException - cn.zhucongqi.excel.write.exception中的异常错误
 
GenerateException(String) - 异常错误 的构造器cn.zhucongqi.excel.write.exception.GenerateException
 
GenerateException(String, Throwable) - 异常错误 的构造器cn.zhucongqi.excel.write.exception.GenerateException
 
GenerateException(Throwable) - 异常错误 的构造器cn.zhucongqi.excel.write.exception.GenerateException
 
getAttr() - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
getCellRangeModels() - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
getClazz() - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
getClazz() - 类 中的方法cn.zhucongqi.excel.metadata.Table
 
getCol(String) - 类 中的静态方法cn.zhucongqi.excel.kit.PositionKit
 
getColumn(Integer) - 类 中的方法cn.zhucongqi.excel.metadata.Rule
 
getColumns() - 类 中的方法cn.zhucongqi.excel.metadata.Rule
 
getColumnsCount() - 类 中的方法cn.zhucongqi.excel.metadata.Rule
Get columns count
getCurrentContentStyle() - 接口 中的方法cn.zhucongqi.excel.write.context.GenerateContext
获取内容样式
getCurrentContentStyle() - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
getCurrentHeadCellStyle() - 接口 中的方法cn.zhucongqi.excel.write.context.GenerateContext
获取表头样式
getCurrentHeadCellStyle() - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
getCurrentRowAnalysisResult() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
 
getCurrentRowAnalysisResult() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
getCurrentRowIdx() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
获取当前行数
getCurrentRowIdx() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
getCurrentSheet() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
返回当前Sheet
getCurrentSheet() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
getCurrentSheet() - 接口 中的方法cn.zhucongqi.excel.write.context.GenerateContext
返回当前sheet
getCurrentSheet() - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
getCurrentSheetName() - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
getCustom() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
返回用户自定义数据
getCustom() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
getData() - 类 中的方法cn.zhucongqi.excel.read.event.OneRowAnalysisFinishEvent
 
getDatas() - 类 中的方法cn.zhucongqi.excel.read.event.JFModelReadListener
 
getDateFormat() - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
getDefaultDateString(Date) - 类 中的静态方法cn.zhucongqi.excel.kit.TypeKit
 
getEventListener() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
获取当前监听者
getEventListener() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
getExcelType() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
返回解析的Excel类型
getExcelType() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
getExcelType(String) - 类 中的静态方法cn.zhucongqi.excel.support.TypeDetection
Get Excel file type by file name
getExcelType() - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
getField() - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
getFirstCol() - 类 中的方法cn.zhucongqi.excel.metadata.CellRange
 
getFirstRow() - 类 中的方法cn.zhucongqi.excel.metadata.CellRange
 
getFolderName(String) - 类 中的静态方法cn.zhucongqi.excel.kit.FileKit
 
getFontHeightInPoints() - 类 中的方法cn.zhucongqi.excel.metadata.Font
 
getFontName() - 类 中的方法cn.zhucongqi.excel.metadata.Font
 
getHead() - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
getHead() - 类 中的方法cn.zhucongqi.excel.metadata.Table
 
getHeader() - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
getHeader() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
返回表头信息
getHeader() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
getHeader() - 接口 中的方法cn.zhucongqi.excel.write.context.GenerateContext
返回表头信息
getHeader() - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
getHeaderByRowIdx(Integer) - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
getHeaderClazz() - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
getHeaderColumnByIdx(Integer) - 类 中的方法cn.zhucongqi.excel.metadata.Header
根据Excel中的列号,获取Excel的表头信息
getHeaderColumnByIdx1(Integer) - 类 中的方法cn.zhucongqi.excel.metadata.Header
根据Excel中的列号,获取Excel的表头信息
getHeaderColumnMap() - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
getHeaderColumns() - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
getHeaderLineCnt() - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
getHeaderLineCnt() - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
getHeaderTitles() - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
getHeadLineCnt() - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
getIndex() - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
getIndex() - 类 中的方法cn.zhucongqi.excel.metadata.IndexValue
 
getInputStream(String) - 类 中的静态方法cn.zhucongqi.excel.kit.FileKit
Get File InputStream
getInputStream() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
返回输入IO
getInputStream() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
getLastCol() - 类 中的方法cn.zhucongqi.excel.metadata.CellRange
 
getLastRow() - 类 中的方法cn.zhucongqi.excel.metadata.CellRange
 
getRow(String) - 类 中的静态方法cn.zhucongqi.excel.kit.PositionKit
 
getRowNum() - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
getSharedStringFilePath(String) - 类 中的静态方法cn.zhucongqi.excel.read.v07.XMLTempFile
 
getSheetFilePath(String, int) - 类 中的静态方法cn.zhucongqi.excel.read.v07.XMLTempFile
 
getSheetName() - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
getSheetNo() - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
getSheets() - 接口 中的方法cn.zhucongqi.excel.read.ExcelAnalyser
返回excel中包含哪些sheet
getSheets() - 类 中的方法cn.zhucongqi.excel.read.ExcelAnalyserImpl
 
getSheets() - 类 中的方法cn.zhucongqi.excel.read.SaxAnalyserV03
 
getSheets() - 类 中的方法cn.zhucongqi.excel.read.SaxAnalyserV07
 
getSheets() - 类 中的方法cn.zhucongqi.excel.Reader
get excel's sheet[s]
getSimpleDateFormatDate(String, String) - 类 中的静态方法cn.zhucongqi.excel.kit.TypeKit
 
getSwiftTmpDir() - 类 中的静态方法cn.zhucongqi.excel.kit.TempFile
获取环境变量的配置
getTableContentBackGroundColor() - 类 中的方法cn.zhucongqi.excel.metadata.TableStyle
 
getTableContentFont() - 类 中的方法cn.zhucongqi.excel.metadata.TableStyle
 
getTableHeadBackGroundColor() - 类 中的方法cn.zhucongqi.excel.metadata.TableStyle
 
getTableHeadFont() - 类 中的方法cn.zhucongqi.excel.metadata.TableStyle
 
getTableNo() - 类 中的方法cn.zhucongqi.excel.metadata.Table
 
getTableStyle() - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
getTableStyle() - 类 中的方法cn.zhucongqi.excel.metadata.Table
 
getTmpFilePath(String) - 类 中的静态方法cn.zhucongqi.excel.read.v07.XMLTempFile
 
getTotalCount() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
已过时。
getTotalCount() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
getType() - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
getValue() - 类 中的方法cn.zhucongqi.excel.metadata.IndexValue
 
getValue() - 枚举 中的方法cn.zhucongqi.excel.support.ExcelTypeEnum
 
getWorkbook() - 接口 中的方法cn.zhucongqi.excel.write.context.GenerateContext
返回WorkBook
getWorkbook() - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
getWorkBookFilePath(String) - 类 中的静态方法cn.zhucongqi.excel.read.v07.XMLTempFile
 

H

hasHeader() - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
hasHeaderTitles() - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
Header - cn.zhucongqi.excel.metadata中的类
 
Header() - 类 的构造器cn.zhucongqi.excel.metadata.Header
 
Header(Integer) - 类 的构造器cn.zhucongqi.excel.metadata.Header
 
Header(Integer, String[]) - 类 的构造器cn.zhucongqi.excel.metadata.Header
 
Header(Integer, List<String>) - 类 的构造器cn.zhucongqi.excel.metadata.Header
 
Header(Class<?>, Integer) - 类 的构造器cn.zhucongqi.excel.metadata.Header
 
Header(Class<?>, List<List<String>>) - 类 的构造器cn.zhucongqi.excel.metadata.Header
 

I

IndexValue - cn.zhucongqi.excel.metadata中的类
 
IndexValue(String, String) - 类 的构造器cn.zhucongqi.excel.metadata.IndexValue
 
init(InputStream, ExcelTypeEnum, Object, AnalysisEventListener<?>, boolean) - 类 中的方法cn.zhucongqi.excel.read.BaseSaxAnalyser
 
init(InputStream, ExcelTypeEnum, Object, AnalysisEventListener<?>, boolean) - 接口 中的方法cn.zhucongqi.excel.read.ExcelAnalyser
Excel解析初始化
init(InputStream, ExcelTypeEnum, Object, AnalysisEventListener<?>, boolean) - 类 中的方法cn.zhucongqi.excel.read.ExcelAnalyserImpl
 
init(OutputStream, ExcelTypeEnum) - 接口 中的方法cn.zhucongqi.excel.write.Builder
初始化Excel构造器
init(OutputStream, ExcelTypeEnum) - 类 中的方法cn.zhucongqi.excel.write.BuilderImpl
 
INTEGER - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java Integer
sql: int, integer, tinyint, smallint, mediumint
interrupt() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
中断
interrupt() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
invoke(T, AnalysisContext) - 类 中的方法cn.zhucongqi.excel.read.event.AnalysisEventListener
when read one row trigger invoke function
invoke(Object, AnalysisContext) - 类 中的方法cn.zhucongqi.excel.read.event.ClassReflectBuildListener
 
invoke(List<String>, AnalysisContext) - 类 中的方法cn.zhucongqi.excel.read.event.JFModelReadListener
 
isBold() - 类 中的方法cn.zhucongqi.excel.metadata.Font
 
isNull() - 类 中的方法cn.zhucongqi.excel.metadata.Table
 

J

JFModelReadListener - cn.zhucongqi.excel.read.event中的类
 
JFModelReadListener() - 类 的构造器cn.zhucongqi.excel.read.event.JFModelReadListener
 

L

LONG - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java Long
sql: bigint

M

makeDirs(String) - 类 中的静态方法cn.zhucongqi.excel.kit.FileKit
 

N

notifyListeners(OneRowAnalysisFinishEvent) - 类 中的方法cn.zhucongqi.excel.read.BaseSaxAnalyser
 
notifyListeners(OneRowAnalysisFinishEvent) - 接口 中的方法cn.zhucongqi.excel.read.event.AnalysisEventRegisterCenter
通知所有监听者

O

one(String, Class<?>) - 类 中的静态方法cn.zhucongqi.excel.metadata.Column
Make a Column
OneRowAnalysisFinishEvent - cn.zhucongqi.excel.read.event中的类
 
OneRowAnalysisFinishEvent(Object) - 类 的构造器cn.zhucongqi.excel.read.event.OneRowAnalysisFinishEvent
 

P

parse(InputStream, ContentHandler) - 类 中的静态方法cn.zhucongqi.excel.read.v07.XmlParserFactory
xml解析
pattern - 类 中的静态变量cn.zhucongqi.excel.kit.TypeKit
 
POSITION - 类 中的静态变量cn.zhucongqi.excel.consts.XmlConstants
 
PositionKit - cn.zhucongqi.excel.kit中的类
 
PositionKit() - 类 的构造器cn.zhucongqi.excel.kit.PositionKit
 
processRecord(Record) - 类 中的方法cn.zhucongqi.excel.read.SaxAnalyserV03
 
Property - cn.zhucongqi.excel.annotation中的注释类型
 

R

read() - 类 中的方法cn.zhucongqi.excel.Reader
read a sheet
read(Sheet) - 类 中的方法cn.zhucongqi.excel.Reader
read the sheet
Reader - cn.zhucongqi.excel中的类
Excel Reader,thread unsafe
Reader(String, Object, AnalysisEventListener<?>) - 类 的构造器cn.zhucongqi.excel.Reader
 
Reader(String, Object, AnalysisEventListener<?>, boolean) - 类 的构造器cn.zhucongqi.excel.Reader
 
Reader(InputStream, ExcelTypeEnum, Object, AnalysisEventListener<?>) - 类 的构造器cn.zhucongqi.excel.Reader
 
Reader(InputStream, ExcelTypeEnum, Object, AnalysisEventListener<?>, boolean) - 类 的构造器cn.zhucongqi.excel.Reader
 
readRow(Model<?>) - 类 中的方法cn.zhucongqi.excel.read.event.JFModelReadListener
Read a model
ROW_TAG - 类 中的静态变量cn.zhucongqi.excel.consts.XmlConstants
 
RowHandler - cn.zhucongqi.excel.read.v07中的类
 
RowHandler(AnalysisEventRegisterCenter, SharedStringsTable, AnalysisContext, List<String>) - 类 的构造器cn.zhucongqi.excel.read.v07.RowHandler
 
Rule - cn.zhucongqi.excel.metadata中的类
 
Rule() - 类 的构造器cn.zhucongqi.excel.metadata.Rule
 
rule() - 类 中的方法cn.zhucongqi.excel.read.event.JFModelReadListener
Excel Read Rule

S

SaxAnalyserV03 - cn.zhucongqi.excel.read中的类
2003版Excel解析器
SaxAnalyserV03(AnalysisContext) - 类 的构造器cn.zhucongqi.excel.read.SaxAnalyserV03
 
SaxAnalyserV07 - cn.zhucongqi.excel.read中的类
 
SaxAnalyserV07(AnalysisContext) - 类 的构造器cn.zhucongqi.excel.read.SaxAnalyserV07
 
setAttr(String) - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
setBold(boolean) - 类 中的方法cn.zhucongqi.excel.metadata.Font
 
setClazz(Class<?>) - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
setClazz(Class<?>) - 类 中的方法cn.zhucongqi.excel.metadata.Table
 
setColumns(Map<Integer, Column>) - 类 中的方法cn.zhucongqi.excel.metadata.Rule
 
setCurrentRowAnalysisResult(Object) - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
 
setCurrentRowAnalysisResult(Object) - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
setCurrentRowIdx(Integer) - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
设置当前行数
setCurrentRowIdx(Integer) - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
setCurrentSheet(Sheet) - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
设置当前解析的Sheet
setCurrentSheet(Sheet) - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
setCurrentSheet(Sheet) - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
setCurrentSheetName(String) - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
setCustom(Object) - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
setData(Object) - 类 中的方法cn.zhucongqi.excel.read.event.OneRowAnalysisFinishEvent
 
setDateFormat(String) - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
setEventListener(AnalysisEventListener<?>) - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
setExcelType(ExcelTypeEnum) - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
setExcelType(ExcelTypeEnum) - 类 中的方法cn.zhucongqi.excel.write.context.GenerateContextImpl
 
setField(Field) - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
setFirstCol(int) - 类 中的方法cn.zhucongqi.excel.metadata.CellRange
 
setFirstRow(int) - 类 中的方法cn.zhucongqi.excel.metadata.CellRange
 
setFontHeightInPoints(short) - 类 中的方法cn.zhucongqi.excel.metadata.Font
 
setFontName(String) - 类 中的方法cn.zhucongqi.excel.metadata.Font
 
setHead(List<String>) - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
setHead(List<List<String>>) - 类 中的方法cn.zhucongqi.excel.metadata.Table
 
setHeader(Header) - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
setHeaderClazz(Class<?>) - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
setHeaderColumnMap(Map<Integer, Column>) - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
setHeaderColumns(List<Column>) - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
setHeaderLineCnt(Integer) - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
setHeaderLineCnt(Integer) - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
setHeaderTitles(List<List<String>>) - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
setHeadLineCnt(Integer) - 类 中的方法cn.zhucongqi.excel.metadata.Header
 
setIndex(int) - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
setIndex(Integer) - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
setIndex(String) - 类 中的方法cn.zhucongqi.excel.metadata.IndexValue
 
setInputStream(InputStream) - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
setLastCol(int) - 类 中的方法cn.zhucongqi.excel.metadata.CellRange
 
setLastRow(int) - 类 中的方法cn.zhucongqi.excel.metadata.CellRange
 
setRule(Rule) - 接口 中的方法cn.zhucongqi.excel.write.Builder
Set Rule
setRule(Rule) - 类 中的方法cn.zhucongqi.excel.write.BuilderImpl
 
setRule(Rule) - 类 中的方法cn.zhucongqi.excel.Writer
Set rule
setSheetName(String) - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
setSheetNo(int) - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
setTableContentBackGroundColor(IndexedColors) - 类 中的方法cn.zhucongqi.excel.metadata.TableStyle
 
setTableContentFont(Font) - 类 中的方法cn.zhucongqi.excel.metadata.TableStyle
 
setTableHeadBackGroundColor(IndexedColors) - 类 中的方法cn.zhucongqi.excel.metadata.TableStyle
 
setTableHeadFont(Font) - 类 中的方法cn.zhucongqi.excel.metadata.TableStyle
 
setTableNo(Integer) - 类 中的方法cn.zhucongqi.excel.metadata.Table
 
setTableStyle(TableStyle) - 类 中的方法cn.zhucongqi.excel.metadata.Sheet
 
setTableStyle(TableStyle) - 类 中的方法cn.zhucongqi.excel.metadata.Table
 
setTotalCount(Integer) - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
设置总条数
setTotalCount(Integer) - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
setType(Class<?>) - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
setUse1904WindowDate(boolean) - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
 
setUse1904WindowDate(boolean) - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
setValue(String) - 类 中的方法cn.zhucongqi.excel.metadata.IndexValue
 
setValue(String) - 枚举 中的方法cn.zhucongqi.excel.support.ExcelTypeEnum
 
Sheet - cn.zhucongqi.excel.metadata中的类
Sheet参数
Sheet(Integer) - 类 的构造器cn.zhucongqi.excel.metadata.Sheet
 
Sheet(Integer, Integer) - 类 的构造器cn.zhucongqi.excel.metadata.Sheet
 
Sheet(Integer, Integer, Class<?>) - 类 的构造器cn.zhucongqi.excel.metadata.Sheet
 
Sheet(Integer, Integer, Class<?>, String, List<List<String>>) - 类 的构造器cn.zhucongqi.excel.metadata.Sheet
 
SHEET_MAX_ROW - 类 中的静态变量cn.zhucongqi.excel.consts.SheetConsts
Max data size peer sheet
SheetConsts - cn.zhucongqi.excel.consts中的类
 
SheetConsts() - 类 的构造器cn.zhucongqi.excel.consts.SheetConsts
 
SHORT - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java Short
SQL_DATE - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Sql Date
sql: date, year
SQL_TIME - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
sql: time
SQL_TIMESTAMP - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
sql: timestamp, datetime
startElement(String, String, String, Attributes) - 类 中的方法cn.zhucongqi.excel.read.v07.RowHandler
 
stop() - 接口 中的方法cn.zhucongqi.excel.read.ExcelAnalyser
关闭流
stop() - 类 中的方法cn.zhucongqi.excel.read.ExcelAnalyserImpl
 
stop() - 类 中的方法cn.zhucongqi.excel.read.SaxAnalyserV03
 
stop() - 类 中的方法cn.zhucongqi.excel.read.SaxAnalyserV07
 
STRING - 类 中的静态变量cn.zhucongqi.excel.metadata.ColumnType
Java String
sql: varchar, char, enum, set, text, tinytext, mediumtext, longtext

T

Table - cn.zhucongqi.excel.metadata中的类
 
Table(Integer) - 类 的构造器cn.zhucongqi.excel.metadata.Table
 
TableStyle - cn.zhucongqi.excel.metadata中的类
 
TableStyle() - 类 的构造器cn.zhucongqi.excel.metadata.TableStyle
 
TempFile - cn.zhucongqi.excel.kit中的类
Fix POI DefaultTempFileCreationStrategy
In concurrent writes, create a temporary directory BUG that throw an exception.
TempFile() - 类 的构造器cn.zhucongqi.excel.kit.TempFile
 
toString() - 类 中的方法cn.zhucongqi.excel.metadata.CellRange
 
toString() - 类 中的方法cn.zhucongqi.excel.metadata.Column
 
toString() - 类 中的方法cn.zhucongqi.excel.metadata.IndexValue
 
trim() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
是否trim()
trim() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 
TypeDetection - cn.zhucongqi.excel.support中的类
 
TypeDetection() - 类 的构造器cn.zhucongqi.excel.support.TypeDetection
 
TypeKit - cn.zhucongqi.excel.kit中的类
类型转换工具类
TypeKit() - 类 的构造器cn.zhucongqi.excel.kit.TypeKit
 

U

use1904WindowDate() - 接口 中的方法cn.zhucongqi.excel.read.context.AnalysisContext
 
use1904WindowDate() - 类 中的方法cn.zhucongqi.excel.read.context.AnalysisContextImpl
 

V

valueOf(String) - 枚举 中的静态方法cn.zhucongqi.excel.annotation.FieldType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.zhucongqi.excel.support.ExcelTypeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.zhucongqi.excel.annotation.FieldType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.zhucongqi.excel.support.ExcelTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

write(List<?>) - 类 中的方法cn.zhucongqi.excel.Writer
Write Data to Excel.
write(List<?>, Sheet) - 类 中的方法cn.zhucongqi.excel.Writer
Write Data to Excel.
write(List<?>, Sheet, Table) - 类 中的方法cn.zhucongqi.excel.Writer
Write Data to Excel.
write0(List<List<String>>, Sheet) - 类 中的方法cn.zhucongqi.excel.Writer
Write Data to Excel.
write0(List<List<String>>, Sheet, Table) - 类 中的方法cn.zhucongqi.excel.Writer
Write Data to Excel.
writeFile(File, InputStream) - 类 中的静态方法cn.zhucongqi.excel.kit.FileKit
 
Writer - cn.zhucongqi.excel中的类
Build excel,thread unsafe
Writer(OutputStream, ExcelTypeEnum) - 类 的构造器cn.zhucongqi.excel.Writer
Build EXCEL

X

XmlConstants - cn.zhucongqi.excel.consts中的类
 
XmlConstants() - 类 的构造器cn.zhucongqi.excel.consts.XmlConstants
 
XmlParserFactory - cn.zhucongqi.excel.read.v07中的类
 
XmlParserFactory() - 类 的构造器cn.zhucongqi.excel.read.v07.XmlParserFactory
 
XMLTempFile - cn.zhucongqi.excel.read.v07中的类
 
XMLTempFile() - 类 的构造器cn.zhucongqi.excel.read.v07.XMLTempFile
 
A B C D E F G H I J L M N O P R S T U V W X 
跳过导航链接

Copyright © 2018. All rights reserved.