All Classes

Class Description
AbstractColumnFilter
Filters columns from underlying table reader.
AbstractRowFilter
Filters rows from underlying table reader.
AbstractStreamTableReader
An abstract implementation of TableReader.
AbstractStreamTableWriter
An abstract implementation of TableWriter.
AbstractTableReader
Abstract implementation that shall be suitable for most implementations.
AbstractTableWriter
Abstract implementation of writer interface.
BeanReader<T>
Reads beans from the underlying table stream.
BeanWriter<T>
Writes beans to an underlying table writer.
BooleanConversionHandler
Conversion Handler for boolean.
ByteConversionHandler
Conversion Handler for byte.
CharConversionHandler
Conversion Handler for char.
CommentCallback
Will be called when a commen is discovered in an input stream
CsvException
Exception that reports a reader/writer problem.
CSVFactory
This factory returns correct reader and writer implementations for given files.
CSVReader
Reads from CSV like streams.
CSVUtils
Various methods for working with TableReader and TableWriter.
CSVWriter
Implements functionality for writing CSV streams.
DateConversionHandler
A conversion handler for dates.
DefaultColumnFilter
Implements a filter based on a given index array.
DefaultExcelFormatter
Default implementation of an ExcelFormatter.
DefaultExcelFormatter.StyleDescription
Describes a style for a cell.
DoubleConversionHandler
Conversion Handler for double.
ExcelFormatter
Interface for formatting Excel sheets
ExcelListener
Notifies about Excel based events.
ExcelReader
Implements Excel reading.
ExcelWriter
Provides ability to write Excel files.
FloatConversionHandler
Conversion Handler for float.
HtmlWriter
Provides implementation for writing HTML table.
IndexRowFilter
Implements a row filter based on row indices.
IntegerConversionHandler
Conversion Handler for int.
JdbcReader
Implements a table reader to read JDBC ResultSet rows.
JTableReader
Reader for Swing's JTable.
LongConversionHandler
Conversion Handler for long.
MimeTypeInfo
Contains information about what reader and writer classes are responsible for a specific MIME type.
ShortConversionHandler
Conversion Handler for short.
TableReader
Introduces an interface for other implementations of table reading interfaces.
TableWriter
Introduces an interface for other implementations of table writing interfaces.
TypeConversionHandler
A type conversion handler can take any string and convert it to an appropriate object and vice versa.
XmlReader
Reads from a XML file.
XmlWriter
Writer implementation for XML streams.