spreadsheet
Functor for parsing and building spreadsheets.
Description
Defines a spreadsheet functor and RowSpec
module type.
When given a RowSpec
, the functor produces a module that will represent a
spreadsheet backed by a set.
The programmer must provide a RowSpec
module, which is essentially:
- An OCaml type to describe spreadsheet rows.
- Coercions from the row type to/from
string
. - A
string list
title describing each column of the spreadsheet.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 09 Sep 2015
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies