Uses of Enum Class
jp.ecuacion.util.poi.excel.enums.NoDataString
Packages that use NoDataString
Package
Description
Provides enums.
Provides excel table reader abstract classes and interfaces.
Provides excel table reader concrete classes.
-
Uses of NoDataString in jp.ecuacion.util.poi.excel.enums
Methods in jp.ecuacion.util.poi.excel.enums that return NoDataStringModifier and TypeMethodDescriptionstatic NoDataStringReturns the enum constant of this class with the specified name.static NoDataString[]NoDataString.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NoDataString in jp.ecuacion.util.poi.excel.table.reader
Methods in jp.ecuacion.util.poi.excel.table.reader that return NoDataStringModifier and TypeMethodDescriptionIfDataTypeStringExcelTableReader.getNoDataString()Gets NoDataString. -
Uses of NoDataString in jp.ecuacion.util.poi.excel.table.reader.concrete
Methods in jp.ecuacion.util.poi.excel.table.reader.concrete that return NoDataStringModifier and TypeMethodDescriptionStringFreeExcelTableReader.getNoDataString()StringOneLineHeaderExcelTableReader.getNoDataString()Constructors in jp.ecuacion.util.poi.excel.table.reader.concrete with parameters of type NoDataStringModifierConstructorDescriptionStringFreeExcelTableReader(String sheetName, Integer tableStartRowNumber, int tableStartColumnNumber, Integer tableRowSize, Integer tableColumnSize, NoDataString noDataString) Constructs a new instance.StringOneLineHeaderExcelTableReader(String sheetName, String[] headerLabels, Integer tableStartRowNumber, int tableStartColumnNumber, Integer tableRowSize, NoDataString noDataString) Constructs a new instance with the obtained value from an empty cell.StringOneLineHeaderExcelTableToBeanReader(Class<?> beanClass, String sheetName, String[] headerLabels, Integer tableStartRowNumber, int tableStartColumnNumber, Integer tableRowSize, NoDataString noDataString) Constructs a new instance with the obtained value from an empty cell.