Package | Description |
---|---|
csheets.io |
Provides support for importing and exporting workbooks to and from various
file formats.
|
Modifier and Type | Class and Description |
---|---|
class |
CLSCodec
A codec for the native CleanSheets format that uses Java Serialization.
|
class |
CSVCodec
A codec for comma-separated files.
|
Modifier and Type | Method and Description |
---|---|
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.
|