package spreadsheetml

  1. Overview
  2. Docs
type t =
  1. | Inline of Base.string
  2. | Rich_inline of Shared_string_table.String_item.t
  3. | Shared of Stdint.uint32
val sexp_of_t : t -> Sexplib.Sexp.t
val to_string : shared_strings:Shared_string_table.String_item.t Base.Array.t -> t -> Base.string
val of_xml : data_type:Type.t -> Xml.xml -> t option