class |
AbstractExcelSpreadSheetReader<T extends Range> |
Ancestor for special Excel readers.
|
class |
AbstractMultiSheetSpreadSheetReader<T extends Range> |
Ancestor for spreadsheet readers that can read multiple sheets from a
document in one go.
|
class |
AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<T extends Range> |
Ancestor for spreadsheet readers that allow the specification of a custom
missing value string.
|
class |
AbstractSpreadSheetReader |
Ancestor for classes that can read spreadsheets.
|
class |
AbstractSpreadSheetReaderWithMissingValueSupport |
Ancestor for spreadsheet readers that allow the specification of a custom
missing value string.
|
class |
AbstractWekaSpreadSheetReader |
Ancestor for WEKA file format readers.
|
class |
AccessSpreadSheetReader |
Allows the reading of MS Access databases.
|
class |
ArffSpreadSheetReader |
Reads WEKA datasets in ARFF format and turns them into spreadsheets.
|
class |
AutoWidthTabularSpreadSheetReader |
Reads simple tabular text files, using column widths as defined by the header row.
|
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 |
JSONSpreadSheetReader |
Reads WEKA datasets in JSON format and turns them into spreadsheets.
|
class |
LibSVMSpreadSheetReader |
Reads WEKA datasets in LibSVM format and turns them into spreadsheets.
|
class |
Mat5SpreadSheetReader |
Reads Matlab .mat files (format 5)
|
class |
MatlabSpreadSheetReader |
Reads WEKA datasets in ARFF format and turns them into spreadsheets.
|
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 |
PNGSpreadSheetReader |
Reads PNGs as spreadsheet, e.g., for reading indexed PNGs.
|
class |
PropertiesSpreadSheetReader |
Turns Java properties files into spreadsheets with two columns: Key and Value.
|
class |
SimpleArffSpreadSheetReader |
Simple reader for Weka ARFF files, only supports NUMERIC, NOMINAL, STRING and DATE attributes.
|
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 |
SVMLightSpreadSheetReader |
Reads WEKA datasets in ARFF format and turns them into spreadsheets.
|
class |
TsvSpreadSheetReader |
Reads TSV (tab-separated values) files.
It is possible to force columns to be text.
|
class |
XrffSpreadSheetReader |
Reads WEKA datasets in ARFF format and turns them into spreadsheets.
|