package xlsx2csv

  1. Overview
  2. Docs

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.