Index

A B C D E F G H I M N O P R S T U V W 
All Classes All Packages

A

AbstractExcelConfigurationSourceSupport - Class in com.github.cla9.excel.reader.config
 
AbstractExcelConfigurationSourceSupport() - Constructor for class com.github.cla9.excel.reader.config.AbstractExcelConfigurationSourceSupport
 
AbstractSheetHandler - Class in com.github.cla9.excel.reader.sheet
The type Abstract sheet handler.
AbstractSheetHandler(ExcelMetaModel) - Constructor for class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
Instantiates a new Abstract sheet handler.
AbstractSheetHandler(String, ExcelMetaModel) - Constructor for class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
Instantiates a new Abstract sheet handler.
AnnotationExcelBodyConfigurationSource - Class in com.github.cla9.excel.reader.config
 
AnnotationExcelBodyConfigurationSource(AnnotationMetadata, Class<? extends Annotation>) - Constructor for class com.github.cla9.excel.reader.config.AnnotationExcelBodyConfigurationSource
 

B

basePackageClasses() - Method in annotation type com.github.cla9.excel.reader.annotation.EnableExcelEntityScan
 
basePackages() - Method in annotation type com.github.cla9.excel.reader.annotation.EnableExcelEntityScan
 
build() - Method in class com.github.cla9.excel.reader.entity.ErrorInfo.ErrorInfoBuilder
Build error info.
build() - Method in class com.github.cla9.excel.reader.entity.ExceptionRow.ExceptionRowBuilder
Build exception row.
build() - Method in class com.github.cla9.excel.reader.row.Range.RangeBuilder
Build range.
build() - Method in class com.github.cla9.excel.reader.worker.MessageConverter.MessageConverterBuilder
Build message converter.
builder() - Static method in class com.github.cla9.excel.reader.entity.ErrorInfo
Builder error info . error info builder.
builder() - Static method in class com.github.cla9.excel.reader.entity.ExceptionRow
Builder exception row . exception row builder.
builder() - Static method in class com.github.cla9.excel.reader.row.Range
Builder range . range builder.
builder() - Static method in class com.github.cla9.excel.reader.worker.MessageConverter
Builder message converter . message converter builder.

C

cell(String, String, XSSFComment) - Method in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
 
column() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelColumnOverride
 
com.github.cla9.excel.reader.annotation - package com.github.cla9.excel.reader.annotation
 
com.github.cla9.excel.reader.config - package com.github.cla9.excel.reader.config
 
com.github.cla9.excel.reader.entity - package com.github.cla9.excel.reader.entity
 
com.github.cla9.excel.reader.exception - package com.github.cla9.excel.reader.exception
 
com.github.cla9.excel.reader.factory - package com.github.cla9.excel.reader.factory
 
com.github.cla9.excel.reader.message - package com.github.cla9.excel.reader.message
 
com.github.cla9.excel.reader.row - package com.github.cla9.excel.reader.row
 
com.github.cla9.excel.reader.sheet - package com.github.cla9.excel.reader.sheet
 
com.github.cla9.excel.reader.util - package com.github.cla9.excel.reader.util
 
com.github.cla9.excel.reader.worker - package com.github.cla9.excel.reader.worker
 
converter() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelConvert
 
convertMessage(String) - Method in class com.github.cla9.excel.reader.worker.MessageConverter
Convert message string.
convertToEntityAttribute(Y) - Method in interface com.github.cla9.excel.reader.worker.ExcelColumnConverter
Convert to entity attribute x.
createEmptyCell(int) - Method in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
Create empty cell.
createExceptionRow(ExcelRowException) - Method in class com.github.cla9.excel.reader.worker.ExcelReader
Create exception row exception row.
createExtension() - Method in class com.github.cla9.excel.reader.config.ExcelConfigurationDelegate
 
createHeader() - Method in class com.github.cla9.excel.reader.sheet.WorkBookSheetHandler
Create header.
createInstance(ReaderType, Class<T>) - Method in class com.github.cla9.excel.reader.factory.ReaderFactory
Create instance reader.
createInstance(ReaderType, String, Class<T>) - Method in class com.github.cla9.excel.reader.factory.ReaderFactory
 
createInstance(Class<? extends T>, List<String>, ExcelMetaModel, RowHandler<R>) - Method in class com.github.cla9.excel.reader.worker.EntityInstantiator
Create instance entity injection result.
createInstance(Class<T>) - Method in class com.github.cla9.excel.reader.factory.ReaderFactory
Create instance reader.
createOrder() - Method in class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
Create order.
createResultSet(Class<T>, MultipartFile) - Method in class com.github.cla9.excel.reader.worker.ExcelTemplate
Create result set excel result set.
createResultSet(Class<T>, MultipartFile, boolean) - Method in class com.github.cla9.excel.reader.worker.ExcelTemplate
Create result set excel result set.
createResultSet(MultipartFile) - Method in class com.github.cla9.excel.reader.worker.ExcelReader
 
createResultSet(MultipartFile) - Method in interface com.github.cla9.excel.reader.worker.Reader
Create result set excel result set.
createResultSet(MultipartFile, boolean) - Method in class com.github.cla9.excel.reader.worker.ExcelReader
 
createResultSet(MultipartFile, boolean) - Method in interface com.github.cla9.excel.reader.worker.Reader
Create result set excel result set.
createResultSet(MultipartFile, ExcelMetaModel, boolean) - Method in class com.github.cla9.excel.reader.worker.ExcelReader
Create result set excel result set.
createResultSet(MultipartFile, ExcelMetaModel, boolean) - Method in class com.github.cla9.excel.reader.worker.SAXReader
 
