Package csheets.io

Provides support for importing and exporting workbooks to and from various file formats.

See: Description

Package csheets.io Description

Provides support for importing and exporting workbooks to and from various file formats. Classes that can read and/or write Workbooks to/from files of a certain format should implement the Codec interface. Codecs must be named nnnCodec where nnn is the extension of files of that format.

Also provided is a factory for accessing codecs, and some I/O related utility classes.