sheets: Spreadsheet type for composite.

[ bsd3, library, web ] [ Propose Tags ]

Spreadsheet type for composite.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies aeson, base (>=4.7 && <5), base64-bytestring, bytestring, cassava, composite-base, composite-cassava, text, vector [details]
License BSD-3-Clause
Copyright 2022 Daniel Firth
Author Daniel Firth
Maintainer dan.firth@homotopic.tech
Category Web
Source repo head: git clone https://gitlab.homotopic.tech/haskell/sheets
Uploaded by locallycompact at 2022-03-23T10:30:23Z
Distributions
Downloads 81 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-03-23 [all 1 reports]

Readme for sheets-0.1.0.0

[back to package description]

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.