createResultSet(MultipartFile, ExcelMetaModel, boolean) - Method in class com.github.cla9.excel.reader.worker.WorkBookReader
 
currentCol - Variable in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
The Current col.
currentRow - Variable in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
The Current row.

D

dataRange - Variable in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
The Data range.
dataRowPos() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelBody
 
DataRowPosNotFoundException - Exception in com.github.cla9.excel.reader.exception
The type Data row pos not found exception.
DataRowPosNotFoundException() - Constructor for exception com.github.cla9.excel.reader.exception.DataRowPosNotFoundException
Instantiates a new Data row pos not found exception.
DataRowPosNotFoundException(String) - Constructor for exception com.github.cla9.excel.reader.exception.DataRowPosNotFoundException
Instantiates a new Data row pos not found exception.
DataRowPosNotFoundException(String, Throwable) - Constructor for exception com.github.cla9.excel.reader.exception.DataRowPosNotFoundException
Instantiates a new Data row pos not found exception.
dataRowRange() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelBody
 
DefaultMessageRepository - Class in com.github.cla9.excel.reader.message
The type Default message repository.
DuplicationDataRowPosException - Exception in com.github.cla9.excel.reader.exception
The type Duplication data row pos exception.
DuplicationDataRowPosException() - Constructor for exception com.github.cla9.excel.reader.exception.DuplicationDataRowPosException
Instantiates a new Duplication data row pos exception.
DuplicationDataRowPosException(String) - Constructor for exception com.github.cla9.excel.reader.exception.DuplicationDataRowPosException
Instantiates a new Duplication data row pos exception.
DuplicationDataRowPosException(String, Throwable) - Constructor for exception com.github.cla9.excel.reader.exception.DuplicationDataRowPosException
Instantiates a new Duplication data row pos exception.
DuplicationHeaderRowPosException - Exception in com.github.cla9.excel.reader.exception
The type Duplication header row pos exception.
DuplicationHeaderRowPosException() - Constructor for exception com.github.cla9.excel.reader.exception.DuplicationHeaderRowPosException
Instantiates a new Duplication header row pos exception.
DuplicationHeaderRowPosException(String) - Constructor for exception com.github.cla9.excel.reader.exception.DuplicationHeaderRowPosException
Instantiates a new Duplication header row pos exception.
DuplicationHeaderRowPosException(String, Throwable) - Constructor for exception com.github.cla9.excel.reader.exception.DuplicationHeaderRowPosException
Instantiates a new Duplication header row pos exception.

E

EMPTY - com.github.cla9.excel.reader.entity.ErrorType
Empty error type.
EnableExcelEntityScan - Annotation Type in com.github.cla9.excel.reader.annotation
The interface Enable excel entity scan.
end() - Method in annotation type com.github.cla9.excel.reader.annotation.RowRange
 
end(int) - Method in class com.github.cla9.excel.reader.row.Range.RangeBuilder
End range . range builder.
endRow(int) - Method in class com.github.cla9.excel.reader.sheet.SAXSheetExcelColumnHandler
 
endRow(int) - Method in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
 
EntityInjectionResult<T> - Class in com.github.cla9.excel.reader.worker
The type Entity injection result.
EntityInjectionResult(T, List<ErrorInfo>) - Constructor for class com.github.cla9.excel.reader.worker.EntityInjectionResult
Instantiates a new Entity injection result.
EntityInstantiator<T> - Class in com.github.cla9.excel.reader.worker
The type Entity instantiator.
EntityInstantiator() - Constructor for class com.github.cla9.excel.reader.worker.EntityInstantiator
Instantiates a new Entity instantiator.
EntityInstantiatorSource - Class in com.github.cla9.excel.reader.worker
The type Entity instantiator source.
EntityInstantiatorSource() - Constructor for class com.github.cla9.excel.reader.worker.EntityInstantiatorSource
 
entityParser - Variable in class com.github.cla9.excel.reader.worker.ExcelReader
The Entity parser.
EntityParser - Interface in com.github.cla9.excel.reader.worker
The interface Entity parser.
EntitySource - Interface in com.github.cla9.excel.reader.worker
The interface Entity source.
ErrorInfo - Class in com.github.cla9.excel.reader.entity
The type Error info.
ErrorInfo() - Constructor for class com.github.cla9.excel.reader.entity.ErrorInfo
Instantiates a new Error info.
ErrorInfo(String, String, String, String, List<String>) - Constructor for class com.github.cla9.excel.reader.entity.ErrorInfo
Instantiates a new Error info.
ErrorInfo.ErrorInfoBuilder - Class in com.github.cla9.excel.reader.entity
The type Error info builder.
errorMessages(List<String>) - Method in class com.github.cla9.excel.reader.entity.ErrorInfo.ErrorInfoBuilder
Error messages error info . error info builder.
errors(List<ErrorInfo>) - Method in class com.github.cla9.excel.reader.entity.ExceptionRow.ExceptionRowBuilder
Errors exception row . exception row builder.
ErrorType - Enum in com.github.cla9.excel.reader.entity
The enum Error type.
ExcelBeanUtil - Class in com.github.cla9.excel.reader.util
The type Excel bean util.
ExcelBeanUtil() - Constructor for class com.github.cla9.excel.reader.util.ExcelBeanUtil
 
