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.
Provides excel-related poi utility methods used by
ecuacion-util-poi 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(String sheetName, String[] headerLabels, Integer tableStartRowNumber, int tableStartColumnNumber, Integer tableRowSize, NoDataString noDataString) Constructs a new instance with the obtained value from an empty cell. -
Uses of NoDataString in jp.ecuacion.util.poi.excel.util
Constructors in jp.ecuacion.util.poi.excel.util with parameters of type NoDataStringModifierConstructorDescriptionExcelReadUtil(NoDataString noDataString) Constructs a new instance with designatedNoDataString.