Package olg.csv.base

Package class diagram package olg.csv.base
This package provides the main intefaces and classes for reading / writing files organized in rows and cells.

See:
          Description

Interface Summary
IReader Reader Interface - Simple Row Iterator.
IWriter Writer Interface.
 

Class Summary
AbstractSheetReader Abstract class which embeds sheet reader characteristics.
AbstractSheetSettings<T extends AbstractSheetSettings<T>> Settings Class for spreadsheet document reader and writer class.
AbstractSheetWriter Abstract class for SpreadSheet document writer.
Cell Cell in a spreadsheet.
IgnoreNullReader A "Proxy" reader which Provides a mecanism to skip empty row.
IgnoreNullWriter A "Proxy" writer which Provides a mecanism to skip empty row.
Row Row in a spreadsheet.
 

Exception Summary
ReaderException Exception thrown during reading.
UsageInvalideException Exception thrown when API usage differs from expected usage.
WriterException Exception thrown during writing.
 

Package olg.csv.base Description

This package provides the main intefaces and classes for reading / writing files organized in rows and cells.



Copyright © 2014. All Rights Reserved.