ExcelBody - Annotation Type in com.github.cla9.excel.reader.annotation
 
ExcelBodyConfigurationSource - Interface in com.github.cla9.excel.reader.config
 
ExcelColumn - Annotation Type in com.github.cla9.excel.reader.annotation
 
ExcelColumnConverter<X,​Y> - Interface in com.github.cla9.excel.reader.worker
The interface Excel column converter.
ExcelColumnOverride - Annotation Type in com.github.cla9.excel.reader.annotation
 
ExcelColumnOverrides - Annotation Type in com.github.cla9.excel.reader.annotation
 
ExcelConfigurationDelegate - Class in com.github.cla9.excel.reader.config
 
ExcelConfigurationDelegate(BeanDefinitionRegistry, BeanFactory, ExcelBodyConfigurationSource, ResourceLoader, Environment) - Constructor for class com.github.cla9.excel.reader.config.ExcelConfigurationDelegate
 
ExcelConstant - Class in com.github.cla9.excel.reader.util
The type Excel constant.
ExcelConstant() - Constructor for class com.github.cla9.excel.reader.util.ExcelConstant
 
ExcelConvert - Annotation Type in com.github.cla9.excel.reader.annotation
 
ExcelConverter - Annotation Type in com.github.cla9.excel.reader.annotation
 
ExcelEmbedded - Annotation Type in com.github.cla9.excel.reader.annotation
 
ExcelEntityConfiguration - Interface in com.github.cla9.excel.reader.config
 
ExcelEntityConfigurationExtension - Class in com.github.cla9.excel.reader.config
 
ExcelEntityConfigurationExtension() - Constructor for class com.github.cla9.excel.reader.config.ExcelEntityConfigurationExtension
 
ExcelEntityParser - Class in com.github.cla9.excel.reader.worker
The type Excel entity parser.
ExcelEntityParser() - Constructor for class com.github.cla9.excel.reader.worker.ExcelEntityParser
Instantiates a new Excel entity parser.
ExcelEntityScanRegistrar - Class in com.github.cla9.excel.reader.config
 
ExcelEntityScanRegistrar() - Constructor for class com.github.cla9.excel.reader.config.ExcelEntityScanRegistrar
 
ExcelMessageRepository - Interface in com.github.cla9.excel.reader.message
The interface Excel message repository.
ExcelMessageSource - Annotation Type in com.github.cla9.excel.reader.annotation
 
ExcelMetaCachePut - Annotation Type in com.github.cla9.excel.reader.annotation
 
excelMetaModel - Variable in class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
The Excel meta model.
ExcelMetaModel - Class in com.github.cla9.excel.reader.entity
The type Excel meta model.
ExcelMetaModel(Class<?>, List<String>, Range, Range, boolean, boolean, boolean, boolean, int[], EntityInstantiatorSource) - Constructor for class com.github.cla9.excel.reader.entity.ExcelMetaModel
Instantiates a new Excel meta model.
ExcelMetaModelMappingContext - Class in com.github.cla9.excel.reader.config
 
ExcelMetaModelMappingContext() - Constructor for class com.github.cla9.excel.reader.config.ExcelMetaModelMappingContext
 
ExcelReader<T> - Class in com.github.cla9.excel.reader.worker
The type Excel reader.
ExcelReader(Class<T>) - Constructor for class com.github.cla9.excel.reader.worker.ExcelReader
Instantiates a new Excel reader.
ExcelReader(Class<T>, ExcelMetaModel) - Constructor for class com.github.cla9.excel.reader.worker.ExcelReader
Instantiates a new Excel reader.
ExcelReader(Class<T>, EntityParser, EntityInstantiator<T>) - Constructor for class com.github.cla9.excel.reader.worker.ExcelReader
Instantiates a new Excel reader.
ExcelReader(Class<T>, String) - Constructor for class com.github.cla9.excel.reader.worker.ExcelReader
Instantiates a new Excel reader.
ExcelReader(Class<T>, String, ExcelMetaModel) - Constructor for class com.github.cla9.excel.reader.worker.ExcelReader
Instantiates a new Excel reader.
ExcelReaderArgumentResolver - Class in com.github.cla9.excel.reader.config
 
ExcelReaderArgumentResolver(ExcelTemplate) - Constructor for class com.github.cla9.excel.reader.config.ExcelReaderArgumentResolver
 
ExcelReaderFileException - Exception in com.github.cla9.excel.reader.exception
The type Excel reader file exception.
ExcelReaderFileException(String) - Constructor for exception com.github.cla9.excel.reader.exception.ExcelReaderFileException
Instantiates a new Excel reader file exception.
ExcelReaderFileException(String, Throwable) - Constructor for exception com.github.cla9.excel.reader.exception.ExcelReaderFileException
Instantiates a new Excel reader file exception.
ExcelRequestBody - Annotation Type in com.github.cla9.excel.reader.annotation
 
ExcelResultSet<T> - Class in com.github.cla9.excel.reader.worker
The type Excel result set.
ExcelRowException - Exception in com.github.cla9.excel.reader.entity
The type Excel row exception.
ExcelRowException(Object, List<ErrorInfo>) - Constructor for exception com.github.cla9.excel.reader.entity.ExcelRowException
Instantiates a new Excel row exception.
ExcelTemplate - Class in com.github.cla9.excel.reader.worker
The type Excel template.
ExcelTemplate(ReaderFactory) - Constructor for class com.github.cla9.excel.reader.worker.ExcelTemplate
Instantiates a new Excel template.
ExcelTemplateConfigureRegistrar - Class in com.github.cla9.excel.reader.config
 
