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

A

addListDelimiter(String) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Use different delimiter to split the list of items of a cell
AnnotationUtil - Class in com.poiji.util
Created by hakan on 2.05.2020

B

BigDecimalParser - Class in com.poiji.parser
 
bigDecimals(Locale) - Static method in class com.poiji.parser.Parsers
 
BooleanParseException(String) - Constructor for exception com.poiji.parser.BooleanParser.BooleanParseException
 
BooleanParser - Class in com.poiji.parser
 
BooleanParser() - Constructor for class com.poiji.parser.BooleanParser
 
BooleanParser.BooleanParseException - Exception in com.poiji.parser
 
booleans() - Static method in class com.poiji.parser.Parsers
 
build() - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
 

C

caseInsensitive(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Permits case insensitive column names mapping for annotation ExcelCellName.
Casting - Interface in com.poiji.config
A casting interface to build a custom poiji configuration.
castValue(Field, String, int, int, PoijiOptions) - Method in interface com.poiji.config.Casting
 
castValue(Field, String, int, int, PoijiOptions) - Method in class com.poiji.config.DefaultCasting
 
CATEGORY - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 
com.poiji.annotation - package com.poiji.annotation
 
com.poiji.bind - package com.poiji.bind
 
com.poiji.bind.mapping - package com.poiji.bind.mapping
 
com.poiji.config - package com.poiji.config
 
com.poiji.exception - package com.poiji.exception
 
com.poiji.option - package com.poiji.option
 
com.poiji.parser - package com.poiji.parser
 
com.poiji.util - package com.poiji.util
 
CONTENT_STATUS - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 
CREATED - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 
createPoijiPropertyFile(File, PoijiOptions) - Static method in class com.poiji.bind.mapping.PoijiPropertyHelper
 
createPoijiPropertyStream(InputStream, PoijiOptions) - Static method in class com.poiji.bind.mapping.PoijiPropertyHelper
 
CREATOR - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 

D

dateFormatter() - Method in class com.poiji.option.PoijiOptions
 
dateFormatter(DateTimeFormatter) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
set a date formatter, default date time formatter is "dd/M/yyyy" for java.time.LocalDate
dateLenient(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
If the simple date format is lenient, use to set how strict the date formatting must be, defaults to lenient false.
datePattern() - Method in class com.poiji.option.PoijiOptions
 
datePattern(String) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
set date pattern, default date format is "dd/M/yyyy" for java.util.Date
dateRegex(String) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Date regex, if would like to specify a regex patter the date must be in, e.g.\\d{2}/\\d{1}/\\d{4}.
dateTimeFormatter() - Method in class com.poiji.option.PoijiOptions
 
dateTimeFormatter(DateTimeFormatter) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
set a date time formatter, default date time formatter is "dd/M/yyyy HH:mm:ss" for java.time.LocalDateTime
dateTimeRegex(String) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
DateTime regex, if would like to specify a regex patter the date time must be in, e.g.\\d{2}/\\d{1}/\\d{4} \\d{2}:\\d{2}:\\d{2}.
DEFAULT_DATE_FORMATTER - Static variable in class com.poiji.util.PoijiConstants
 
DEFAULT_DATE_PATTERN - Static variable in class com.poiji.util.PoijiConstants
 
DEFAULT_DATE_TIME_FORMATTER - Static variable in class com.poiji.util.PoijiConstants
 
DefaultCasting - Class in com.poiji.config
Created by hakan on 22/01/2017.
DefaultCasting() - Constructor for class com.poiji.config.DefaultCasting
 
DefaultCasting(boolean) - Constructor for class com.poiji.config.DefaultCasting
 
DefaultCastingError - Class in com.poiji.config
 
DefaultExcelPropertiesHelper - Class in com.poiji.util
 
DefaultFormatting - Class in com.poiji.config
 
DefaultFormatting() - Constructor for class com.poiji.config.DefaultFormatting
 
DESCRIPTION - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 
DisableCellFormatXLS - Annotation Type in com.poiji.annotation
Indicates that a field/column ignores its custom cell format in a xls excel file.
disableXLSXNumberCellFormat() - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Disable the cell format of all the number cells of an excel file ending with xlsx

E

ExcelCell - Annotation Type in com.poiji.annotation
Indicates that a field declaration contains excel metadata.
ExcelCellName - Annotation Type in com.poiji.annotation
Created by hakan on 16/03/2018
ExcelCellRange - Annotation Type in com.poiji.annotation
 
ExcelCellsJoinedByName - Annotation Type in com.poiji.annotation
Created by aerfus on 18/02/2024
ExcelProperty - Annotation Type in com.poiji.annotation
Indicates, that a field contains an excel property (e.g.
ExcelRow - Annotation Type in com.poiji.annotation
This annotations allows you to set the index of each row item.
ExcelSheet - Annotation Type in com.poiji.annotation
Annotation to set the sheet name to be processed.
ExcelUnknownCells - Annotation Type in com.poiji.annotation
This annotations allows you to put every unknown cell (neither mapped by name, nor by index) into a Map<String,String>
expression() - Method in annotation type com.poiji.annotation.ExcelCellName
Specifies the column regular expression where the corresponding value is mapped from the Excel data
expression() - Method in annotation type com.poiji.annotation.ExcelCellsJoinedByName
Specifies the column regular expression where the corresponding values are mapped from the Excel data

F

file() - Method in class com.poiji.bind.PoijiFile
the T derived from InputStream
Files - Class in com.poiji.util
Created by hakan on 17/01/2017.
formatRawCellContents(double, int, String, boolean) - Method in class com.poiji.bind.mapping.PoijiDataFormatter
 
formats() - Method in class com.poiji.bind.mapping.PoijiLogCellFormat
 
Formatting - Interface in com.poiji.config
A formatting interface to build a custom poiji header formatting.
fromExcel(File, Class<T>) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcel(File, Class<T>, PoijiOptions) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcel(File, Class<T>, PoijiOptions, Consumer<? super T>) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcel(File, Class<T>, Consumer<? super T>) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcel(InputStream, PoijiExcelType, Class<T>) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcel(InputStream, PoijiExcelType, Class<T>, PoijiOptions) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcel(InputStream, PoijiExcelType, Class<T>, PoijiOptions, Consumer<? super T>) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcel(InputStream, PoijiExcelType, Class<T>, Consumer<? super T>) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcel(Sheet, Class<T>) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcel(Sheet, Class<T>, PoijiOptions) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcel(Sheet, Class<T>, PoijiOptions, Consumer<? super T>) - Static method in class com.poiji.bind.Poiji
converts excel rows into a list of objects
fromExcelProperties(File, Class<T>) - Static method in class com.poiji.bind.Poiji
converts excel properties into an object
fromExcelProperties(File, Class<T>, PoijiOptions) - Static method in class com.poiji.bind.Poiji
converts excel properties into an object
fromExcelProperties(InputStream, PoijiExcelType, Class<T>) - Static method in class com.poiji.bind.Poiji
converts excel properties into an object
fromExcelProperties(InputStream, PoijiExcelType, Class<T>, PoijiOptions) - Static method in class com.poiji.bind.Poiji
converts excel properties into an object

G

getCaseInsensitive() - Method in class com.poiji.option.PoijiOptions
 
getCasting() - Method in class com.poiji.option.PoijiOptions
 
getCellAddress() - Method in class com.poiji.bind.mapping.PoijiLogCellFormat.InternalCellFormat
 
getCellStypeStr() - Method in class com.poiji.bind.mapping.PoijiLogCellFormat.InternalCellFormat
 
getCellType() - Method in class com.poiji.bind.mapping.PoijiLogCellFormat.InternalCellFormat
 
getColumn() - Method in class com.poiji.config.DefaultCastingError
 
getColumnName() - Method in exception com.poiji.exception.PoijiMultiRowException.PoijiRowSpecificException
 
getDateLenient() - Method in class com.poiji.option.PoijiOptions
 
getDateRegex() - Method in class com.poiji.option.PoijiOptions
 
getDateTimeRegex() - Method in class com.poiji.option.PoijiOptions
 
getDefaultValue() - Method in class com.poiji.config.DefaultCastingError
 
getErrors() - Method in class com.poiji.config.DefaultCasting
 
getErrors() - Method in exception com.poiji.exception.PoijiMultiRowException
 
getException() - Method in class com.poiji.config.DefaultCastingError
 
getExtension(String) - Method in class com.poiji.util.Files
 
getFieldName() - Method in exception com.poiji.exception.PoijiMultiRowException.PoijiRowSpecificException
 
getFormatIndex() - Method in class com.poiji.bind.mapping.PoijiLogCellFormat.InternalCellFormat
 
getFormatString() - Method in class com.poiji.bind.mapping.PoijiLogCellFormat.InternalCellFormat
 
getFormatting() - Method in class com.poiji.option.PoijiOptions
 
getHeaderCount() - Method in class com.poiji.option.PoijiOptions
 
getHeaderStart() - Method in class com.poiji.option.PoijiOptions
 
getIgnoreWhitespaces() - Method in class com.poiji.option.PoijiOptions
 
getInstance() - Static method in class com.poiji.util.Files
 
getLimit() - Method in class com.poiji.option.PoijiOptions
 
getListDelimiter() - Method in class com.poiji.option.PoijiOptions
 
getLocale() - Method in class com.poiji.option.PoijiOptions
 
getMissingExcelCellHeaders() - Method in exception com.poiji.exception.HeaderMissingException
 
getMissingExcelCellNameHeaders() - Method in exception com.poiji.exception.HeaderMissingException
 
getNumberFormatAt(short) - Method in class com.poiji.bind.mapping.PoijiNumberFormat
 
getPassword() - Method in class com.poiji.option.PoijiOptions
 
getPoijiCellFormat() - Method in class com.poiji.option.PoijiOptions
 
getPoijiNumberFormat() - Method in class com.poiji.option.PoijiOptions
 
getRow() - Method in class com.poiji.config.DefaultCastingError
 
getRowNum() - Method in exception com.poiji.exception.PoijiMultiRowException.PoijiRowSpecificException
 
getSheetName() - Method in class com.poiji.config.DefaultCastingError
 
getSheetName() - Method in class com.poiji.option.PoijiOptions
 
getSheetName(Class<T>, PoijiOptions) - Method in class com.poiji.bind.mapping.SheetUnmarshaller
 
getSheetName(Class<T>, PoijiOptions) - Method in interface com.poiji.bind.Unmarshaller
 
getValue() - Method in class com.poiji.config.DefaultCastingError
 
getValueObject(Field, int, int, PoijiOptions, String, Class<?>) - Method in class com.poiji.config.DefaultCasting
 

H

headerCount(int) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
This is to set the number of row contains headers Set 0 to indicate that no header in the excel file.
HeaderMissingException - Exception in com.poiji.exception
Exception thrown if namedHeaderMandatory is set in the options, but a header specified in an @ExcelCellName is missing in the sheet.
HeaderMissingException(String, Set<Integer>, Set<String>) - Constructor for exception com.poiji.exception.HeaderMissingException
 
headerStart(int) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
This is to set the row which the unmarshall will use to start reading header titles, incase the header is not in row 0.
hssfInstance(PoijiFile<?>, PoijiOptions) - Static method in class com.poiji.bind.mapping.UnmarshallerHelper
 
hssfInstance(PoijiInputStream<?>, PoijiOptions) - Static method in class com.poiji.bind.mapping.UnmarshallerHelper
 
HSSFPropertyFile - Class in com.poiji.bind.mapping
Created by hakan on 24.05.2020
HSSFPropertyStream - Class in com.poiji.bind.mapping
Created by hakan on 24.05.2020

I

ignoreHiddenSheets() - Method in class com.poiji.option.PoijiOptions
 
ignoreHiddenSheets(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Ignore hidden sheets
ignoreWhitespaces(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Ignore white space before and after column names for annotation ExcelCellName.
IllegalCastException - Exception in com.poiji.exception
Created by hakan on 17/01/2017.
IllegalCastException(String) - Constructor for exception com.poiji.exception.IllegalCastException
 
integers() - Static method in class com.poiji.parser.Parsers
 
InternalCellFormat() - Constructor for class com.poiji.bind.mapping.PoijiLogCellFormat.InternalCellFormat
 
InvalidExcelFileExtension - Exception in com.poiji.exception
Created by hakan on 17/01/2017.
InvalidExcelFileExtension(String) - Constructor for exception com.poiji.exception.InvalidExcelFileExtension
 
isDisableXLSXNumberCellFormat() - Method in class com.poiji.option.PoijiOptions
 
isErrorLoggingEnabled() - Method in class com.poiji.config.DefaultCasting
 
isRawData() - Method in class com.poiji.option.PoijiOptions
 

K

KEYWORDS - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 

L

LAST_PRINTED - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 
limit(int) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
limit a number of rows after the header & skipped rows row.
longs() - Static method in class com.poiji.parser.Parsers
 

M

mandatoryCell() - Method in annotation type com.poiji.annotation.ExcelCell
Specifies whether the cell value of the header is required in each row.
mandatoryCell() - Method in annotation type com.poiji.annotation.ExcelCellName
Specifies whether the cell value of the header is required in each row.
mandatoryHeader() - Method in annotation type com.poiji.annotation.ExcelCell
Specifies whether the header is required or not.
mandatoryHeader() - Method in annotation type com.poiji.annotation.ExcelCellName
Specifies whether the header is required or not.
MODIFIED - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 

N

newInstanceOf(Class<T>) - Static method in class com.poiji.util.ReflectUtil
 
NumberParser - Class in com.poiji.parser
 
numbers(Locale) - Static method in class com.poiji.parser.Parsers
 

P

parse(String) - Method in class com.poiji.parser.BigDecimalParser
 
parse(String) - Method in class com.poiji.parser.BooleanParser
 
parse(String) - Method in class com.poiji.parser.NumberParser
 
parse(String) - Method in interface com.poiji.parser.Parser
 
Parser<T> - Interface in com.poiji.parser
 
Parsers - Class in com.poiji.parser
 
password(String) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
set password for encrypted excel file, Default is null
Poiji - Class in com.poiji.bind
The entry point of the mapping process.
PoijiConstants - Class in com.poiji.util
Created by hakan on 15/10/2017
PoijiDataFormatter - Class in com.poiji.bind.mapping
Created by hakan on 16.05.2021
PoijiDataFormatter(PoijiOptions) - Constructor for class com.poiji.bind.mapping.PoijiDataFormatter
 
PoijiExcelType - Enum in com.poiji.exception
Created by hakan on 08/03/2018
PoijiException - Exception in com.poiji.exception
PoijiException is the superclass of RuntimeException that can be thrown during the mapping process of excel service.
PoijiException(String) - Constructor for exception com.poiji.exception.PoijiException
 
PoijiException(String, Throwable) - Constructor for exception com.poiji.exception.PoijiException
 
PoijiFile<T extends java.io.File> - Class in com.poiji.bind
Created by hakan on 16/01/2017.
PoijiInputStream<T extends java.io.InputStream> - Class in com.poiji.bind
Created by hakan on 08/03/2018.
PoijiInstantiationException - Exception in com.poiji.exception
Created by hakan on 17/01/2017.
PoijiInstantiationException(String, Exception) - Constructor for exception com.poiji.exception.PoijiInstantiationException
 
poijiLogCellFormat(PoijiLogCellFormat) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Add cell format option to see each internal cell's excel format for files ending with xlsx format.
PoijiLogCellFormat - Class in com.poiji.bind.mapping
Created by hakan on 26.04.2020
PoijiLogCellFormat() - Constructor for class com.poiji.bind.mapping.PoijiLogCellFormat
 
PoijiLogCellFormat.InternalCellFormat - Class in com.poiji.bind.mapping
 
PoijiMultiRowException - Exception in com.poiji.exception
PoijiMultiRowException is the superclass of RuntimeException that can be thrown during the mapping process of excel service.
PoijiMultiRowException(String, List<PoijiMultiRowException.PoijiRowSpecificException>) - Constructor for exception com.poiji.exception.PoijiMultiRowException
 
PoijiMultiRowException.PoijiRowSpecificException - Exception in com.poiji.exception
 
poijiNumberFormat(PoijiNumberFormat) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Change the default cell formats of a xlsx excel file by overriding
PoijiNumberFormat - Class in com.poiji.bind.mapping
Created by hakan on 26.04.2020
PoijiNumberFormat() - Constructor for class com.poiji.bind.mapping.PoijiNumberFormat
 
PoijiOptions - Class in com.poiji.option
Created by hakan on 17/01/2017.
PoijiOptions.PoijiOptionsBuilder - Class in com.poiji.option
 
PoijiPropertyHelper - Class in com.poiji.bind.mapping
Created by hakan on 24.05.2020
PoijiPropertyHelper() - Constructor for class com.poiji.bind.mapping.PoijiPropertyHelper
 
PoijiRowSpecificException(String, String, Integer) - Constructor for exception com.poiji.exception.PoijiMultiRowException.PoijiRowSpecificException
 
preferNullOverDefault() - Method in class com.poiji.option.PoijiOptions
 
preferNullOverDefault(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
set whether or not to use null instead of default values for Integer, Double, Float, Long, String and java.util.Date types.
PropertyHandler - Class in com.poiji.bind.mapping
 
PropertyHandler() - Constructor for class com.poiji.bind.mapping.PropertyHandler
 
propertyName() - Method in annotation type com.poiji.annotation.ExcelProperty
If this value is set, the property will be read from property field with this name instead of your field name.
PropertyUnmarshaller - Interface in com.poiji.bind
Created by hakan on 25.05.2020
putFieldMultiValueMapData(Field, String, Object, Object) - Static method in class com.poiji.util.ReflectUtil
 
putNumberFormat(short, String) - Method in class com.poiji.bind.mapping.PoijiNumberFormat
 

R

rawData(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Use this option to get the underlying/original/non-visible/raw cell value.
ReflectUtil - Class in com.poiji.util
 
returnFromEncryptedFile(Class<T>) - Method in class com.poiji.bind.mapping.HSSFPropertyFile
 
returnFromEncryptedFile(Class<T>) - Method in class com.poiji.bind.mapping.HSSFPropertyStream
 
returnFromEncryptedFile(Class<T>) - Method in interface com.poiji.bind.PropertyUnmarshaller
 
returnFromExcelFile(Class<T>) - Method in class com.poiji.bind.mapping.HSSFPropertyFile
 
returnFromExcelFile(Class<T>) - Method in class com.poiji.bind.mapping.HSSFPropertyStream
 
returnFromExcelFile(Class<T>) - Method in interface com.poiji.bind.PropertyUnmarshaller
 
REVISION - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 

S

setCasting(Casting) - Method in class com.poiji.option.PoijiOptions
 
setCellType(String) - Method in class com.poiji.bind.mapping.PoijiLogCellFormat.InternalCellFormat
 
setFieldData(Field, Object, Object) - Static method in class com.poiji.util.ReflectUtil
 
setLimit(int) - Method in class com.poiji.option.PoijiOptions
 
setLocale(Locale) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Set the Locale used by Apache Poi and PoiJ.
settings() - Static method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
 
settings(int) - Static method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Skip a number of rows after the header row.
setTrimCellValue(boolean) - Method in class com.poiji.option.PoijiOptions
 
sheetIndex() - Method in class com.poiji.option.PoijiOptions
 
sheetIndex(int) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
set sheet index, default is 0
sheetInstance(Sheet, PoijiOptions) - Static method in class com.poiji.bind.mapping.UnmarshallerHelper
 
sheetName(String) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Set the sheet Name
SheetUnmarshaller - Class in com.poiji.bind.mapping
Created by hakan on 11.10.2020
skip() - Method in class com.poiji.option.PoijiOptions
the number of skipped rows
skip(int) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
skip a number of rows after the header row.
stream() - Method in class com.poiji.bind.PoijiInputStream
the T derived from InputStream
SUBJECT - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 

T

TITLE - Static variable in class com.poiji.util.DefaultExcelPropertiesHelper
 
toString() - Method in class com.poiji.bind.mapping.PoijiLogCellFormat.InternalCellFormat
 
transform(PoijiOptions, String) - Method in class com.poiji.config.DefaultFormatting
 
transform(PoijiOptions, String) - Method in interface com.poiji.config.Formatting
Normalize header names using custom formatting
trimCellValue() - Method in class com.poiji.option.PoijiOptions
 
trimCellValue(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Trim cell value

U

unmarshal(Class<T>) - Method in class com.poiji.bind.mapping.HSSFPropertyFile
 
unmarshal(Class<T>) - Method in class com.poiji.bind.mapping.HSSFPropertyStream
 
unmarshal(Class<T>) - Method in interface com.poiji.bind.PropertyUnmarshaller
 
unmarshal(Class<T>, Consumer<? super T>) - Method in class com.poiji.bind.mapping.SheetUnmarshaller
 
unmarshal(Class<T>, Consumer<? super T>) - Method in interface com.poiji.bind.Unmarshaller
 
Unmarshaller - Interface in com.poiji.bind
Created by hakan on 08/03/2018
UnmarshallerHelper - Class in com.poiji.bind.mapping
Created by hakan on 17/01/2017.
UnmarshallerHelper() - Constructor for class com.poiji.bind.mapping.UnmarshallerHelper
 

V

validateMandatoryNameColumns(PoijiOptions, Formatting, Class<T>, Map<String, Integer>, Map<Integer, String>) - Static method in class com.poiji.util.AnnotationUtil
Validate that all headers specified via @ExcelCellName annotations are present in the list of header names.
value() - Method in annotation type com.poiji.annotation.DisableCellFormatXLS
true disable cell format of a cell, otherwise false
value() - Method in annotation type com.poiji.annotation.ExcelCell
Specifies the column index where the corresponding value is mapped from the excel data
value() - Method in annotation type com.poiji.annotation.ExcelCellName
Specifies the column name where the corresponding value is mapped from the Excel data
value() - Method in annotation type com.poiji.annotation.ExcelSheet
Specifies the name of the sheet that is to be processed.
valueOf(String) - Static method in enum com.poiji.exception.PoijiExcelType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.poiji.exception.PoijiExcelType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withCasting(Casting) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Use a custom casting implementation
withFormatting(Formatting) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Use a custom excel header format implementation
workbook() - Method in class com.poiji.bind.mapping.SheetUnmarshaller
 

X

XLS - com.poiji.exception.PoijiExcelType
 
XLS_EXTENSION - Static variable in class com.poiji.util.PoijiConstants
 
XLSX - com.poiji.exception.PoijiExcelType
 
XLSX_EXTENSION - Static variable in class com.poiji.util.PoijiConstants
 
xssfInstance(PoijiFile<?>, PoijiOptions) - Static method in class com.poiji.bind.mapping.UnmarshallerHelper
 
xssfInstance(PoijiInputStream<?>, PoijiOptions) - Static method in class com.poiji.bind.mapping.UnmarshallerHelper
 
A B C D E F G H I K L M N P R S T U V W X 
All Classes All Packages