Uses of Interface
adams.data.io.input.ChunkedSpreadSheetReader
-
Packages that use ChunkedSpreadSheetReader Package Description adams.data.io.input -
-
Uses of ChunkedSpreadSheetReader in adams.data.io.input
Classes in adams.data.io.input that implement ChunkedSpreadSheetReader Modifier and Type Class Description classAccessSpreadSheetReaderAllows the reading of MS Access databases.classCsvSpreadSheetReaderReads CSV files.
It is possible to force columns to be text.classFastCsvSpreadSheetReaderSimplified CSV spreadsheet reader for loading large files.classSimpleCsvSpreadSheetReaderReads CSV files.
It is possible to force columns to be text.classSimpleStreamSpreadSheetReaderReads file in simple stream format:
- one spreadsheet row per line in the output
- cells are separated by TAB
- cell format: '<1-based index>:<content-type ID>:<content>'
NB: tabs, new lines etc in the content get backquoted.classSqlDumpSpreadSheetReaderReads in SQL dump files.classTsvSpreadSheetReaderReads TSV (tab-separated values) files.
It is possible to force columns to be text.
-