COOPY » Guide
version 0.6.5
|
Storage for tables. More...
Namespaces | |
namespace | CsvFile |
CSV file I/O. | |
namespace | gnumeric |
Gnumeric table plugin (for Excel files, OpenOffice, etc) | |
namespace | json |
Json table representation. | |
namespace | mdb |
MDB/Access plugin. | |
namespace | remotesql |
Remote SQL plugin (currently limited to MySQL). | |
namespace | socialcalc |
namespace | sqlite |
Sqlite-backed table representation. | |
Data Structures | |
class | AppearanceRange |
A range for controlling appearance within part of a single cell. More... | |
class | Appearance |
Store the appearance of a cell, row, or column. More... | |
class | ColumnType |
General column type (text, integer, etc). More... | |
class | ColumnInfo |
Name and type of column, when available. More... | |
class | ColumnRef |
Reference to a column. More... | |
class | CsvSheet |
class | RowCache |
class | DataSheet |
An abstract table. More... | |
class | SheetRow |
class | OrderedSheetRow |
class | CacheSheetRow |
Cache for row insertion. More... | |
class | FileIO |
class | FloatSheet |
class | Highlighter |
class | IndexSniffer |
class | IntSheet |
class | NameSniffer |
class | PolySheet |
class | PoolRecord |
class | PoolColumn |
class | PoolColumnLink |
class | Pool |
class | Value |
class | PolyValue |
class | Property |
class | RefCount |
Reference-counted objects. More... | |
class | Poly |
class | RowRef |
class | SchemaSniffer |
class | Sha1Generator |
class | SheetCellMeta |
class | SheetCellSimpleMeta |
class | SheetCell |
class | SheetSchema |
class | SimpleSheetSchema |
class | SheetStyle |
class | SheetView |
class | SparseSheet |
class | SparseStringSheet |
class | SparseFloatSheet |
class | SparseIntSheet |
class | SparseByteSheet |
class | Stat |
class | TextBook |
class | AttachConfig |
Options for connecting to a database on the filesystem or elsewhere. More... | |
class | AttachReport |
Result of connecting to database. More... | |
class | TextBookFactory |
Factory for a particular type of database or spreadsheet. More... | |
class | TypedSheet |
class | EscapedTypedSheet |
class | WrapBook |
class | CsvTextBook |
Collection of CSV tables. More... | |
class | CsvTextBookFactory |
Factory for CsvTextBook objects. More... | |
class | FilteredTextBook |
View limited set of sheets of a book. More... | |
class | FormatDesc |
Description of a single format for importing/exporting tables. More... | |
class | JsonProperty |
Collection of key/value pairs, represented in Json format. More... | |
class | PolyBook |
Container for a workbook (collection of tables) backed by any kind of spreadsheet or database. More... | |
class | PoolLinkImpl |
class | PoolSlice |
class | PoolImpl |
class | ShortTextBook |
CSV-backed workbook constrained to contain a single table. More... | |
class | ShortTextBookFactory |
Factory for ShortTextBook objects. More... | |
class | SqlTableName |
class | DbiSqlWrapper |
class | SqlTable |
Storage for tables.