ExcelTemplateConfigureRegistrar() - Constructor for class com.github.cla9.excel.reader.config.ExcelTemplateConfigureRegistrar
 
ExceptionRow<T> - Class in com.github.cla9.excel.reader.entity
The type Exception row.
ExceptionRow(T, List<ErrorInfo>) - Constructor for class com.github.cla9.excel.reader.entity.ExceptionRow
Instantiates a new Exception row.
ExceptionRow.ExceptionRowBuilder<T> - Class in com.github.cla9.excel.reader.entity
The type Exception row builder.

F

field(String) - Method in class com.github.cla9.excel.reader.entity.ErrorInfo.ErrorInfoBuilder
Field error info . error info builder.
fieldHeader(String) - Method in class com.github.cla9.excel.reader.entity.ErrorInfo.ErrorInfoBuilder
Field header error info . error info builder.

G

getAnnotation() - Method in class com.github.cla9.excel.reader.config.AbstractExcelConfigurationSourceSupport
 
getAnnotation() - Method in class com.github.cla9.excel.reader.config.ExcelEntityScanRegistrar
 
getAnnotation() - Method in class com.github.cla9.excel.reader.config.ExcelTemplateConfigureRegistrar
 
getBasePackages() - Method in class com.github.cla9.excel.reader.config.AbstractExcelConfigurationSourceSupport
 
getBasePackages() - Method in class com.github.cla9.excel.reader.config.AnnotationExcelBodyConfigurationSource
 
getBasePackages() - Method in interface com.github.cla9.excel.reader.config.ExcelBodyConfigurationSource
 
getBean(Class<T>) - Static method in class com.github.cla9.excel.reader.util.ExcelBeanUtil
Gets bean.
getConfiguration() - Method in class com.github.cla9.excel.reader.config.AbstractExcelConfigurationSourceSupport
 
getConfiguration() - Method in class com.github.cla9.excel.reader.config.ExcelTemplateConfigureRegistrar
 
getDataRange() - Method in class com.github.cla9.excel.reader.entity.ExcelMetaModel
Gets data range.
getEnd() - Method in class com.github.cla9.excel.reader.row.Range
Gets end.
getEntityMetadata() - Method in interface com.github.cla9.excel.reader.worker.EntityParser
Gets entity metadata.
getEntityMetadata() - Method in class com.github.cla9.excel.reader.worker.ExcelEntityParser
 
getEntityType() - Method in class com.github.cla9.excel.reader.entity.ExcelMetaModel
Gets entity type.
getErrors() - Method in class com.github.cla9.excel.reader.entity.ExceptionRow
Gets errors.
getErrors() - Method in class com.github.cla9.excel.reader.worker.ExcelResultSet
Gets errors.
getExcelReaderErrorField() - Method in exception com.github.cla9.excel.reader.entity.ExcelRowException
Gets excel reader error field.
getExceptionMessages() - Method in class com.github.cla9.excel.reader.entity.ErrorInfo
Gets exception messages.
getExceptions() - Method in class com.github.cla9.excel.reader.worker.EntityInjectionResult
Gets exceptions.
getField() - Method in class com.github.cla9.excel.reader.entity.ErrorInfo
Gets field.
getFieldHeader() - Method in class com.github.cla9.excel.reader.entity.ErrorInfo
Gets field header.
getHeader() - Method in class com.github.cla9.excel.reader.sheet.MergedArea
Gets header.
getHeaderNames() - Method in class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
 
getHeaderNames() - Method in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
 
getHeaderNames() - Method in interface com.github.cla9.excel.reader.sheet.SheetHandler
Gets header names.
getHeaderRange() - Method in class com.github.cla9.excel.reader.entity.ExcelMetaModel
Gets header range.
getHeaders() - Method in class com.github.cla9.excel.reader.entity.ExcelMetaModel
Gets headers.
getIdentifyingAnnotations() - Method in interface com.github.cla9.excel.reader.config.ExcelEntityConfiguration
 
getIdentifyingAnnotations() - Method in class com.github.cla9.excel.reader.config.ExcelEntityConfigurationExtension
 
getInstantiatorSource() - Method in class com.github.cla9.excel.reader.entity.ExcelMetaModel
Gets instantiator source.
getItems() - Method in class com.github.cla9.excel.reader.worker.ExcelResultSet
Gets items.
getLeftTopX() - Method in class com.github.cla9.excel.reader.sheet.MergedArea
Gets left top x.
getLeftTopY() - Method in class com.github.cla9.excel.reader.sheet.MergedArea
Gets left top y.
getMergedAreas() - Method in class com.github.cla9.excel.reader.sheet.SAXSheetMergeHeaderHandler
Gets merged areas.
getMessage(String) - Method in class com.github.cla9.excel.reader.message.DefaultMessageRepository
 
getMessage(String) - Method in interface com.github.cla9.excel.reader.message.ExcelMessageRepository
Gets message.
getMetaModel(Class<?>) - Method in class com.github.cla9.excel.reader.config.ExcelMetaModelMappingContext
 
getObject() - Method in class com.github.cla9.excel.reader.worker.EntityInjectionResult
Gets object.
getOrder() - Method in class com.github.cla9.excel.reader.entity.ExcelMetaModel
Get order int [ ].
getOrder() - Method in class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
 
getOrder() - Method in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
 
