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 |
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 |
GnumericSpreadSheetReader |
Reads Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.
|
class |
Mat5SpreadSheetReader |
Reads Matlab .mat files (format 5)
|
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.
|