Uses of Class
lukfor.tables.io.options.ExcelTableOptions
-
Packages that use ExcelTableOptions Package Description lukfor.tables.io lukfor.tables.io.options -
-
Uses of ExcelTableOptions in lukfor.tables.io
Methods in lukfor.tables.io that return ExcelTableOptions Modifier and Type Method Description static ExcelTableOptionsTableBuilder. fromXlsFile(String filename)Methods in lukfor.tables.io with parameters of type ExcelTableOptions Modifier and Type Method Description static TableTableBuilder. fromXlsFile(ExcelTableOptions options) -
Uses of ExcelTableOptions in lukfor.tables.io.options
Methods in lukfor.tables.io.options that return ExcelTableOptions Modifier and Type Method Description ExcelTableOptionsExcelTableOptions. withColumnTypeDetection(boolean columnTypeDetection)ExcelTableOptionsExcelTableOptions. withDateFormat(String dateFormat)ExcelTableOptionsExcelTableOptions. withEncoding(String encoding)ExcelTableOptionsExcelTableOptions. withHeader(boolean header)ExcelTableOptionsExcelTableOptions. withMissingValue(String missingValue)
-