- capitalize(String) - 类 中的静态方法com.alibaba.excel.util.StringUtils
-
- caseInsensitiveValueOf(E[], String) - 类 中的静态方法com.alibaba.excel.util.ObjectUtils
-
- 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
-
- 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
-
- 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.
- 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
-
- tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法com.alibaba.excel.util.StringUtils
-
- 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
-