Index
A B C D E F G H I J L M N O P R S T U V W
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- AbstractExcelReader<W extends org.apache.poi.ss.usermodel.Workbook,T> - Class in com.github.javaxcel.in
- AbstractExcelReader(W) - Constructor for class com.github.javaxcel.in.AbstractExcelReader
- AbstractExcelWriter<W extends org.apache.poi.ss.usermodel.Workbook,T> - Class in com.github.javaxcel.out
-
Abstract excel writer
AbstractExcelWriter.write(OutputStream, List)
AbstractExcelWriter.beforeWrite(OutputStream, List)
AbstractExcelWriter.createHeader(Sheet)
AbstractExcelWriter.ifHeaderNamesAreEmpty(List)
AbstractExcelWriter.writeToSheet(Sheet, List)
AbstractExcelWriter.getNumOfColumns()
AbstractExcelWriter.save(OutputStream)
AbstractExcelWriter.afterWrite(OutputStream, List)
- AbstractExcelWriter(W) - Constructor for class com.github.javaxcel.out.AbstractExcelWriter
- afterRead(List<T>) - Method in class com.github.javaxcel.in.AbstractExcelReader
- afterWrite(OutputStream, List<T>) - Method in class com.github.javaxcel.out.AbstractExcelWriter
- autoResizeColumns() - Method in class com.github.javaxcel.out.AbstractExcelWriter
- autoResizeColumns() - Method in interface com.github.javaxcel.out.ExcelWriter
- autoResizeColumns() - Method in class com.github.javaxcel.out.MapWriter
- autoResizeColumns() - Method in class com.github.javaxcel.out.ModelWriter
- autoResizeColumns(Sheet, int) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Adjusts width of columns to fit the contents.
B
- beforeRead(List<T>) - Method in class com.github.javaxcel.in.AbstractExcelReader
- beforeReadModels(Sheet) - Method in class com.github.javaxcel.in.AbstractExcelReader
- beforeReadModels(Sheet) - Method in class com.github.javaxcel.in.MapReader
- beforeWrite(OutputStream, List<T>) - Method in class com.github.javaxcel.out.AbstractExcelWriter
- beforeWrite(OutputStream, List<T>) - Method in class com.github.javaxcel.out.MapWriter
- beforeWrite(OutputStream, List<T>) - Method in class com.github.javaxcel.out.ModelWriter
- bodyStyle() - Method in annotation type com.github.javaxcel.annotation.ExcelColumn
-
Configuration of body style.
- bodyStyle() - Method in annotation type com.github.javaxcel.annotation.ExcelModel
-
Configuration of common body style.
- bodyStyle(ExcelStyleConfig) - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Sets style to body.
- bodyStyle(ExcelStyleConfig) - Method in interface com.github.javaxcel.out.ExcelWriter
-
Sets style to body.
- bodyStyle(ExcelStyleConfig) - Method in class com.github.javaxcel.out.MapWriter
-
Sets style to body.
- bodyStyle(ExcelStyleConfig) - Method in class com.github.javaxcel.out.ModelWriter
-
Sets style to body.
- bodyStyles - Variable in class com.github.javaxcel.out.AbstractExcelWriter
- bodyStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Sets styles to body.
- bodyStyles(ExcelStyleConfig...) - Method in interface com.github.javaxcel.out.ExcelWriter
-
Sets styles to body.
- bodyStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.MapWriter
-
Sets styles to body.
- bodyStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.ModelWriter
-
Sets styles to body.
C
- com.github.javaxcel.annotation - package com.github.javaxcel.annotation
- com.github.javaxcel.constant - package com.github.javaxcel.constant
- com.github.javaxcel.converter.in - package com.github.javaxcel.converter.in
- com.github.javaxcel.converter.in.support - package com.github.javaxcel.converter.in.support
- com.github.javaxcel.converter.out - package com.github.javaxcel.converter.out
- com.github.javaxcel.converter.out.support - package com.github.javaxcel.converter.out.support
- com.github.javaxcel.exception - package com.github.javaxcel.exception
- com.github.javaxcel.factory - package com.github.javaxcel.factory
- com.github.javaxcel.in - package com.github.javaxcel.in
- com.github.javaxcel.out - package com.github.javaxcel.out
- com.github.javaxcel.util - package com.github.javaxcel.util
- ConversionType - Enum in com.github.javaxcel.constant
-
Type of conversion
- convert(Map<String, Object>, Field) - Method in class com.github.javaxcel.converter.in.DefaultInputConverter
-
Converts a string in cell to the type of field.
- convert(Map<String, Object>, Field) - Method in class com.github.javaxcel.converter.in.ExpressionInputConverter
-
Converts a string in cell to the type of field.
- convert(Map<String, Object>, Field) - Method in interface com.github.javaxcel.converter.in.InputConverter
-
Converts a string in cell to the type of field.
- convert(Map<String, Object>, Field) - Method in class com.github.javaxcel.converter.in.support.InputConverterSupport
- convert(T, Field) - Method in class com.github.javaxcel.converter.out.DefaultOutputConverter
-
Converts a field's value to the string.
- convert(T, Field) - Method in class com.github.javaxcel.converter.out.ExpressionOutputConverter
-
Converts a field's value to the string.
- convert(T, Field) - Method in interface com.github.javaxcel.converter.out.OutputConverter
-
Converts a field's value to the string.
- convert(T, Field) - Method in class com.github.javaxcel.converter.out.support.OutputConverterSupport
-
Computes a field value.
- ConverterType - Enum in com.github.javaxcel.constant
-
Type of converter
- create(W) - Static method in class com.github.javaxcel.factory.ExcelReaderFactory
-
Returns instance of
MapReader
. - create(W) - Static method in class com.github.javaxcel.factory.ExcelWriterFactory
-
Returns instance of
MapWriter
. - create(W, Class<T>) - Static method in class com.github.javaxcel.factory.ExcelReaderFactory
-
Returns instance of
ModelReader
. - create(W, Class<T>) - Static method in class com.github.javaxcel.factory.ExcelWriterFactory
-
Returns instance of
ModelWriter
.
D
- dataFormatter - Static variable in class com.github.javaxcel.in.AbstractExcelReader
-
Formatter that stringifies the value in a cell with
FormulaEvaluator
. - DATETIME - com.github.javaxcel.util.TypeClassifier.Types
-
Datetime types.
- DEFAULT - com.github.javaxcel.constant.ConversionType
- DefaultInputConverter - Class in com.github.javaxcel.converter.in
- DefaultInputConverter() - Constructor for class com.github.javaxcel.converter.in.DefaultInputConverter
- DefaultOutputConverter<T> - Class in com.github.javaxcel.converter.out
- DefaultOutputConverter() - Constructor for class com.github.javaxcel.converter.out.DefaultOutputConverter
- defaultValue() - Method in annotation type com.github.javaxcel.annotation.ExcelColumn
-
Replacement of the value when only writes the value that is null or empty string.
- defaultValue() - Method in annotation type com.github.javaxcel.annotation.ExcelModel
-
Replacement of the value when only writes the value that is null or empty string.
- defaultValue(String) - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Sets default value when value to be written is null or empty.
- defaultValue(String) - Method in interface com.github.javaxcel.out.ExcelWriter
-
Sets default value when value to be written is null or empty.
- defaultValue(String) - Method in class com.github.javaxcel.out.MapWriter
-
Sets default value when value to be written is null or empty.
- defaultValue(String) - Method in class com.github.javaxcel.out.ModelWriter
-
Sets default value when value to be written is null or empty.
- dropdownItems() - Method in annotation type com.github.javaxcel.annotation.ExcelColumn
-
Dropdown items for the constraint.
E
- enumDropdown() - Method in annotation type com.github.javaxcel.annotation.ExcelColumn
-
Policy that determines whether this will set constraint to
Enum
field or not. - enumDropdown() - Method in annotation type com.github.javaxcel.annotation.ExcelModel
-
Policy that determines whether this will set constraint to
Enum
field or not. - enumDropdown() - Method in class com.github.javaxcel.out.ModelWriter
-
Enables to create dropdowns for columns of enum.
- equalsCellStyle(CellStyle, CellStyle) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns whether one cell style is equal to the other.
- equalsCellStyleAndFont(Workbook, CellStyle, Workbook, CellStyle) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns whether one cell style/font is equal to the other.
- equalsFont(Font, Font) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns whether one font is equal to the other.
- EXCEL_2007_EXTENSION - Static variable in class com.github.javaxcel.util.ExcelUtils
- EXCEL_97_EXTENSION - Static variable in class com.github.javaxcel.util.ExcelUtils
- ExcelColumn - Annotation Type in com.github.javaxcel.annotation
- ExcelDateTimeFormat - Annotation Type in com.github.javaxcel.annotation
- ExcelIgnore - Annotation Type in com.github.javaxcel.annotation
- ExcelModel - Annotation Type in com.github.javaxcel.annotation
- ExcelReader<W extends org.apache.poi.ss.usermodel.Workbook,T> - Interface in com.github.javaxcel.in
- ExcelReaderExpression - Annotation Type in com.github.javaxcel.annotation
-
Expression for conversion of cell value to field value.
- ExcelReaderFactory - Class in com.github.javaxcel.factory
-
Factory for creating the appropriate implementation of
ExcelReader
. - ExcelUtils - Class in com.github.javaxcel.util
-
Utilities for spreadsheet excel with Apache POI.
- ExcelWriter<W extends org.apache.poi.ss.usermodel.Workbook,T> - Interface in com.github.javaxcel.out
- ExcelWriterExpression - Annotation Type in com.github.javaxcel.annotation
-
Expression for conversion of field value to cell value.
- ExcelWriterFactory - Class in com.github.javaxcel.factory
-
Factory for creating the appropriate implementation of
ExcelWriter
. - explicit() - Method in annotation type com.github.javaxcel.annotation.ExcelModel
-
Policy that determines whether this will select explicitly designated fields or not.
- EXPRESSION - com.github.javaxcel.constant.ConversionType
- ExpressionInputConverter - Class in com.github.javaxcel.converter.in
- ExpressionInputConverter() - Constructor for class com.github.javaxcel.converter.in.ExpressionInputConverter
- ExpressionInputConverter(List<Field>) - Constructor for class com.github.javaxcel.converter.in.ExpressionInputConverter
- ExpressionOutputConverter<T> - Class in com.github.javaxcel.converter.out
- ExpressionOutputConverter() - Constructor for class com.github.javaxcel.converter.out.ExpressionOutputConverter
- ExpressionOutputConverter(List<Field>) - Constructor for class com.github.javaxcel.converter.out.ExpressionOutputConverter
-
Brings default values for each field and caches them and parses expressions for each field and caches them, too.
F
- FieldUtils - Class in com.github.javaxcel.util
-
Utilities for reflection.
- filter() - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Filters all columns.
- filter() - Method in interface com.github.javaxcel.out.ExcelWriter
-
Filters all columns.
- filter() - Method in class com.github.javaxcel.out.MapWriter
-
Filters all columns.
- filter() - Method in class com.github.javaxcel.out.ModelWriter
-
Filters all columns.
- filtered - Variable in class com.github.javaxcel.out.AbstractExcelWriter
- formulaEvaluator - Variable in class com.github.javaxcel.in.AbstractExcelReader
-
Evaluator that evaluates the formula in a cell.
G
- getClasses() - Method in enum com.github.javaxcel.util.TypeClassifier.Types
- getColumnName(Cell, int) - Method in class com.github.javaxcel.in.AbstractExcelReader
- getColumnName(Cell, int) - Method in class com.github.javaxcel.in.MapReader
- getColumnName(Cell, int) - Method in class com.github.javaxcel.in.ModelReader
- getDeclaredCellStyles(Workbook) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns the declared cell styles.
- getField() - Method in exception com.github.javaxcel.exception.GettingFieldValueException
- getField() - Method in exception com.github.javaxcel.exception.SettingFieldValueException
- getFieldValue(T, Field) - Static method in class com.github.javaxcel.util.FieldUtils
-
Returns value of the field.
- getFontFromCellStyle(Workbook, CellStyle) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns a font on cell style in workbook.
- getInheritedFields(Class<?>) - Static method in class com.github.javaxcel.util.FieldUtils
-
Gets fields of the type including its inherited fields.
- getMaxColumns(Sheet) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns maximum number of columns in a spreadsheet.
- getMaxColumns(Workbook) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns maximum number of columns in a spreadsheet.
- getMaxRows(Sheet) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns maximum number of rows in a spreadsheet.
- getMaxRows(Workbook) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns maximum number of rows in a spreadsheet.
- getNumOfColumns() - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Returns the number of columns.
- getNumOfColumns() - Method in class com.github.javaxcel.out.MapWriter
-
Returns the number of columns.
- getNumOfColumns() - Method in class com.github.javaxcel.out.ModelWriter
-
Returns the number of columns.
- getNumOfColumns(Row) - Method in class com.github.javaxcel.in.AbstractExcelReader
- getNumOfColumns(Row) - Method in class com.github.javaxcel.in.MapReader
- getNumOfColumns(Row) - Method in class com.github.javaxcel.in.ModelReader
- getNumOfDeclaredCellStyles(Workbook) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns the number of declared cell styles.
- getNumOfInitialCellStyles(Workbook) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns the number of initial cell styles.
- getNumOfModels(File) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns the number of models in all sheets.
- getNumOfModels(Sheet) - Method in class com.github.javaxcel.in.AbstractExcelReader
- getNumOfModels(Sheet) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns the number of models in a sheet.
- getNumOfModels(Workbook) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns the number of models in all sheets.
- getNumOfRows(File) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns the number of rows in all sheets.
- getNumOfRows(Sheet) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns the number of rows in a sheet.
- getNumOfRows(Workbook) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns the number of rows in all sheets.
- getSheetRange(Workbook) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns range of the sheets.
- getSheets(Workbook) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns all sheets in a workbook.
- getTargetedFields(Class<?>) - Static method in class com.github.javaxcel.util.FieldUtils
-
Gets the targeted fields depending on the policy.
- GettingFieldValueException - Exception in com.github.javaxcel.exception
- GettingFieldValueException(Class<?>, Field) - Constructor for exception com.github.javaxcel.exception.GettingFieldValueException
- GettingFieldValueException(Class<?>, Field, String, Object...) - Constructor for exception com.github.javaxcel.exception.GettingFieldValueException
- GettingFieldValueException(Class<?>, Field, Throwable) - Constructor for exception com.github.javaxcel.exception.GettingFieldValueException
- GettingFieldValueException(Class<?>, Field, Throwable, String, Object...) - Constructor for exception com.github.javaxcel.exception.GettingFieldValueException
- getType() - Method in exception com.github.javaxcel.exception.GettingFieldValueException
- getType() - Method in exception com.github.javaxcel.exception.NoTargetedConstructorException
- getType() - Method in exception com.github.javaxcel.exception.NoTargetedFieldException
- getType() - Method in exception com.github.javaxcel.exception.NotExistConverterException
- getType() - Method in exception com.github.javaxcel.exception.SettingFieldValueException
- getWorkbook(File) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Returns the instance of
Workbook
by reading file.
H
- headerNames - Variable in class com.github.javaxcel.out.AbstractExcelWriter
-
Header's names.
- headerNames(List<String>) - Method in class com.github.javaxcel.in.MapReader
- headerNames(List<String>) - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Sets header names.
- headerNames(List<String>) - Method in interface com.github.javaxcel.out.ExcelWriter
-
Sets header names.
- headerNames(List<String>) - Method in class com.github.javaxcel.out.MapWriter
-
Rearranges the keys of
Map
with custom order. - headerNames(List<String>) - Method in class com.github.javaxcel.out.ModelWriter
-
Sets header names.
- headerNames(List<String>, List<String>) - Method in class com.github.javaxcel.out.MapWriter
-
Rearranges the keys of
Map
with custom order and sets header names. - headerStyle() - Method in annotation type com.github.javaxcel.annotation.ExcelColumn
-
Configuration of header style.
- headerStyle() - Method in annotation type com.github.javaxcel.annotation.ExcelModel
-
Configuration of common header style.
- headerStyle(ExcelStyleConfig) - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Sets style to header.
- headerStyle(ExcelStyleConfig) - Method in interface com.github.javaxcel.out.ExcelWriter
-
Sets style to header.
- headerStyle(ExcelStyleConfig) - Method in class com.github.javaxcel.out.MapWriter
-
Sets style to header.
- headerStyle(ExcelStyleConfig) - Method in class com.github.javaxcel.out.ModelWriter
-
Sets style to header.
- headerStyles - Variable in class com.github.javaxcel.out.AbstractExcelWriter
- headerStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Sets styles to header.
- headerStyles(ExcelStyleConfig...) - Method in interface com.github.javaxcel.out.ExcelWriter
-
Sets styles to header.
- headerStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.MapWriter
-
Sets styles to header.
- headerStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.ModelWriter
-
Sets styles to header.
- hideExtraColumns() - Method in class com.github.javaxcel.out.AbstractExcelWriter
- hideExtraColumns() - Method in interface com.github.javaxcel.out.ExcelWriter
- hideExtraColumns() - Method in class com.github.javaxcel.out.MapWriter
- hideExtraColumns() - Method in class com.github.javaxcel.out.ModelWriter
- hideExtraColumns(Sheet, int) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Hides extraneous columns.
- hideExtraRows() - Method in class com.github.javaxcel.out.AbstractExcelWriter
- hideExtraRows() - Method in interface com.github.javaxcel.out.ExcelWriter
- hideExtraRows() - Method in class com.github.javaxcel.out.MapWriter
- hideExtraRows() - Method in class com.github.javaxcel.out.ModelWriter
- hideExtraRows(Sheet, int) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Hides extraneous rows.
I
- ifHeaderNamesAreEmpty(List<String>) - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Handles header names, if they are empty.
- ifHeaderNamesAreEmpty(List<String>) - Method in class com.github.javaxcel.out.MapWriter
-
Handles header names, if they are empty.
- ifHeaderNamesAreEmpty(List<String>) - Method in class com.github.javaxcel.out.ModelWriter
-
Handles header names, if they are empty.
- IN - com.github.javaxcel.constant.ConverterType
- includeSuper() - Method in annotation type com.github.javaxcel.annotation.ExcelModel
-
Policy that determines whether this will select super classes' fields or own fields.
- initialValueOf(Class<?>) - Static method in class com.github.javaxcel.util.FieldUtils
-
Gets initial value of the type.
- InputConverter - Interface in com.github.javaxcel.converter.in
- InputConverterSupport - Class in com.github.javaxcel.converter.in.support
- InputConverterSupport(List<Field>) - Constructor for class com.github.javaxcel.converter.in.support.InputConverterSupport
- instantiate(Class<T>) - Static method in class com.github.javaxcel.util.FieldUtils
-
Returns instance of type.
- isExcel97(Cell) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Checks if spreadsheet's version is 97.
- isExcel97(Row) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Checks if spreadsheet's version is 97.
- isExcel97(Sheet) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Checks if spreadsheet's version is 97.
- isExcel97(Workbook) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Checks if spreadsheet's version is 97.
- isNumeric(Class<?>) - Static method in class com.github.javaxcel.util.TypeClassifier
-
Checks if type is numeric.
- isNumericPrimitive(Class<?>) - Static method in class com.github.javaxcel.util.TypeClassifier
-
Checks if type is numeric and primitive.
- isNumericWrapper(Class<?>) - Static method in class com.github.javaxcel.util.TypeClassifier
-
Checks if type is numeric and wrapper.
- isPrimitive(Class<?>) - Static method in class com.github.javaxcel.util.TypeClassifier
-
Checks if type is primitive.
- isString(Class<?>) - Static method in class com.github.javaxcel.util.TypeClassifier
-
Checks if type is string.
- isTemporal(Class<?>) - Static method in class com.github.javaxcel.util.TypeClassifier
-
Checks if type is temporal.
- isWrapper(Class<?>) - Static method in class com.github.javaxcel.util.TypeClassifier
-
Checks if type is wrapper class.
J
- JavaxcelException - Exception in com.github.javaxcel.exception
- JavaxcelException(String, Object...) - Constructor for exception com.github.javaxcel.exception.JavaxcelException
- JavaxcelException(Throwable, String, Object...) - Constructor for exception com.github.javaxcel.exception.JavaxcelException
L
- limit - Variable in class com.github.javaxcel.in.AbstractExcelReader
-
Limitation of reading rows.
- limit(int) - Method in class com.github.javaxcel.in.AbstractExcelReader
-
Limits the number of models.
- limit(int) - Method in interface com.github.javaxcel.in.ExcelReader
-
Limits the number of models.
- limit(int) - Method in class com.github.javaxcel.in.MapReader
-
Limits the number of models.
- limit(int) - Method in class com.github.javaxcel.in.ModelReader
-
Limits the number of models.
M
- MapReader<W extends org.apache.poi.ss.usermodel.Workbook,T extends Map<String,?>> - Class in com.github.javaxcel.in
-
Excel reader for
Map
. - MapReader(W) - Constructor for class com.github.javaxcel.in.MapReader
- MapWriter<W extends org.apache.poi.ss.usermodel.Workbook,T extends Map<String,?>> - Class in com.github.javaxcel.out
-
Excel writer for
Map
. - MapWriter(W) - Constructor for class com.github.javaxcel.out.MapWriter
- ModelReader<W extends org.apache.poi.ss.usermodel.Workbook,T> - Class in com.github.javaxcel.in
-
Excel reader for model.
- ModelReader(W, Class<T>) - Constructor for class com.github.javaxcel.in.ModelReader
- ModelWriter<W extends org.apache.poi.ss.usermodel.Workbook,T> - Class in com.github.javaxcel.out
-
Excel writer
- ModelWriter(W, Class<T>) - Constructor for class com.github.javaxcel.out.ModelWriter
N
- name() - Method in annotation type com.github.javaxcel.annotation.ExcelColumn
-
Header name.
- NoTargetedConstructorException - Exception in com.github.javaxcel.exception
- NoTargetedConstructorException(Class<?>) - Constructor for exception com.github.javaxcel.exception.NoTargetedConstructorException
- NoTargetedConstructorException(Class<?>, String, Object...) - Constructor for exception com.github.javaxcel.exception.NoTargetedConstructorException
- NoTargetedConstructorException(Class<?>, Throwable) - Constructor for exception com.github.javaxcel.exception.NoTargetedConstructorException
- NoTargetedConstructorException(Class<?>, Throwable, String, Object...) - Constructor for exception com.github.javaxcel.exception.NoTargetedConstructorException
- NoTargetedFieldException - Exception in com.github.javaxcel.exception
- NoTargetedFieldException(Class<?>) - Constructor for exception com.github.javaxcel.exception.NoTargetedFieldException
- NoTargetedFieldException(Class<?>, String, Object...) - Constructor for exception com.github.javaxcel.exception.NoTargetedFieldException
- NoTargetedFieldException(Class<?>, Throwable) - Constructor for exception com.github.javaxcel.exception.NoTargetedFieldException
- NoTargetedFieldException(Class<?>, Throwable, String, Object...) - Constructor for exception com.github.javaxcel.exception.NoTargetedFieldException
- NotExistConverterException - Exception in com.github.javaxcel.exception
- NotExistConverterException(Class<?>) - Constructor for exception com.github.javaxcel.exception.NotExistConverterException
- NotExistConverterException(String, Class<?>) - Constructor for exception com.github.javaxcel.exception.NotExistConverterException
- NotExistConverterException(String, Throwable, Class<?>) - Constructor for exception com.github.javaxcel.exception.NotExistConverterException
- NotExistConverterException(Throwable, Class<?>) - Constructor for exception com.github.javaxcel.exception.NotExistConverterException
- NUMBER - com.github.javaxcel.util.TypeClassifier.Types
-
Numeric types.
- numOfModelsRead - Variable in class com.github.javaxcel.in.AbstractExcelReader
-
Total number of models read by
AbstractExcelReader
.
O
- of(Field, ConverterType) - Static method in enum com.github.javaxcel.constant.ConversionType
- OUT - com.github.javaxcel.constant.ConverterType
- OutputConverter<T> - Interface in com.github.javaxcel.converter.out
- OutputConverterSupport<T> - Class in com.github.javaxcel.converter.out.support
- OutputConverterSupport(List<Field>) - Constructor for class com.github.javaxcel.converter.out.support.OutputConverterSupport
P
- parallel() - Method in class com.github.javaxcel.in.ModelReader
-
Makes the conversion from imitated model into real model parallel.
- pattern() - Method in annotation type com.github.javaxcel.annotation.ExcelDateTimeFormat
-
Pattern for formatting datetime.
- PRIMITIVE - com.github.javaxcel.util.TypeClassifier.Types
-
Primitive types.
- PRIMITIVE_NUMBER - com.github.javaxcel.util.TypeClassifier.Types
-
Numeric primitive types.
R
- read() - Method in class com.github.javaxcel.in.AbstractExcelReader
-
Returns a list after this reads the excel file.
- read() - Method in interface com.github.javaxcel.in.ExcelReader
-
Returns a list after this reads the excel file.
- readRow(Row) - Method in class com.github.javaxcel.in.AbstractExcelReader
-
Converts a row to a imitated model.
- readSheet(Sheet) - Method in class com.github.javaxcel.in.AbstractExcelReader
- readSheet(Sheet) - Method in class com.github.javaxcel.in.MapReader
- readSheet(Sheet) - Method in class com.github.javaxcel.in.ModelReader
-
Reads a sheet and Adds rows of the data into list.
- readSheetAsMaps(Sheet) - Method in class com.github.javaxcel.in.AbstractExcelReader
-
Gets models read as map from a sheet.
- rotated - Variable in class com.github.javaxcel.out.AbstractExcelWriter
-
When the number of rows to be written is greater than maximum rows of sheet, whether to write excess rows to the next sheet.
S
- setDefaultValue(String) - Method in class com.github.javaxcel.converter.out.support.OutputConverterSupport
- setFieldValue(T, Field, Object) - Static method in class com.github.javaxcel.util.FieldUtils
-
Sets up value into the field.
- setRangeAlias(Workbook, String, String) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Sets alias for range.
- SettingFieldValueException - Exception in com.github.javaxcel.exception
- SettingFieldValueException(Class<?>, Field) - Constructor for exception com.github.javaxcel.exception.SettingFieldValueException
- SettingFieldValueException(Class<?>, Field, String, Object...) - Constructor for exception com.github.javaxcel.exception.SettingFieldValueException
- SettingFieldValueException(Class<?>, Field, Throwable) - Constructor for exception com.github.javaxcel.exception.SettingFieldValueException
- SettingFieldValueException(Class<?>, Field, Throwable, String, Object...) - Constructor for exception com.github.javaxcel.exception.SettingFieldValueException
- setValidation(Sheet, DataValidationHelper, String, String...) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Sets a validation to the cells on the reference.
- sheetName - Variable in class com.github.javaxcel.out.AbstractExcelWriter
-
Prefix of all the sheets' names.
- sheetName(String) - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Sets sheet name.
- sheetName(String) - Method in interface com.github.javaxcel.out.ExcelWriter
-
Sets sheet name.
- sheetName(String) - Method in class com.github.javaxcel.out.MapWriter
-
Sets sheet name.
- sheetName(String) - Method in class com.github.javaxcel.out.ModelWriter
-
Sets sheet name.
T
- timezone() - Method in annotation type com.github.javaxcel.annotation.ExcelDateTimeFormat
-
Deprecated.Not supported yet
- toCellStyle(Workbook, ExcelStyleConfig) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Converts configuration to cell style.
- toCellStyles(Workbook, ExcelStyleConfig...) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Converts configurations to cell styles.
- toColumnRangeReference(Sheet, int) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Converts a reference for column range address except first row.
- toHeaderNames(List<Field>) - Static method in class com.github.javaxcel.util.FieldUtils
-
Converts fields to header names.
- toMap(T, List<Field>) - Static method in class com.github.javaxcel.util.FieldUtils
-
Converts fields to a map.
- toRangeReference(Sheet, int, int, int, int) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Converts a reference for cell range address.
- toRangeReference(Sheet, Cell, Cell) - Static method in class com.github.javaxcel.util.ExcelUtils
-
Converts a reference for cell range address.
- TypeClassifier - Class in com.github.javaxcel.util
- TypeClassifier.Types - Enum in com.github.javaxcel.util
U
- unrotate() - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Disables to rotate sheet.
- unrotate() - Method in interface com.github.javaxcel.out.ExcelWriter
-
Disables to rotate sheet.
- unrotate() - Method in class com.github.javaxcel.out.MapWriter
-
Disables to rotate sheet.
- unrotate() - Method in class com.github.javaxcel.out.ModelWriter
-
Disables to rotate sheet.
- UnsupportedWorkbookException - Exception in com.github.javaxcel.exception
- UnsupportedWorkbookException(String, Object...) - Constructor for exception com.github.javaxcel.exception.UnsupportedWorkbookException
- UnsupportedWorkbookException(Throwable, String, Object...) - Constructor for exception com.github.javaxcel.exception.UnsupportedWorkbookException
V
- value() - Method in annotation type com.github.javaxcel.annotation.ExcelReaderExpression
-
Expression to be assigned as field value.
- value() - Method in annotation type com.github.javaxcel.annotation.ExcelWriterExpression
-
Expression to be written as cell value.
- valueOf(String) - Static method in enum com.github.javaxcel.constant.ConversionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaxcel.constant.ConverterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaxcel.util.TypeClassifier.Types
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.javaxcel.constant.ConversionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.javaxcel.constant.ConverterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.javaxcel.util.TypeClassifier.Types
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- willAutoResize - Variable in class com.github.javaxcel.out.AbstractExcelWriter
- willHideColumns - Variable in class com.github.javaxcel.out.AbstractExcelWriter
- willHideRows - Variable in class com.github.javaxcel.out.AbstractExcelWriter
- workbook - Variable in class com.github.javaxcel.in.AbstractExcelReader
-
Apache POI workbook.
- workbook - Variable in class com.github.javaxcel.out.AbstractExcelWriter
-
Apache POI workbook.
- WRAPPER - com.github.javaxcel.util.TypeClassifier.Types
-
Wrapper types.
- WRAPPER_NUMBER - com.github.javaxcel.util.TypeClassifier.Types
-
Numeric wrapper types.
- write(OutputStream, List<T>) - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Writes the data in the excel file.
- write(OutputStream, List<T>) - Method in interface com.github.javaxcel.out.ExcelWriter
-
Writes the data in the excel file.
- writeToSheet(Sheet, List<T>) - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Writes list of models to the sheet.
- writeToSheet(Sheet, List<T>) - Method in class com.github.javaxcel.out.MapWriter
-
Writes list of models to the sheet.
- writeToSheet(Sheet, List<T>) - Method in class com.github.javaxcel.out.ModelWriter
-
Writes list of models to the sheet.
- WritingExcelException - Exception in com.github.javaxcel.exception
- WritingExcelException() - Constructor for exception com.github.javaxcel.exception.WritingExcelException
- WritingExcelException(String, Object...) - Constructor for exception com.github.javaxcel.exception.WritingExcelException
- WritingExcelException(Throwable) - Constructor for exception com.github.javaxcel.exception.WritingExcelException
- WritingExcelException(Throwable, String, Object...) - Constructor for exception com.github.javaxcel.exception.WritingExcelException
All Classes|All Packages