getOrder() - Method in interface com.github.cla9.excel.reader.sheet.SheetHandler
Get order int [ ].
getRightBottomX() - Method in class com.github.cla9.excel.reader.sheet.MergedArea
Gets right bottom x.
getRightBottomY() - Method in class com.github.cla9.excel.reader.sheet.MergedArea
Gets right bottom y.
getRow() - Method in exception com.github.cla9.excel.reader.entity.ExcelRowException
Gets row.
getRow() - Method in class com.github.cla9.excel.reader.entity.ExceptionRow
Gets row.
getRow() - Method in class com.github.cla9.excel.reader.row.WorkBookRowHandler
Gets row.
getSource() - Method in class com.github.cla9.excel.reader.config.AnnotationExcelBodyConfigurationSource
 
getSource() - Method in interface com.github.cla9.excel.reader.config.ExcelBodyConfigurationSource
 
getStart() - Method in class com.github.cla9.excel.reader.row.Range
Gets start.
getTimeFactory() - Method in class com.github.cla9.excel.reader.worker.EntityInstantiatorSource
 
getTimeFactory() - Method in interface com.github.cla9.excel.reader.worker.EntitySource
Gets time factory.
getType() - Method in class com.github.cla9.excel.reader.entity.ErrorInfo
Gets type.
getValue() - Method in class com.github.cla9.excel.reader.entity.ErrorInfo
Gets value.
getValue(int) - Method in interface com.github.cla9.excel.reader.row.RowHandler
Gets value.
getValue(int) - Method in class com.github.cla9.excel.reader.row.SAXRowHandler
 
getValue(int) - Method in class com.github.cla9.excel.reader.row.WorkBookExcelColumnRowHandler
 
getValue(int) - Method in class com.github.cla9.excel.reader.row.WorkBookRowHandler
 
getValue(Cell) - Method in class com.github.cla9.excel.reader.row.WorkBookRowHandler
Gets value.

H

hasAllColumnOrder() - Method in class com.github.cla9.excel.reader.entity.ExcelMetaModel
Has all column order boolean.
hasMergeHeader() - Method in class com.github.cla9.excel.reader.entity.ExcelMetaModel
Has merge header boolean.
hasMetaModel(Class<?>) - Method in class com.github.cla9.excel.reader.config.ExcelMetaModelMappingContext
 
hasOrder() - Method in class com.github.cla9.excel.reader.entity.ExcelMetaModel
Has order boolean.
headerName() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelColumn
 
headerName() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelColumnOverride
 
headerName() - Method in annotation type com.github.cla9.excel.reader.annotation.Merge
 
headerNames - Variable in class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
The Header names.
headerRange - Variable in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
The Header range.
headerRowPos() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelBody
 
HeaderRowPosNotFoundException - Exception in com.github.cla9.excel.reader.exception
The type Header row pos not found exception.
HeaderRowPosNotFoundException() - Constructor for exception com.github.cla9.excel.reader.exception.HeaderRowPosNotFoundException
Instantiates a new Header row pos not found exception.
HeaderRowPosNotFoundException(String) - Constructor for exception com.github.cla9.excel.reader.exception.HeaderRowPosNotFoundException
Instantiates a new Header row pos not found exception.
HeaderRowPosNotFoundException(String, Throwable) - Constructor for exception com.github.cla9.excel.reader.exception.HeaderRowPosNotFoundException
Instantiates a new Header row pos not found exception.
headerRowRange() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelBody
 

I

index() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelColumn
 
index() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelColumnOverride
 
injectValue(RowHandler<R>, List<String>) - Method in class com.github.cla9.excel.reader.worker.ExcelReader
Inject value t.
InvalidHeaderException - Exception in com.github.cla9.excel.reader.exception
The type Invalid header exception.
InvalidHeaderException() - Constructor for exception com.github.cla9.excel.reader.exception.InvalidHeaderException
Instantiates a new Invalid header exception.
InvalidHeaderException(String) - Constructor for exception com.github.cla9.excel.reader.exception.InvalidHeaderException
Instantiates a new Invalid header exception.
InvalidHeaderException(String, Throwable) - Constructor for exception com.github.cla9.excel.reader.exception.InvalidHeaderException
Instantiates a new Invalid header exception.
InvalidSheetNameException - Exception in com.github.cla9.excel.reader.exception
 
InvalidSheetNameException(String) - Constructor for exception com.github.cla9.excel.reader.exception.InvalidSheetNameException
 
isCandidate(Field) - Method in class com.github.cla9.excel.reader.worker.EntityInstantiatorSource
 
isCandidate(Field) - Method in interface com.github.cla9.excel.reader.worker.EntitySource
Is candidate boolean.
isCreationTargetField(Field) - Method in class com.github.cla9.excel.reader.worker.EntityInstantiatorSource
 
isCreationTargetField(Field) - Method in interface com.github.cla9.excel.reader.worker.EntitySource
Is creation target field boolean.
isInjectionFields(Field) - Method in class com.github.cla9.excel.reader.worker.EntityInstantiatorSource
 
isInjectionFields(Field) - Method in interface com.github.cla9.excel.reader.worker.EntitySource
Is injection fields boolean.
isPartialParseOperation() - Method in class com.github.cla9.excel.reader.entity.ExcelMetaModel
Is partial parse operation boolean.
isPass() - Method in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
Is pass boolean.
isSupportedDateType(Class<?>) - Method in class com.github.cla9.excel.reader.worker.EntityInstantiatorSource
 
