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 class
AccessSpreadSheetReader
Allows the reading of MS Access databases.class
CsvSpreadSheetReader
Reads CSV files.
It is possible to force columns to be text.class
FastCsvSpreadSheetReader
Simplified CSV spreadsheet reader for loading large files.class
SimpleCsvSpreadSheetReader
Reads CSV files.
It is possible to force columns to be text.class
SimpleStreamSpreadSheetReader
Reads 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.class
SqlDumpSpreadSheetReader
Reads in SQL dump files.class
TsvSpreadSheetReader
Reads TSV (tab-separated values) files.
It is possible to force columns to be text.
-