package csv-lwt
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A pure OCaml library to read and write CSV files, LWT version.
Install
dune-project
Dependency
Authors
Maintainers
Sources
csv-2.1.tbz
sha256=8fadcfa50fa809151e98d344accab9d3dba6cd775e8e18d8f5c773c89959ee31
md5=de280eb23d436d3f04b99e4b7272c8b1
Description
This is a pure OCaml library to read and write CSV files, including all extensions used by Excel — e.g. quotes, newlines, 8 bit characters in fields, "0 etc. A special representation of rows of CSV files with a header is provided. The library comes with a handy command line tool called csvtool for handling CSV files from shell scripts. This version can be used with the monadic concurrency library LWT.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page