All Classes and Interfaces
Class
Description
This exception signals that the Excel cell was not found
Converter
is the static class with implementations of conversion methodsThis enum defines the direction of the list in an Excel sheet which is used in the parseToList() method in the ExcelSheet
This annotation defines the style of the Excel file body when converting a list of objects to an Excel file
ExcelCell
is the Cell
wrapper class of the Apache POI libraryThis annotation is needed when the parseToObject() method in ExcelSheet is used
This interface is needed when the parseToObject() method in the ExcelSheet is used.
This annotation defines the header field of the Excel file
This annotation defines the header style of the Excel file when converting a list of objects to an Excel file
Class used to define the rules to be applied for a Sheet in a list of objects
ExcelRow
is the Row
wrapper class of the Apache POI libraryExcelSheet
is the Sheet
wrapper class of the Apache POI libraryThis is a support class that is used by the
Converter
to perform conversions from Excel to ObjectsExcelUtility
is the static class with the implementations of some utilities on Excel filesExcelWorkbook
is the Workbook
wrapper class of the Apache POI libraryThis Enum defines the file extensions supported by the library.
This exception signals that the extension is invalid
This exception signals that the file already exists
This exception signals that the file header is missing
This is a support class that is used by the
Converter
to perform conversions from Json to ExcelThis is a helper class used by
Converter
to convert objects in an Excel SheetThis exception signals that an error occurred while opening an Excel file workbook
This exception signals that there was an error reading a cell value
This exception signals that the Excel row was not found
This exception signals that you are trying to insert a sheet into a workbook that already contains that name
This exception signals that the Excel sheet was not found
This is a model which contains the data of the file to be zipped which is used in
ZipUtility
ZipUtility
is a static class that provides utility methods for zipped files