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

A

addContent(List, int) - 接口 中的方法com.alibaba.excel.write.ExcelBuilder
workBook increase data
addContent(List, Sheet) - 接口 中的方法com.alibaba.excel.write.ExcelBuilder
WorkBook increase data
addContent(List, Sheet, Table) - 接口 中的方法com.alibaba.excel.write.ExcelBuilder
WorkBook increase data
addContent(List, int) - 类 中的方法com.alibaba.excel.write.ExcelBuilderImpl
 
addContent(List, Sheet) - 类 中的方法com.alibaba.excel.write.ExcelBuilderImpl
 
addContent(List, Sheet, Table) - 类 中的方法com.alibaba.excel.write.ExcelBuilderImpl
 
addObjectToArray(A[], O) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addStringToArray(String[], String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
addStyle(Integer, CellStyle) - 类 中的方法com.alibaba.excel.metadata.BaseRowModel
 
analysis(Sheet) - 类 中的方法com.alibaba.excel.analysis.BaseSaxAnalyser
 
analysis() - 类 中的方法com.alibaba.excel.analysis.BaseSaxAnalyser
 
analysis(Sheet) - 接口 中的方法com.alibaba.excel.analysis.ExcelAnalyser
parse one sheet
analysis() - 接口 中的方法com.alibaba.excel.analysis.ExcelAnalyser
parse all sheets
analysis(Sheet) - 类 中的方法com.alibaba.excel.analysis.ExcelAnalyserImpl
 
analysis() - 类 中的方法com.alibaba.excel.analysis.ExcelAnalyserImpl
 
analysisContext - 类 中的变量com.alibaba.excel.analysis.BaseSaxAnalyser
 
AnalysisContext - com.alibaba.excel.context中的接口
A context is the main anchorage point of a excel reader.
AnalysisContextImpl - com.alibaba.excel.context中的类
 
AnalysisContextImpl(InputStream, ExcelTypeEnum, Object, AnalysisEventListener, boolean) - 类 的构造器com.alibaba.excel.context.AnalysisContextImpl
 
AnalysisEventListener<T> - com.alibaba.excel.event中的类
 
AnalysisEventListener() - 类 的构造器com.alibaba.excel.event.AnalysisEventListener
 
AnalysisEventRegisterCenter - com.alibaba.excel.event中的接口
Event center.
AnalysisParam - com.alibaba.excel.parameter中的类
已过时。
AnalysisParam(InputStream, ExcelTypeEnum, Object) - 类 的构造器com.alibaba.excel.parameter.AnalysisParam
已过时。
 
appendLister(String, AnalysisEventListener) - 类 中的方法com.alibaba.excel.analysis.BaseSaxAnalyser
 
appendLister(String, AnalysisEventListener) - 接口 中的方法com.alibaba.excel.event.AnalysisEventRegisterCenter
Append listener
appendOneRow(List<String>) - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
 
applyRelativePath(String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
arrayToCommaDelimitedString(Object[]) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Convert a String array into a delimited String (e.g.
arrayToList(Object) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Convert the supplied array into a List.

B

BaseRowModel - com.alibaba.excel.metadata中的类
Excel基础模型
BaseRowModel() - 类 的构造器com.alibaba.excel.metadata.BaseRowModel
 
BaseSaxAnalyser - com.alibaba.excel.analysis中的类
 
BaseSaxAnalyser() - 类 的构造器com.alibaba.excel.analysis.BaseSaxAnalyser
 
buildCellStyle(Workbook, Font, IndexedColors) - 类 中的静态方法com.alibaba.excel.util.StyleUtil
 
buildDefaultCellStyle(Workbook) - 类 中的静态方法com.alibaba.excel.util.StyleUtil
 
buildExcelHeadProperty(Class<? extends BaseRowModel>, List<String>) - 接口 中的方法com.alibaba.excel.context.AnalysisContext
 
buildExcelHeadProperty(Class<? extends BaseRowModel>, List<String>) - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
buildSheetStyle(Sheet, Map<Integer, Integer>) - 类 中的静态方法com.alibaba.excel.util.StyleUtil
 

C

capitalize(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
caseInsensitiveValueOf(E[], String) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
CELL_TAG - 类 中的静态变量com.alibaba.excel.constant.ExcelXmlConstants
 
CELL_VALUE_TAG - 类 中的静态变量com.alibaba.excel.constant.ExcelXmlConstants
 
CELL_VALUE_TAG_1 - 类 中的静态变量com.alibaba.excel.constant.ExcelXmlConstants
 
CellRange - com.alibaba.excel.metadata中的类
 
CellRange(int, int, int, int) - 类 的构造器com.alibaba.excel.metadata.CellRange
 
characters(char[], int, int) - 类 中的方法com.alibaba.excel.analysis.v07.XlsxRowHandler
 
cleanAllListeners() - 类 中的方法com.alibaba.excel.analysis.BaseSaxAnalyser
 
cleanAllListeners() - 接口 中的方法com.alibaba.excel.event.AnalysisEventRegisterCenter
Clean all listeners.
cleanPath(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
collectionToCommaDelimitedString(Collection<?>) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String, String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Convert a Collection to a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Convert a Collection into a delimited String (e.g.
CollectionUtils - com.alibaba.excel.util中的类
Miscellaneous collection utility methods.
CollectionUtils() - 类 的构造器com.alibaba.excel.util.CollectionUtils
 
com.alibaba.excel - 程序包 com.alibaba.excel
 
com.alibaba.excel.analysis - 程序包 com.alibaba.excel.analysis
 
com.alibaba.excel.analysis.v03 - 程序包 com.alibaba.excel.analysis.v03
 
com.alibaba.excel.analysis.v07 - 程序包 com.alibaba.excel.analysis.v07
 
com.alibaba.excel.annotation - 程序包 com.alibaba.excel.annotation
 
com.alibaba.excel.constant - 程序包 com.alibaba.excel.constant
 
com.alibaba.excel.context - 程序包 com.alibaba.excel.context
 
com.alibaba.excel.event - 程序包 com.alibaba.excel.event
 
com.alibaba.excel.exception - 程序包 com.alibaba.excel.exception
 
com.alibaba.excel.metadata - 程序包 com.alibaba.excel.metadata
 
com.alibaba.excel.modelbuild - 程序包 com.alibaba.excel.modelbuild
 
com.alibaba.excel.parameter - 程序包 com.alibaba.excel.parameter
 
com.alibaba.excel.support - 程序包 com.alibaba.excel.support
 
com.alibaba.excel.util - 程序包 com.alibaba.excel.util
 
com.alibaba.excel.write - 程序包 com.alibaba.excel.write
 
commaDelimitedListToSet(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
compareTo(ExcelColumnProperty) - 类 中的方法com.alibaba.excel.metadata.ExcelColumnProperty
 
concatenateStringArrays(String[], String[]) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
contains(Iterator<?>, Object) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration<?>, Object) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Check whether the given Enumeration contains the given element.
containsAny(Collection<?>, Collection<?>) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Return true if any element in 'candidates' is contained in 'source'; otherwise returns false.
containsConstant(Enum<?>[], String) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsElement(Object[], Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Check whether the given array contains the given element.
containsInstance(Collection<?>, Object) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Check whether the given Collection contains the given element instance.
containsWhitespace(CharSequence) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Check whether the given String contains any whitespace characters.
convert(String, Field, String, boolean) - 类 中的静态方法com.alibaba.excel.util.TypeUtil
 
converter(List<IndexValue>) - 类 中的静态方法com.alibaba.excel.util.IndexValueConverter
 
countOccurrencesOf(String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Count the occurrences of the substring sub in string str.
createCell(Row, int, CellStyle, String) - 类 中的静态方法com.alibaba.excel.util.WorkBookUtil
 
createCell(Row, int, CellStyle, Object, Boolean) - 类 中的静态方法com.alibaba.excel.util.WorkBookUtil
 
createOrGetSheet(Workbook, Sheet) - 类 中的静态方法com.alibaba.excel.util.WorkBookUtil
 
createPOIFilesDirectory() - 类 中的静态方法com.alibaba.excel.util.POITempFile
 
createRow(Sheet, int) - 类 中的静态方法com.alibaba.excel.util.WorkBookUtil
 
createSheet(Workbook, Sheet) - 类 中的静态方法com.alibaba.excel.util.WorkBookUtil
 
createWorkBook(InputStream, ExcelTypeEnum) - 类 中的静态方法com.alibaba.excel.util.WorkBookUtil
 
currentSheet(Sheet) - 类 中的方法com.alibaba.excel.context.WriteContext
 
currentTable(Table) - 类 中的方法com.alibaba.excel.context.WriteContext
 

D

delete(String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Delete all occurrences of the given substring.
deleteAny(String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Delete any character in a given String.
delimitedListToStringArray(String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
DIMENSION - 类 中的静态变量com.alibaba.excel.constant.ExcelXmlConstants
 
DIMENSION_REF - 类 中的静态变量com.alibaba.excel.constant.ExcelXmlConstants
 
doAfterAllAnalysed(AnalysisContext) - 类 中的方法com.alibaba.excel.event.AnalysisEventListener
if have something to do after all analysis
doAfterAllAnalysed(AnalysisContext) - 类 中的方法com.alibaba.excel.modelbuild.ModelBuildEventListener
 

E

EasyExcelFactory - com.alibaba.excel中的类
Reader and writer factory class
EasyExcelFactory() - 类 的构造器com.alibaba.excel.EasyExcelFactory
 
endElement(String, String, String) - 类 中的方法com.alibaba.excel.analysis.v07.XlsxRowHandler
 
endsWithIgnoreCase(String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
ExcelAnalyser - com.alibaba.excel.analysis中的接口
Excel file analyser
ExcelAnalyserImpl - com.alibaba.excel.analysis中的类
 
ExcelAnalyserImpl(InputStream, ExcelTypeEnum, Object, AnalysisEventListener, boolean) - 类 的构造器com.alibaba.excel.analysis.ExcelAnalyserImpl
 
ExcelAnalysisException - com.alibaba.excel.exception中的异常错误
 
ExcelAnalysisException() - 异常错误 的构造器com.alibaba.excel.exception.ExcelAnalysisException
 
ExcelAnalysisException(String) - 异常错误 的构造器com.alibaba.excel.exception.ExcelAnalysisException
 
ExcelAnalysisException(String, Throwable) - 异常错误 的构造器com.alibaba.excel.exception.ExcelAnalysisException
 
ExcelAnalysisException(Throwable) - 异常错误 的构造器com.alibaba.excel.exception.ExcelAnalysisException
 
ExcelBuilder - com.alibaba.excel.write中的接口
 
ExcelBuilderImpl - com.alibaba.excel.write中的类
 
ExcelBuilderImpl(InputStream, OutputStream, ExcelTypeEnum, boolean) - 类 的构造器com.alibaba.excel.write.ExcelBuilderImpl
 
ExcelColumnNum - com.alibaba.excel.annotation中的注释类型
Created by jipengfei on 17/3/19.
ExcelColumnProperty - com.alibaba.excel.metadata中的类
 
ExcelColumnProperty() - 类 的构造器com.alibaba.excel.metadata.ExcelColumnProperty
 
ExcelGenerateException - com.alibaba.excel.exception中的异常错误
 
ExcelGenerateException(String) - 异常错误 的构造器com.alibaba.excel.exception.ExcelGenerateException
 
ExcelGenerateException(String, Throwable) - 异常错误 的构造器com.alibaba.excel.exception.ExcelGenerateException
 
ExcelGenerateException(Throwable) - 异常错误 的构造器com.alibaba.excel.exception.ExcelGenerateException
 
ExcelHeadProperty - com.alibaba.excel.metadata中的类
Define the header attribute of excel
ExcelHeadProperty(Class<? extends BaseRowModel>, List<List<String>>) - 类 的构造器com.alibaba.excel.metadata.ExcelHeadProperty
 
ExcelProperty - com.alibaba.excel.annotation中的注释类型
 
ExcelReader - com.alibaba.excel中的类
Excel readers are all read in event mode.
ExcelReader(InputStream, ExcelTypeEnum, Object, AnalysisEventListener) - 类 的构造器com.alibaba.excel.ExcelReader
已过时。
ExcelReader(InputStream, Object, AnalysisEventListener) - 类 的构造器com.alibaba.excel.ExcelReader
Create new reader
ExcelReader(AnalysisParam, AnalysisEventListener) - 类 的构造器com.alibaba.excel.ExcelReader
已过时。
ExcelReader(InputStream, ExcelTypeEnum, Object, AnalysisEventListener, boolean) - 类 的构造器com.alibaba.excel.ExcelReader
已过时。
ExcelReader(InputStream, Object, AnalysisEventListener, boolean) - 类 的构造器com.alibaba.excel.ExcelReader
Create new reader
ExcelTypeEnum - com.alibaba.excel.support中的枚举
 
ExcelWriteParam - com.alibaba.excel.parameter中的类
已过时。
ExcelWriteParam(OutputStream, ExcelTypeEnum) - 类 的构造器com.alibaba.excel.parameter.ExcelWriteParam
已过时。
 
ExcelWriter - com.alibaba.excel中的类
Excel Writer This tool is used to write data out to Excel via POI.
ExcelWriter(OutputStream, ExcelTypeEnum) - 类 的构造器com.alibaba.excel.ExcelWriter
Create new writer
ExcelWriter(GenerateParam) - 类 的构造器com.alibaba.excel.ExcelWriter
已过时。
ExcelWriter(OutputStream, ExcelTypeEnum, boolean) - 类 的构造器com.alibaba.excel.ExcelWriter
Create new writer
ExcelWriter(InputStream, OutputStream, ExcelTypeEnum, Boolean) - 类 的构造器com.alibaba.excel.ExcelWriter
Create new writer
ExcelXmlConstants - com.alibaba.excel.constant中的类
 
ExcelXmlConstants() - 类 的构造器com.alibaba.excel.constant.ExcelXmlConstants
 
execute() - 类 中的方法com.alibaba.excel.analysis.BaseSaxAnalyser
execute method
execute() - 类 中的方法com.alibaba.excel.analysis.v03.XlsSaxAnalyser
 
execute() - 类 中的方法com.alibaba.excel.analysis.v07.XlsxSaxAnalyser
 

F

FieldType - com.alibaba.excel.annotation中的枚举
 
findCommonElementType(Collection<?>) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Find the common element type of the given Collection, if any.
findFirstMatch(Collection<?>, Collection<E>) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Return the first element in 'candidates' that is contained in 'source'.
findValueOfType(Collection<?>, Class<T>) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Find a single value of the given type in the given Collection.
findValueOfType(Collection<?>, Class<?>[]) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Find a single value of one of the given types in the given Collection: searching the Collection for a value of the first type, then searching for a value of the second type, etc.
finish() - 类 中的方法com.alibaba.excel.ExcelWriter
Close IO
finish() - 接口 中的方法com.alibaba.excel.write.ExcelBuilder
Close io
finish() - 类 中的方法com.alibaba.excel.write.ExcelBuilderImpl
 
Font - com.alibaba.excel.metadata中的类
 
Font() - 类 的构造器com.alibaba.excel.metadata.Font
 
formatDate(Date, String) - 类 中的静态方法com.alibaba.excel.util.TypeUtil
 
formatFloat(String) - 类 中的静态方法com.alibaba.excel.util.TypeUtil
 
formatFloat0(String, int) - 类 中的静态方法com.alibaba.excel.util.TypeUtil
 

G

GenerateParam - com.alibaba.excel.parameter中的类
Created by jipengfei on 17/2/19.
GenerateParam(String, Class, OutputStream) - 类 的构造器com.alibaba.excel.parameter.GenerateParam
 
getAutoWidth() - 类 中的方法com.alibaba.excel.metadata.Sheet
 
getCellRangeModels() - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
Calculate all cells that need to be merged
getCellStyleMap() - 类 中的方法com.alibaba.excel.metadata.BaseRowModel
 
getClazz() - 类 中的方法com.alibaba.excel.metadata.Sheet
 
getClazz() - 类 中的方法com.alibaba.excel.metadata.Table
 
getClazz() - 类 中的方法com.alibaba.excel.parameter.GenerateParam
 
getCol(String) - 类 中的静态方法com.alibaba.excel.util.PositionUtils
 
getColumnPropertyList() - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
 
getColumnWidthMap() - 类 中的方法com.alibaba.excel.metadata.Sheet
 
getCurrentContentStyle() - 类 中的方法com.alibaba.excel.context.WriteContext
 
getCurrentHeadCellStyle() - 类 中的方法com.alibaba.excel.context.WriteContext
 
getCurrentRowAnalysisResult() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
get current result
getCurrentRowAnalysisResult() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
getCurrentRowNum() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
get current row
getCurrentRowNum() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
getCurrentSheet() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
get current sheet
getCurrentSheet() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
getCurrentSheet() - 类 中的方法com.alibaba.excel.context.WriteContext
 
getCurrentSheetName() - 类 中的方法com.alibaba.excel.context.WriteContext
 
getCurrentSheetParam() - 类 中的方法com.alibaba.excel.context.WriteContext
 
getCurrentTable() - 类 中的方法com.alibaba.excel.context.WriteContext
 
getCustom() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
Custom attribute
getCustom() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
getCustomContent() - 类 中的方法com.alibaba.excel.parameter.AnalysisParam
已过时。
 
getData() - 类 中的方法com.alibaba.excel.event.OneRowAnalysisFinishEvent
 
getDefaultDateString(Date) - 类 中的静态方法com.alibaba.excel.util.TypeUtil
 
getDisplayString(Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getEventListener() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
custom listener
getEventListener() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
getExcelColumnProperty(int) - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
 
getExcelHeadProperty() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
get excel head
getExcelHeadProperty() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
getExcelHeadProperty() - 类 中的方法com.alibaba.excel.context.WriteContext
 
getExcelType() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
get excel type
getExcelType() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
getExcelType() - 类 中的方法com.alibaba.excel.context.WriteContext
 
getExcelTypeEnum() - 类 中的方法com.alibaba.excel.parameter.AnalysisParam
已过时。
 
getField() - 类 中的方法com.alibaba.excel.metadata.ExcelColumnProperty
 
getFieldStringValue(BeanMap, String, String) - 类 中的静态方法com.alibaba.excel.util.TypeUtil
 
getFieldValues(List<String>, ExcelHeadProperty, Boolean) - 类 中的静态方法com.alibaba.excel.util.TypeUtil
 
getFilename(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Extract the filename from the given Java resource path, e.g.
getFilenameExtension(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Extract the filename extension from the given Java resource path,
getFirstCol() - 类 中的方法com.alibaba.excel.metadata.CellRange
 
getFirstRow() - 类 中的方法com.alibaba.excel.metadata.CellRange
 
getFontHeightInPoints() - 类 中的方法com.alibaba.excel.metadata.Font
 
getFontName() - 类 中的方法com.alibaba.excel.metadata.Font
 
getFormat() - 类 中的方法com.alibaba.excel.metadata.ExcelColumnProperty
 
getHead() - 类 中的方法com.alibaba.excel.metadata.ExcelColumnProperty
 
getHead() - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
 
getHead() - 类 中的方法com.alibaba.excel.metadata.Sheet
 
getHead() - 类 中的方法com.alibaba.excel.metadata.Table
 
getHeadByRowNum(int) - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
 
getHeadClazz() - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
 
getHeadLineMun() - 类 中的方法com.alibaba.excel.metadata.Sheet
 
getIdentityHexString(Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a hex String form of an object's identity hash code.
getIn() - 类 中的方法com.alibaba.excel.parameter.AnalysisParam
已过时。
 
getIndex() - 类 中的方法com.alibaba.excel.metadata.ExcelColumnProperty
 
getInputStream() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
get in io
getInputStream() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
getLastCol() - 类 中的方法com.alibaba.excel.metadata.CellRange
 
getLastRow() - 类 中的方法com.alibaba.excel.metadata.CellRange
 
getOutputStream() - 类 中的方法com.alibaba.excel.context.WriteContext
 
getOutputStream() - 类 中的方法com.alibaba.excel.parameter.ExcelWriteParam
已过时。
 
getOutputStream() - 类 中的方法com.alibaba.excel.parameter.GenerateParam
 
getReader(InputStream, AnalysisEventListener) - 类 中的静态方法com.alibaba.excel.EasyExcelFactory
Get ExcelReader.
getRow(String) - 类 中的静态方法com.alibaba.excel.util.PositionUtils
 
getRowNum() - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
 
getSheetName() - 类 中的方法com.alibaba.excel.metadata.Sheet
 
getSheetName() - 类 中的方法com.alibaba.excel.parameter.GenerateParam
 
getSheetNo() - 类 中的方法com.alibaba.excel.metadata.Sheet
 
getSheets() - 接口 中的方法com.alibaba.excel.analysis.ExcelAnalyser
get all sheet of workbook
getSheets() - 类 中的方法com.alibaba.excel.analysis.ExcelAnalyserImpl
 
getSheets() - 类 中的方法com.alibaba.excel.analysis.v03.XlsSaxAnalyser
 
getSheets() - 类 中的方法com.alibaba.excel.analysis.v07.XlsxSaxAnalyser
 
getSheets() - 类 中的方法com.alibaba.excel.ExcelReader
Parse the workBook get all sheets
getSimpleDateFormatDate(String, String) - 类 中的静态方法com.alibaba.excel.util.TypeUtil
 
getStartRow() - 类 中的方法com.alibaba.excel.metadata.Sheet
 
getStyle(Integer) - 类 中的方法com.alibaba.excel.metadata.BaseRowModel
 
getTableContentBackGroundColor() - 类 中的方法com.alibaba.excel.metadata.TableStyle
 
getTableContentFont() - 类 中的方法com.alibaba.excel.metadata.TableStyle
 
getTableHeadBackGroundColor() - 类 中的方法com.alibaba.excel.metadata.TableStyle
 
getTableHeadFont() - 类 中的方法com.alibaba.excel.metadata.TableStyle
 
getTableNo() - 类 中的方法com.alibaba.excel.metadata.Table
 
getTableStyle() - 类 中的方法com.alibaba.excel.metadata.Sheet
 
getTableStyle() - 类 中的方法com.alibaba.excel.metadata.Table
 
getTotalCount() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
已过时。
getTotalCount() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
getType() - 类 中的方法com.alibaba.excel.parameter.ExcelWriteParam
已过时。
 
getType() - 类 中的方法com.alibaba.excel.parameter.GenerateParam
 
getV_index() - 类 中的方法com.alibaba.excel.metadata.IndexValue
 
getV_value() - 类 中的方法com.alibaba.excel.metadata.IndexValue
 
getValue() - 枚举 中的方法com.alibaba.excel.support.ExcelTypeEnum
 
getWorkbook() - 类 中的方法com.alibaba.excel.context.WriteContext
 
getWriter(OutputStream) - 类 中的静态方法com.alibaba.excel.EasyExcelFactory
Get ExcelWriter
getWriter(OutputStream, ExcelTypeEnum, boolean) - 类 中的静态方法com.alibaba.excel.EasyExcelFactory
Get ExcelWriter
getWriterWithTemp(InputStream, OutputStream, ExcelTypeEnum, boolean) - 类 中的静态方法com.alibaba.excel.EasyExcelFactory
Get ExcelWriter with a template file

H

hashCode(boolean) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return the same value as Boolean.hashCode()}.
hashCode(double) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return the same value as Double.hashCode()}.
hashCode(float) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return the same value as Float.hashCode()}.
hashCode(long) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return the same value as Long.hashCode()}.
hasLength(CharSequence) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Check that the given String is neither null nor of length 0.
hasText(CharSequence) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Check whether the given String contains actual text.
hasUniqueObject(Collection<?>) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Determine whether the given Collection only contains a single unique object.

I

identityToString(Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of an object's overall identity.
IndexValue - com.alibaba.excel.metadata中的类
 
IndexValue(String, String) - 类 的构造器com.alibaba.excel.metadata.IndexValue
 
IndexValueConverter - com.alibaba.excel.util中的类
去除空Cell
IndexValueConverter() - 类 的构造器com.alibaba.excel.util.IndexValueConverter
 
initTableHead() - 类 中的方法com.alibaba.excel.context.WriteContext
 
interrupt() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
Interrupt execution
interrupt() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
invoke(T, AnalysisContext) - 类 中的方法com.alibaba.excel.event.AnalysisEventListener
when analysis one row trigger invoke function
invoke(Object, AnalysisContext) - 类 中的方法com.alibaba.excel.modelbuild.ModelBuildEventListener
 
isArray(Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isBold() - 类 中的方法com.alibaba.excel.metadata.Font
 
isCheckedException(Throwable) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isCompatibleWithThrowsClause(Throwable, Class<?>...) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Check whether the given exception is compatible with the specified exception types, as declared in a throws clause.
isEmpty(Collection<?>) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmpty(Map<?, ?>) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Return true if the supplied Map is null or empty.
isEmpty(Object[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Determine whether the given object is empty.
isEmpty(Object) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Check whether the given String is empty.
isNum(Field) - 类 中的静态方法com.alibaba.excel.util.TypeUtil
 
isNum(Object) - 类 中的静态方法com.alibaba.excel.util.TypeUtil
 

M

merge(int, int, int, int) - 类 中的方法com.alibaba.excel.ExcelWriter
Merge Cells,Indexes are zero-based.
merge(int, int, int, int) - 接口 中的方法com.alibaba.excel.write.ExcelBuilder
Creates new cell range.
merge(int, int, int, int) - 类 中的方法com.alibaba.excel.write.ExcelBuilderImpl
 
mergeArrayIntoCollection(Object, Collection<E>) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Merge the given array into the given Collection.
mergePropertiesIntoMap(Properties, Map<K, V>) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
mergeStringArrays(String[], String[]) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Merge the given String arrays into one, with overlapping array elements only included once.
ModelBuildEventListener - com.alibaba.excel.modelbuild中的类
 
ModelBuildEventListener() - 类 的构造器com.alibaba.excel.modelbuild.ModelBuildEventListener
 

N

needHead() - 类 中的方法com.alibaba.excel.context.WriteContext
 
notifyListeners(OneRowAnalysisFinishEvent) - 类 中的方法com.alibaba.excel.analysis.BaseSaxAnalyser
 
notifyListeners(OneRowAnalysisFinishEvent) - 接口 中的方法com.alibaba.excel.event.AnalysisEventRegisterCenter
Parse one row to notify all event listeners
nullSafeClassName(Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Determine the class name for the given object.
nullSafeEquals(Object, Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Return a String representation of the contents of the specified array.

O

ObjectUtils - com.alibaba.excel.util中的类
Miscellaneous object utility methods.
ObjectUtils() - 类 的构造器com.alibaba.excel.util.ObjectUtils
 
OneRowAnalysisFinishEvent - com.alibaba.excel.event中的类
 
OneRowAnalysisFinishEvent(Object) - 类 的构造器com.alibaba.excel.event.OneRowAnalysisFinishEvent
 
OneRowAnalysisFinishEvent(String[], int) - 类 的构造器com.alibaba.excel.event.OneRowAnalysisFinishEvent
 

P

parseLocaleString(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Parse the given localeString value into a Locale.
parseTimeZoneString(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Parse the given timeZoneString value into a TimeZone.
pathEquals(String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Compare two paths after normalization of them.
pattern - 类 中的静态变量com.alibaba.excel.util.TypeUtil
 
POITempFile - com.alibaba.excel.util中的类
 
POITempFile() - 类 的构造器com.alibaba.excel.util.POITempFile
 
POSITION - 类 中的静态变量com.alibaba.excel.constant.ExcelXmlConstants
 
PositionUtils - com.alibaba.excel.util中的类
 
PositionUtils() - 类 的构造器com.alibaba.excel.util.PositionUtils
 
processRecord(Record) - 类 中的方法com.alibaba.excel.analysis.v03.XlsSaxAnalyser
 

Q

quote(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Quote the given String with single quotes.
quoteIfString(Object) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

read(InputStream, Sheet) - 类 中的静态方法com.alibaba.excel.EasyExcelFactory
Quickly read small files,no more than 10,000 lines.
read() - 类 中的方法com.alibaba.excel.ExcelReader
Parse all sheet content by default
read(Sheet) - 类 中的方法com.alibaba.excel.ExcelReader
Parse the specified sheet,SheetNo start from 1
read(Sheet, Class<? extends BaseRowModel>) - 类 中的方法com.alibaba.excel.ExcelReader
已过时。
readBySax(InputStream, Sheet, AnalysisEventListener) - 类 中的静态方法com.alibaba.excel.EasyExcelFactory
Parsing large file
removeDuplicateStrings(String[]) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Remove duplicate strings from the given array.
replace(String, String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Replace all occurrences of a substring within a string with another string.
ROW_TAG - 类 中的静态变量com.alibaba.excel.constant.ExcelXmlConstants
 
RowUtil - com.alibaba.excel.util中的类
 
RowUtil() - 类 的构造器com.alibaba.excel.util.RowUtil
 

S

setAutoWidth(Boolean) - 类 中的方法com.alibaba.excel.metadata.Sheet
 
setBold(boolean) - 类 中的方法com.alibaba.excel.metadata.Font
 
setCellStyleMap(Map<Integer, CellStyle>) - 类 中的方法com.alibaba.excel.metadata.BaseRowModel
 
setClazz(Class<? extends BaseRowModel>) - 类 中的方法com.alibaba.excel.metadata.Sheet
 
setClazz(Class<? extends BaseRowModel>) - 类 中的方法com.alibaba.excel.metadata.Table
 
setClazz(Class) - 类 中的方法com.alibaba.excel.parameter.GenerateParam
 
setColumnPropertyList(List<ExcelColumnProperty>) - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
 
setColumnWidthMap(Map<Integer, Integer>) - 类 中的方法com.alibaba.excel.metadata.Sheet
 
setCurrentRowAnalysisResult(Object) - 接口 中的方法com.alibaba.excel.context.AnalysisContext
set current result
setCurrentRowAnalysisResult(Object) - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
setCurrentRowNum(Integer) - 接口 中的方法com.alibaba.excel.context.AnalysisContext
set current row num
setCurrentRowNum(Integer) - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
setCurrentSheet(Sheet) - 接口 中的方法com.alibaba.excel.context.AnalysisContext
set current sheet
setCurrentSheet(Sheet) - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
setCurrentSheet(Sheet) - 类 中的方法com.alibaba.excel.context.WriteContext
 
setCurrentSheetName(String) - 类 中的方法com.alibaba.excel.context.WriteContext
 
setCurrentSheetParam(Sheet) - 类 中的方法com.alibaba.excel.context.WriteContext
 
setCurrentTable(Table) - 类 中的方法com.alibaba.excel.context.WriteContext
 
setCustom(Object) - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
setCustomContent(Object) - 类 中的方法com.alibaba.excel.parameter.AnalysisParam
已过时。
 
setData(Object) - 类 中的方法com.alibaba.excel.event.OneRowAnalysisFinishEvent
 
setEventListener(AnalysisEventListener) - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
setExcelType(ExcelTypeEnum) - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
setExcelType(ExcelTypeEnum) - 类 中的方法com.alibaba.excel.context.WriteContext
 
setExcelTypeEnum(ExcelTypeEnum) - 类 中的方法com.alibaba.excel.parameter.AnalysisParam
已过时。
 
setField(Field) - 类 中的方法com.alibaba.excel.metadata.ExcelColumnProperty
 
setFirstCol(int) - 类 中的方法com.alibaba.excel.metadata.CellRange
 
setFirstRow(int) - 类 中的方法com.alibaba.excel.metadata.CellRange
 
setFontHeightInPoints(short) - 类 中的方法com.alibaba.excel.metadata.Font
 
setFontName(String) - 类 中的方法com.alibaba.excel.metadata.Font
 
setFormat(String) - 类 中的方法com.alibaba.excel.metadata.ExcelColumnProperty
 
setHead(List<String>) - 类 中的方法com.alibaba.excel.metadata.ExcelColumnProperty
 
setHead(List<List<String>>) - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
 
setHead(List<List<String>>) - 类 中的方法com.alibaba.excel.metadata.Sheet
 
setHead(List<List<String>>) - 类 中的方法com.alibaba.excel.metadata.Table
 
setHeadClazz(Class) - 类 中的方法com.alibaba.excel.metadata.ExcelHeadProperty
 
setHeadLineMun(int) - 类 中的方法com.alibaba.excel.metadata.Sheet
 
setIn(InputStream) - 类 中的方法com.alibaba.excel.parameter.AnalysisParam
已过时。
 
setIndex(int) - 类 中的方法com.alibaba.excel.metadata.ExcelColumnProperty
 
setInputStream(InputStream) - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
setLastCol(int) - 类 中的方法com.alibaba.excel.metadata.CellRange
 
setLastRow(int) - 类 中的方法com.alibaba.excel.metadata.CellRange
 
setOutputStream(OutputStream) - 类 中的方法com.alibaba.excel.parameter.ExcelWriteParam
已过时。
 
setOutputStream(OutputStream) - 类 中的方法com.alibaba.excel.parameter.GenerateParam
 
setSheetName(String) - 类 中的方法com.alibaba.excel.metadata.Sheet
 
setSheetName(String) - 类 中的方法com.alibaba.excel.parameter.GenerateParam
 
setSheetNo(int) - 类 中的方法com.alibaba.excel.metadata.Sheet
 
setStartRow(int) - 类 中的方法com.alibaba.excel.metadata.Sheet
 
setTableContentBackGroundColor(IndexedColors) - 类 中的方法com.alibaba.excel.metadata.TableStyle
 
setTableContentFont(Font) - 类 中的方法com.alibaba.excel.metadata.TableStyle
 
setTableHeadBackGroundColor(IndexedColors) - 类 中的方法com.alibaba.excel.metadata.TableStyle
 
setTableHeadFont(Font) - 类 中的方法com.alibaba.excel.metadata.TableStyle
 
setTableNo(int) - 类 中的方法com.alibaba.excel.metadata.Table
 
setTableStyle(TableStyle) - 类 中的方法com.alibaba.excel.metadata.Sheet
 
setTableStyle(TableStyle) - 类 中的方法com.alibaba.excel.metadata.Table
 
setTotalCount(Integer) - 接口 中的方法com.alibaba.excel.context.AnalysisContext
get total row ,Data may be inaccurate
setTotalCount(Integer) - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
setType(ExcelTypeEnum) - 类 中的方法com.alibaba.excel.parameter.ExcelWriteParam
已过时。
 
setType(ExcelTypeEnum) - 类 中的方法com.alibaba.excel.parameter.GenerateParam
 
setUse1904WindowDate(boolean) - 接口 中的方法com.alibaba.excel.context.AnalysisContext
date use1904WindowDate
setUse1904WindowDate(boolean) - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
setV_index(String) - 类 中的方法com.alibaba.excel.metadata.IndexValue
 
setV_value(String) - 类 中的方法com.alibaba.excel.metadata.IndexValue
 
setValue(String) - 枚举 中的方法com.alibaba.excel.support.ExcelTypeEnum
 
Sheet - com.alibaba.excel.metadata中的类
 
Sheet(int) - 类 的构造器com.alibaba.excel.metadata.Sheet
 
Sheet(int, int) - 类 的构造器com.alibaba.excel.metadata.Sheet
 
Sheet(int, int, Class<? extends BaseRowModel>) - 类 的构造器com.alibaba.excel.metadata.Sheet
 
Sheet(int, int, Class<? extends BaseRowModel>, String, List<List<String>>) - 类 的构造器com.alibaba.excel.metadata.Sheet
 
sortStringArray(String[]) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Turn given source String array into sorted array.
split(String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Take an array of strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Take an array of strings and split each element based on the given delimiter.
startElement(String, String, String, Attributes) - 类 中的方法com.alibaba.excel.analysis.v07.XlsxRowHandler
 
startsWithIgnoreCase(String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
StringUtils - com.alibaba.excel.util中的类
Miscellaneous String utility methods.
StringUtils() - 类 的构造器com.alibaba.excel.util.StringUtils
 
stripFilenameExtension(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Strip the filename extension from the given Java resource path,
StyleUtil - com.alibaba.excel.util中的类
 
StyleUtil() - 类 的构造器com.alibaba.excel.util.StyleUtil
 
substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Test whether the given string matches the given substring at the given index.

T

Table - com.alibaba.excel.metadata中的类
 
Table(Integer) - 类 的构造器com.alibaba.excel.metadata.Table
 
TableStyle - com.alibaba.excel.metadata中的类
 
TableStyle() - 类 的构造器com.alibaba.excel.metadata.TableStyle
 
toArray(Enumeration<E>, A[]) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Marshal the elements from the given enumeration into an array of the given type.
toIterator(Enumeration<E>) - 类 中的静态方法com.alibaba.excel.util.CollectionUtils
Adapt an enumeration to an iterator.
tokenizeToStringArray(String, String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
toObjectArray(Object) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
toString() - 类 中的方法com.alibaba.excel.metadata.IndexValue
 
toString() - 类 中的方法com.alibaba.excel.metadata.Sheet
 
toStringArray(Collection<String>) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Copy the given Enumeration into a String array.
trim() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
if need to short match the content
trim() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 
trimAllWhitespace(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimArrayElements(String[]) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Trim leading and trailing whitespace from the given String.
TypeUtil - com.alibaba.excel.util中的类
 
TypeUtil() - 类 的构造器com.alibaba.excel.util.TypeUtil
 

U

uncapitalize(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
unqualify(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - 类 中的静态方法com.alibaba.excel.util.StringUtils
Unqualify a string qualified by a separator character.
use1904WindowDate() - 接口 中的方法com.alibaba.excel.context.AnalysisContext
date use1904WindowDate
use1904WindowDate() - 类 中的方法com.alibaba.excel.context.AnalysisContextImpl
 

V

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

W

WorkBookUtil - com.alibaba.excel.util中的类
 
WorkBookUtil() - 类 的构造器com.alibaba.excel.util.WorkBookUtil
 
write(List<? extends BaseRowModel>, Sheet) - 类 中的方法com.alibaba.excel.ExcelWriter
Write data to a sheet
write(List) - 类 中的方法com.alibaba.excel.ExcelWriter
已过时。
write(List<? extends BaseRowModel>, Sheet, Table) - 类 中的方法com.alibaba.excel.ExcelWriter
Write data to a sheet
write0(List<List<String>>, Sheet) - 类 中的方法com.alibaba.excel.ExcelWriter
Write data to a sheet
write0(List<List<String>>, Sheet, Table) - 类 中的方法com.alibaba.excel.ExcelWriter
Write data to a sheet
write1(List<List<Object>>, Sheet) - 类 中的方法com.alibaba.excel.ExcelWriter
Write data to a sheet
write1(List<List<Object>>, Sheet, Table) - 类 中的方法com.alibaba.excel.ExcelWriter
Write data to a sheet
WriteContext - com.alibaba.excel.context中的类
A context is the main anchorage point of a excel writer.
WriteContext(InputStream, OutputStream, ExcelTypeEnum, boolean) - 类 的构造器com.alibaba.excel.context.WriteContext
 

X

XlsSaxAnalyser - com.alibaba.excel.analysis.v03中的类
/** * A text extractor for Excel files. * * Returns the textual content of the file, suitable for * indexing by something like Lucene, but not really * intended for display to the user. * * * To turn an excel file into a CSV or similar, then see * the XLS2CSVmra example * * * @see XLS2CSVmra
XlsSaxAnalyser(AnalysisContext) - 类 的构造器com.alibaba.excel.analysis.v03.XlsSaxAnalyser
 
XlsxRowHandler - com.alibaba.excel.analysis.v07中的类
 
XlsxRowHandler(AnalysisEventRegisterCenter, SharedStringsTable, AnalysisContext) - 类 的构造器com.alibaba.excel.analysis.v07.XlsxRowHandler
 
XlsxSaxAnalyser - com.alibaba.excel.analysis.v07中的类
 
XlsxSaxAnalyser(AnalysisContext) - 类 的构造器com.alibaba.excel.analysis.v07.XlsxSaxAnalyser
 
A B C D E F G H I M N O P Q R S T U V W X 
跳过导航链接

Copyright © 2018 Alibaba Group. All rights reserved.