Uses of Class
jp.ecuacion.util.poi.excel.table.reader.concrete.StringExcelTableReader
Packages that use StringExcelTableReader
Package
Description
Provides excel table reader concrete classes.
-
Uses of StringExcelTableReader in jp.ecuacion.util.poi.excel.table.reader.concrete
Subclasses of StringExcelTableReader in jp.ecuacion.util.poi.excel.table.reader.concreteModifier and TypeClassDescriptionclassReads tables with unknown number of columns, unknown whether it have a header line, unknown header labels if it has a header line.classReads tables with known number of columns, known header labels and known start position of the table.classStores the excel table data into a bean.Methods in jp.ecuacion.util.poi.excel.table.reader.concrete that return StringExcelTableReaderModifier and TypeMethodDescriptionStringExcelTableReader.columnDateTimeFormat(int columnNumber, DateTimeFormatter dateTimeFormat) Sets dateTimeFormat for specific column.StringExcelTableReader.defaultDateTimeFormat(DateTimeFormatter dateTimeFormat) Sets defaultDateTimeFormat.