Index
A B C D E F G H I L M N 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
- autoResizeCols() - Method in class com.github.javaxcel.out.AbstractExcelWriter
- autoResizeCols() - Method in class com.github.javaxcel.out.MapWriter
- autoResizeCols() - 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
- BasicReadingConverter - Class in com.github.javaxcel.converter.in
- BasicReadingConverter() - Constructor for class com.github.javaxcel.converter.in.BasicReadingConverter
- BasicWritingConverter<T> - Class in com.github.javaxcel.converter.out
- BasicWritingConverter() - Constructor for class com.github.javaxcel.converter.out.BasicWritingConverter
- 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
- bodyStyle(ExcelStyleConfig) - Method in class com.github.javaxcel.out.MapWriter
- bodyStyle(ExcelStyleConfig) - Method in class com.github.javaxcel.out.ModelWriter
- bodyStyles - Variable in class com.github.javaxcel.out.AbstractExcelWriter
- bodyStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.AbstractExcelWriter
- bodyStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.MapWriter
- bodyStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.ModelWriter
C
- com.github.javaxcel.annotation - package com.github.javaxcel.annotation
- com.github.javaxcel.converter.in - package com.github.javaxcel.converter.in
- com.github.javaxcel.converter.out - package com.github.javaxcel.converter.out
- 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
- convert(Map<String, Object>, Field) - Method in class com.github.javaxcel.converter.in.BasicReadingConverter
-
Converts a string in cell to the type of field.
- convert(Map<String, Object>, Field) - Method in class com.github.javaxcel.converter.in.ExpressiveReadingConverter
-
Converts a string in cell to the type of field.
- convert(Map<String, Object>, Field) - Method in interface com.github.javaxcel.converter.in.ReadingConverter
-
Converts a string in cell to the type of field.
- convert(T, Field) - Method in class com.github.javaxcel.converter.out.BasicWritingConverter
-
Converts a field's value to the string.
- convert(T, Field) - Method in class com.github.javaxcel.converter.out.ExpressiveWritingConverter
-
Converts a field's value to the string.
- convert(T, Field) - Method in interface com.github.javaxcel.converter.out.WritingConverter
-
Converts a field's value to the string.
- convertIfFaulty(String, String, Field) - Static method in class com.github.javaxcel.util.FieldUtils
-
If the value is null or empty string, converts a value to default value.
- 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.
- defaultValue() - Method in annotation type com.github.javaxcel.annotation.ExcelColumn
-
Replacement of the value when the value is null or empty string.
- defaultValue() - Method in annotation type com.github.javaxcel.annotation.ExcelModel
-
Replacement of the value when the value 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 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.
- disableRolling() - Method in class com.github.javaxcel.out.AbstractExcelWriter
-
Disables rolling excess rows.
- disableRolling() - Method in class com.github.javaxcel.out.MapWriter
-
Disables rolling excess rows.
- disableRolling() - Method in class com.github.javaxcel.out.ModelWriter
-
Disables rolling excess rows.
- 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.
- 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<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<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.
- ExpressiveReadingConverter - Class in com.github.javaxcel.converter.in
- ExpressiveReadingConverter() - Constructor for class com.github.javaxcel.converter.in.ExpressiveReadingConverter
- ExpressiveReadingConverter(List<Field>) - Constructor for class com.github.javaxcel.converter.in.ExpressiveReadingConverter
- ExpressiveWritingConverter<T> - Class in com.github.javaxcel.converter.out
- ExpressiveWritingConverter() - Constructor for class com.github.javaxcel.converter.out.ExpressiveWritingConverter
- ExpressiveWritingConverter(List<Field>) - Constructor for class com.github.javaxcel.converter.out.ExpressiveWritingConverter
-
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.
- 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
- 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.
- 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
- 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(String, Class<?>, Field) - Constructor for exception com.github.javaxcel.exception.GettingFieldValueException
- GettingFieldValueException(String, Throwable, Class<?>, Field) - Constructor for exception com.github.javaxcel.exception.GettingFieldValueException
- GettingFieldValueException(Throwable, Class<?>, Field) - 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 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
- headerStyle(ExcelStyleConfig) - Method in class com.github.javaxcel.out.MapWriter
- headerStyle(ExcelStyleConfig) - Method in class com.github.javaxcel.out.ModelWriter
- headerStyles - Variable in class com.github.javaxcel.out.AbstractExcelWriter
- headerStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.AbstractExcelWriter
- headerStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.MapWriter
- headerStyles(ExcelStyleConfig...) - Method in class com.github.javaxcel.out.ModelWriter
- hideExtraCols() - Method in class com.github.javaxcel.out.AbstractExcelWriter
- hideExtraCols() - Method in class com.github.javaxcel.out.MapWriter
- hideExtraCols() - 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 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.
- includeSuper() - Method in annotation type com.github.javaxcel.annotation.ExcelModel
-
Policy that determines whether this will select super classes' fields or own fields.
- 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.
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 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
. - MapWriter<W extends org.apache.poi.ss.usermodel.Workbook,T extends Map<String,?>> - Class in com.github.javaxcel.out
-
Excel writer for
Map
. - ModelReader<W extends org.apache.poi.ss.usermodel.Workbook,T> - Class in com.github.javaxcel.in
-
Excel reader for model.
- ModelWriter<W extends org.apache.poi.ss.usermodel.Workbook,T> - Class in com.github.javaxcel.out
-
Excel writer
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(String, Class<?>) - Constructor for exception com.github.javaxcel.exception.NoTargetedConstructorException
- NoTargetedConstructorException(String, Throwable, Class<?>) - Constructor for exception com.github.javaxcel.exception.NoTargetedConstructorException
- NoTargetedConstructorException(Throwable, Class<?>) - 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(String, Class<?>) - Constructor for exception com.github.javaxcel.exception.NoTargetedFieldException
- NoTargetedFieldException(String, Throwable, Class<?>) - Constructor for exception com.github.javaxcel.exception.NoTargetedFieldException
- NoTargetedFieldException(Throwable) - Constructor for exception com.github.javaxcel.exception.NoTargetedFieldException
- NoTargetedFieldException(Throwable, Class<?>) - 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
.
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.
- ReadingConverter - Interface in com.github.javaxcel.converter.in
- 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.
- rolling - 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
- 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(String, Class<?>, Field) - Constructor for exception com.github.javaxcel.exception.SettingFieldValueException
- SettingFieldValueException(String, Throwable, Class<?>, Field) - Constructor for exception com.github.javaxcel.exception.SettingFieldValueException
- SettingFieldValueException(Throwable, Class<?>, Field) - 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 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.
- 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
- UnsupportedWorkbookException - Exception in com.github.javaxcel.exception
- UnsupportedWorkbookException() - Constructor for exception com.github.javaxcel.exception.UnsupportedWorkbookException
- UnsupportedWorkbookException(String) - Constructor for exception com.github.javaxcel.exception.UnsupportedWorkbookException
- UnsupportedWorkbookException(String, Throwable) - Constructor for exception com.github.javaxcel.exception.UnsupportedWorkbookException
- UnsupportedWorkbookException(Throwable) - 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.util.TypeClassifier.Types
-
Returns the enum constant of this type with the specified name.
- 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
- willHideCols - 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.
- WritingConverter<T> - Interface in com.github.javaxcel.converter.out
- WritingExcelException - Exception in com.github.javaxcel.exception
- WritingExcelException() - Constructor for exception com.github.javaxcel.exception.WritingExcelException
- WritingExcelException(String) - Constructor for exception com.github.javaxcel.exception.WritingExcelException
- WritingExcelException(String, Throwable) - Constructor for exception com.github.javaxcel.exception.WritingExcelException
- WritingExcelException(Throwable) - Constructor for exception com.github.javaxcel.exception.WritingExcelException
All Classes|All Packages