csheets.io |
Provides support for importing and exporting workbooks to and from various
file formats. |
Java Source File Name | Type | Comment |
CLSCodec.java | Class | A codec for the native CleanSheets format that uses Java Serialization. |
Codec.java | Interface | An interface for classes capable of reading and writing workbooks. |
CodecFactory.java | Class | A factory for codecs. |
CSVCodec.java | Class | A codec for comma-separated files. |
DynamicObjectInputStream.java | Class | An object input stream that resolves class descriptors through a given
class loader, and thereby allowing dynamic deserialization. |
FilenameExtensionFilter.java | Class | A filename filter for filtering on filename extensions. |
NamedProperties.java | Class | An extension of properties, predetermined to be saved in a specified file. |
package-info.java | | |