package xlsx2csv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type into = [
  1. | `Strings
  2. | `Files of string * string
]
type outo = [
  1. | `Strings of (string, [ `Msg of string ]) Stdlib.result list
  2. | `Files of (unit, [ `Msg of string ]) Stdlib.result list
]
type encoding = [
  1. | `UTF_8
  2. | `UTF_16
  3. | `UTF_16BE
  4. | `UTF_16LE
]
module Infix : sig ... end
module Syntax : sig ... end
val convert : ?enc:encoding -> ?ignore_hiddens:bool -> into:into -> string -> (outo, [ `Msg of string ]) Stdlib.result
val convert_content : ?enc:encoding -> ?ignore_hiddens:bool -> into:into -> string -> (outo, [ `Msg of string ]) Stdlib.result Lwt.t
OCaml

Innovation. Community. Security.