Uses of Interface
csheets.io.Codec

Packages that use Codec
csheets.io Provides support for importing and exporting workbooks to and from various file formats. 
 

Uses of Codec in csheets.io
 

Classes in csheets.io that implement Codec
 class CLSCodec
          A codec for the native CleanSheets format that uses Java Serialization.
 class CSVCodec
          A codec for comma-separated files.
 

Methods in csheets.io that return Codec
 Codec CodecFactory.getCodec(File file)
          Returns the appropriate codec for the given file.
 Codec CodecFactory.getCodec(String extension)
          Returns the appropriate codec for the given filename extension.