spreadsheetml
A library to parsing SpreadsheetML (used in Microsoft Excel files)
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library spreadsheetml
module Format : sig ... end
module Number_format : sig ... end
type t = {
cell_formats : Format.t list; |
formatting_records : Format.t list; |
number_formats : Number_format.t list; |
}
val number_formats : t -> Number_format.t list
module Fields : sig ... end
val sexp_of_t : t -> Sexplib.Sexp.t
val empty : t