class |
AbstractExcelSpreadSheetReader<T extends Range> |
Ancestor for special Excel readers.
|
class |
CsvSpreadSheetReader |
Reads CSV files.
It is possible to force columns to be text.
|
class |
ExcelSpreadSheetReader |
Reads MS Excel files (using DOM).
|
class |
ExcelStreamingSpreadSheetReader |
Reads large MS Excel XML files (using streaming via SAX).
Increasing the debug level to more than 1 results in outputting detailed information on cells.
|
class |
FastCsvSpreadSheetReader |
Simplified CSV spreadsheet reader for loading large files.
|
class |
FixedTabularSpreadSheetReader |
Reads simple tabular text files with fixed column widths, as used by dot matrix printers in days gone by.
|
class |
GnumericSpreadSheetReader |
Reads Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.
|
class |
ODFSpreadSheetReader |
Reads ODF (Open Document Format) spreadsheet files.
If a row contains only empty cells, this is interpreted as the end of the sheet.
|
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 |
TsvSpreadSheetReader |
Reads TSV (tab-separated values) files.
It is possible to force columns to be text.
|