isSupportedDateType(Class<?>) - Method in interface com.github.cla9.excel.reader.worker.EntitySource
Is supported date type boolean.
isSupportedInjectionClass(Class<?>) - Method in class com.github.cla9.excel.reader.worker.EntityInstantiatorSource
 
isSupportedInjectionClass(Class<?>) - Method in interface com.github.cla9.excel.reader.worker.EntitySource
Is supported injection class boolean.

M

Merge - Annotation Type in com.github.cla9.excel.reader.annotation
 
MergedArea - Class in com.github.cla9.excel.reader.sheet
The type Merged area.
MergedArea(int, int, int, int) - Constructor for class com.github.cla9.excel.reader.sheet.MergedArea
Instantiates a new Merged area.
mergedAreas - Variable in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
The Merged areas.
mergeHeaderCheck() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelRequestBody
 
MessageConverter - Class in com.github.cla9.excel.reader.worker
The type Message converter.
MessageConverter(Class<? extends ExcelMessageRepository>) - Constructor for class com.github.cla9.excel.reader.worker.MessageConverter
Instantiates a new Message converter.
MessageConverter.MessageConverterBuilder - Class in com.github.cla9.excel.reader.worker
The type Message converter builder.
MessageConverterBuilder() - Constructor for class com.github.cla9.excel.reader.worker.MessageConverter.MessageConverterBuilder
 
messageSource() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelBody
 

N

name() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelRequestBody
 
NoDefaultConstructorException - Exception in com.github.cla9.excel.reader.exception
The type No default constructor exception.
NoDefaultConstructorException() - Constructor for exception com.github.cla9.excel.reader.exception.NoDefaultConstructorException
Instantiates a new No default constructor exception.
NoDefaultConstructorException(String) - Constructor for exception com.github.cla9.excel.reader.exception.NoDefaultConstructorException
Instantiates a new No default constructor exception.
NoDefaultConstructorException(String, Throwable) - Constructor for exception com.github.cla9.excel.reader.exception.NoDefaultConstructorException
Instantiates a new No default constructor exception.
NoExcelConverterFoundException - Exception in com.github.cla9.excel.reader.exception
The type No excel entity found exception.
NoExcelConverterFoundException() - Constructor for exception com.github.cla9.excel.reader.exception.NoExcelConverterFoundException
Instantiates a new No excel entity found exception.
NoExcelConverterFoundException(String) - Constructor for exception com.github.cla9.excel.reader.exception.NoExcelConverterFoundException
Instantiates a new No excel entity found exception.
NoExcelConverterFoundException(String, Throwable) - Constructor for exception com.github.cla9.excel.reader.exception.NoExcelConverterFoundException
Instantiates a new No excel entity found exception.
NoExcelEntityFoundException - Exception in com.github.cla9.excel.reader.exception
The type No excel entity found exception.
NoExcelEntityFoundException() - Constructor for exception com.github.cla9.excel.reader.exception.NoExcelEntityFoundException
Instantiates a new No excel entity found exception.
NoExcelEntityFoundException(String) - Constructor for exception com.github.cla9.excel.reader.exception.NoExcelEntityFoundException
Instantiates a new No excel entity found exception.
NoExcelEntityFoundException(String, Throwable) - Constructor for exception com.github.cla9.excel.reader.exception.NoExcelEntityFoundException
Instantiates a new No excel entity found exception.

O

of(Range) - Static method in class com.github.cla9.excel.reader.row.Range
Of range.
order - Variable in class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
The Order.

P

parse() - Method in class com.github.cla9.excel.reader.sheet.WorkBookSheetHandler
Parse.
parse(Class<?>) - Method in interface com.github.cla9.excel.reader.worker.EntityParser
Parse.
parse(Class<?>) - Method in class com.github.cla9.excel.reader.worker.ExcelEntityParser
 
parse(Class<T>, MultipartFile, Consumer<T>, Consumer<ExcelRowException>) - Method in class com.github.cla9.excel.reader.worker.ExcelTemplate
Parse.
parse(Class<T>, MultipartFile, Consumer<T>, Consumer<ExcelRowException>, boolean) - Method in class com.github.cla9.excel.reader.worker.ExcelTemplate
Parse.
parse(MultipartFile, Consumer<T>, Consumer<ExcelRowException>) - Method in class com.github.cla9.excel.reader.worker.ExcelReader
 
parse(MultipartFile, Consumer<T>, Consumer<ExcelRowException>) - Method in interface com.github.cla9.excel.reader.worker.Reader
Parse.
parse(MultipartFile, Consumer<T>, Consumer<ExcelRowException>, boolean) - Method in class com.github.cla9.excel.reader.worker.ExcelReader
 
parse(MultipartFile, Consumer<T>, Consumer<ExcelRowException>, boolean) - Method in interface com.github.cla9.excel.reader.worker.Reader
Parse.
parseFile(MultipartFile, ExcelMetaModel, Consumer<T>, Consumer<ExcelRowException>, boolean) - Method in class com.github.cla9.excel.reader.worker.ExcelReader
Parse file.
parseFile(MultipartFile, ExcelMetaModel, Consumer<T>, Consumer<ExcelRowException>, boolean) - Method in class com.github.cla9.excel.reader.worker.SAXReader
 
parseFile(MultipartFile, ExcelMetaModel, Consumer<T>, Consumer<ExcelRowException>, boolean) - Method in class com.github.cla9.excel.reader.worker.WorkBookReader
 

R

