package spreadsheetml

  1. Overview
  2. Docs
module Rich_text : sig ... end
module String_item : sig ... end
type t = String_item.t list
include sig ... end
val sexp_of_t : t -> Sexplib.Sexp.t
val to_string_array : t -> string array
val of_xml : Xml.xml -> t