package spreadsheetml

  1. Overview
  2. Docs
module Format : sig ... end
module Number_format : sig ... end
type t = {
  1. cell_formats : Format.t list;
  2. formatting_records : Format.t list;
  3. number_formats : Number_format.t list;
}
include sig ... end
val number_formats : t -> Number_format.t list
val formatting_records : t -> Format.t list
val cell_formats : t -> Format.t list
module Fields : sig ... end
val sexp_of_t : t -> Sexplib.Sexp.t
val empty : t
val of_xml : Xml.xml -> t