Range - Class in com.github.cla9.excel.reader.row
The type Range.
Range.RangeBuilder - Class in com.github.cla9.excel.reader.row
The type Range builder.
RangeBuilder() - Constructor for class com.github.cla9.excel.reader.row.Range.RangeBuilder
 
Reader<T> - Interface in com.github.cla9.excel.reader.worker
The interface Reader.
ReaderFactory - Class in com.github.cla9.excel.reader.factory
The type Reader factory.
ReaderFactory(ExcelMetaModelMappingContext) - Constructor for class com.github.cla9.excel.reader.factory.ReaderFactory
Instantiates a new Reader factory.
ReaderType - Enum in com.github.cla9.excel.reader.factory
The enum Reader type.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.github.cla9.excel.reader.config.AbstractExcelConfigurationSourceSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.github.cla9.excel.reader.config.ExcelEntityScanRegistrar
 
registerExcelEntitiesIn() - Method in class com.github.cla9.excel.reader.config.ExcelConfigurationDelegate
 
reOrderHeaderName() - Method in class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
Re order header name.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class com.github.cla9.excel.reader.config.ExcelReaderArgumentResolver
 
resourceCleanUp() - Method in class com.github.cla9.excel.reader.worker.EntityInstantiator
Resource clean up.
resourceCleanUp() - Method in class com.github.cla9.excel.reader.worker.ExcelEntityParser
Resource clean up.
row - Variable in class com.github.cla9.excel.reader.row.WorkBookRowHandler
The Row.
row - Variable in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
The Row.
row(T) - Method in class com.github.cla9.excel.reader.entity.ExceptionRow.ExceptionRowBuilder
Row exception row . exception row builder.
rowGenerationSuccessCallback - Variable in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
The Row generation success callback.
rowGenerationSuccessCallback - Variable in class com.github.cla9.excel.reader.sheet.WorkBookSheetHandler
The Row generation success callback.
RowHandler<T> - Interface in com.github.cla9.excel.reader.row
The interface Row handler.
RowRange - Annotation Type in com.github.cla9.excel.reader.annotation
 

S

SAX - com.github.cla9.excel.reader.factory.ReaderType
Sax reader type.
SAXReader<T> - Class in com.github.cla9.excel.reader.worker
The type Sax reader.
SAXReader(Class<T>) - Constructor for class com.github.cla9.excel.reader.worker.SAXReader
Instantiates a new Sax reader.
SAXReader(Class<T>, ExcelMetaModel) - Constructor for class com.github.cla9.excel.reader.worker.SAXReader
Instantiates a new Sax reader.
SAXReader(Class<T>, String) - Constructor for class com.github.cla9.excel.reader.worker.SAXReader
Instantiates a new Sax reader.
SAXReader(Class<T>, String, ExcelMetaModel) - Constructor for class com.github.cla9.excel.reader.worker.SAXReader
Instantiates a new Sax reader.
SAXRowHandler - Class in com.github.cla9.excel.reader.row
The type Sax row handler.
SAXRowHandler() - Constructor for class com.github.cla9.excel.reader.row.SAXRowHandler
 
SAXSheetExcelColumnHandler - Class in com.github.cla9.excel.reader.sheet
The type Sax sheet excel column handler.
SAXSheetExcelColumnHandler(ExcelMetaModel, List<MergedArea>) - Constructor for class com.github.cla9.excel.reader.sheet.SAXSheetExcelColumnHandler
Instantiates a new Sax sheet excel column handler.
SAXSheetHandler - Class in com.github.cla9.excel.reader.sheet
The type Sax sheet handler.
SAXSheetHandler(ExcelMetaModel, List<MergedArea>) - Constructor for class com.github.cla9.excel.reader.sheet.SAXSheetHandler
Instantiates a new Sax sheet handler.
SAXSheetMergeHeaderHandler - Class in com.github.cla9.excel.reader.sheet
The type Sax sheet merge header handler.
SAXSheetMergeHeaderHandler() - Constructor for class com.github.cla9.excel.reader.sheet.SAXSheetMergeHeaderHandler
Instantiates a new Sax sheet merge header handler.
SAXStopParseException - Exception in com.github.cla9.excel.reader.exception
The type Sax stop parse exception.
SAXStopParseException() - Constructor for exception com.github.cla9.excel.reader.exception.SAXStopParseException
 
setBeanFactory(BeanFactory) - Method in class com.github.cla9.excel.reader.config.AbstractExcelConfigurationSourceSupport
 
setBeanFactory(BeanFactory) - Method in class com.github.cla9.excel.reader.config.ExcelEntityScanRegistrar
 
setEnvironment(Environment) - Method in class com.github.cla9.excel.reader.config.AbstractExcelConfigurationSourceSupport
 
setEnvironment(Environment) - Method in class com.github.cla9.excel.reader.config.ExcelEntityScanRegistrar
 
setHeader(String) - Method in class com.github.cla9.excel.reader.sheet.MergedArea
Sets header.
setResourceLoader(ResourceLoader) - Method in class com.github.cla9.excel.reader.config.AbstractExcelConfigurationSourceSupport
 
setResourceLoader(ResourceLoader) - Method in class com.github.cla9.excel.reader.config.ExcelEntityScanRegistrar
 
setRow(List<String>) - Method in class com.github.cla9.excel.reader.row.SAXRowHandler
 
setRow(Row) - Method in class com.github.cla9.excel.reader.row.WorkBookRowHandler
 
