package spreadsheetml

  1. Overview
  2. Docs
type t =
  1. | Boolean
  2. | Error
  3. | Inline_string
  4. | Number
  5. | Shared_string
  6. | Formula_string
val sexp_of_t : t -> Sexplib.Sexp.t
val of_string : string -> t