@hackage sheets0.1.0.0

Spreadsheet type for composite.

sheets

Sheets is a spreadsheet type using composite-base and composite-cassava. Combined with composite-ix, you can do indexing queries on composite records to group and aggregate data over multiple fields.

Sheets also provides FromJSON and ToJSON instances using a base64 encoding to Text, so the entire CSV will fit in a single JSON text field.