package xlsx2csv

  1. Overview
  2. Docs
Simple library to export .xlsx files as CSVs

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.2.tar.gz
md5=b5ca6e00caa7369caae5ab5a108afc40
sha512=cdcb84b4d744747c3468493597d8a34996a482ae774cdb3229fc5f1d9663c1f12b6ddc9c5e787cd2536e914dfbd806466e7dc4e874873c5303788e02e3122729

doc/xlsx2csv/Xlsx2csv/index.html

Module Xlsx2csvSource

Sourcetype into = [
  1. | `Strings
  2. | `Files of string * string
]
Sourcetype outo = [
  1. | `Strings of (string, [ `Msg of string ]) result list
  2. | `Files of (unit, [ `Msg of string ]) result list
]
Sourcetype encoding = [
  1. | `UTF_8
  2. | `UTF_16
  3. | `UTF_16BE
  4. | `UTF_16LE
]
Sourcemodule Infix : sig ... end
Sourcemodule Syntax : sig ... end
Sourceval convert : ?enc:encoding -> ?ignore_hiddens:bool -> into:into -> string -> (outo, [ `Msg of string ]) result
Sourceval convert_content : ?enc:encoding -> ?ignore_hiddens:bool -> into:into -> string -> (outo, [ `Msg of string ]) result Lwt.t
OCaml

Innovation. Community. Security.