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
type t = {
cells : Cell.t Base.list; |
collapsed : Base.bool; |
custom_format : Base.bool; |
custom_height : Base.bool; |
height : Base.float Base.option; |
outline_level : Stdint.uint8; |
show_phonetic : Base.bool; |
row_index : Stdint.uint32 Base.option; |
style_index : Stdint.uint32; |
thick_bottom_border : Base.bool; |
thick_top_border : Base.bool; |
}
val style_index : t -> Stdint.uint32
val row_index : t -> Stdint.uint32 Base.option
val outline_level : t -> Stdint.uint8
val height : t -> Base.float Base.option
module Fields : sig ... end
val sexp_of_t : t -> Sexplib.Sexp.t
val default : t
val of_xml : Xml.xml -> t Base.Option.t