package spreadsheetml

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