setRow(T) - Method in interface com.github.cla9.excel.reader.row.RowHandler
Sets row.
setRowGenerationSuccessCallback(Consumer<List<String>>) - Method in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
Sets row generation success callback.
setRowGenerationSuccessCallback(Consumer<Row>) - Method in class com.github.cla9.excel.reader.sheet.WorkBookSheetHandler
Sets row generation success callback.
SheetHandler - Interface in com.github.cla9.excel.reader.sheet
The interface Sheet handler.
sheetName - Variable in class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
 
sheetName - Variable in class com.github.cla9.excel.reader.worker.ExcelReader
Target sheet name of excel file.
sheetName() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelBody
 
source() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelMessageSource
 
source(Class<? extends ExcelMessageRepository>) - Method in class com.github.cla9.excel.reader.worker.MessageConverter.MessageConverterBuilder
Source message converter . message converter builder.
start() - Method in annotation type com.github.cla9.excel.reader.annotation.RowRange
 
start(int) - Method in class com.github.cla9.excel.reader.row.Range.RangeBuilder
Start range . range builder.
startElement(String, String, String, Attributes) - Method in class com.github.cla9.excel.reader.sheet.SAXSheetMergeHeaderHandler
 
startRow(int) - Method in class com.github.cla9.excel.reader.sheet.SAXSheetHandler
 
supportsParameter(MethodParameter) - Method in class com.github.cla9.excel.reader.config.ExcelReaderArgumentResolver
 

T

tClass - Variable in class com.github.cla9.excel.reader.worker.ExcelReader
The T class.
type() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelBody
 
type(String) - Method in class com.github.cla9.excel.reader.entity.ErrorInfo.ErrorInfoBuilder
Type error info . error info builder.

U

UNDECIDED - Static variable in class com.github.cla9.excel.reader.util.ExcelConstant
The constant UNDECIDED.
UNKNOWN - com.github.cla9.excel.reader.entity.ErrorType
Unknown error type.
UnsatisfiedDependencyException - Exception in com.github.cla9.excel.reader.exception
The type Unsatisfied dependency exception.
UnsatisfiedDependencyException() - Constructor for exception com.github.cla9.excel.reader.exception.UnsatisfiedDependencyException
Instantiates a new Unsatisfied dependency exception.
UnsatisfiedDependencyException(String) - Constructor for exception com.github.cla9.excel.reader.exception.UnsatisfiedDependencyException
Instantiates a new Unsatisfied dependency exception.
UnsatisfiedDependencyException(String, Throwable) - Constructor for exception com.github.cla9.excel.reader.exception.UnsatisfiedDependencyException
Instantiates a new Unsatisfied dependency exception.

V

VALID - com.github.cla9.excel.reader.entity.ErrorType
Valid error type.
validateHeader() - Method in class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
Validate header.
validateOrder() - Method in class com.github.cla9.excel.reader.sheet.AbstractSheetHandler
Validate order.
value() - Method in annotation type com.github.cla9.excel.reader.annotation.EnableExcelEntityScan
 
value() - Method in annotation type com.github.cla9.excel.reader.annotation.ExcelColumnOverrides
 
value(String) - Method in class com.github.cla9.excel.reader.entity.ErrorInfo.ErrorInfoBuilder
Value error info . error info builder.
valueOf(String) - Static method in enum com.github.cla9.excel.reader.entity.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.cla9.excel.reader.factory.ReaderType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.cla9.excel.reader.entity.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.cla9.excel.reader.factory.ReaderType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORKBOOK - com.github.cla9.excel.reader.factory.ReaderType
Workbook reader type.
WorkBookExcelColumnRowHandler - Class in com.github.cla9.excel.reader.row
The type Work book excel column row handler.
WorkBookExcelColumnRowHandler(int[]) - Constructor for class com.github.cla9.excel.reader.row.WorkBookExcelColumnRowHandler
Instantiates a new Work book excel column row handler.
WorkBookReader<T> - Class in com.github.cla9.excel.reader.worker
The type Work book reader.
WorkBookReader(Class<T>) - Constructor for class com.github.cla9.excel.reader.worker.WorkBookReader
Instantiates a new Work book reader.
WorkBookReader(Class<T>, ExcelMetaModel) - Constructor for class com.github.cla9.excel.reader.worker.WorkBookReader
Instantiates a new Work book reader.
WorkBookReader(Class<T>, String) - Constructor for class com.github.cla9.excel.reader.worker.WorkBookReader
Instantiates a new Work book reader.
WorkBookReader(Class<T>, String, ExcelMetaModel) - Constructor for class com.github.cla9.excel.reader.worker.WorkBookReader
Instantiates a new Work book reader.
WorkBookRowHandler - Class in com.github.cla9.excel.reader.row
The type Work book row handler.
WorkBookRowHandler() - Constructor for class com.github.cla9.excel.reader.row.WorkBookRowHandler
 
WorkBookSheetHandler - Class in com.github.cla9.excel.reader.sheet
The type Work book sheet handler.
WorkBookSheetHandler(String, Workbook, ExcelMetaModel) - Constructor for class com.github.cla9.excel.reader.sheet.WorkBookSheetHandler
Instantiates a new Work book sheet handler.
WorkBookSheetHandler(Workbook, ExcelMetaModel) - Constructor for class com.github.cla9.excel.reader.sheet.WorkBookSheetHandler
Instantiates a new Work book sheet handler.
A B C D E F G H I M N O P R S T U V W 
All Classes All Packages