package spreadsheetml

  1. Overview
  2. Docs
val names : string list
val value_metadata_index : ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm
val data_type : ([< `Read | `Set_and_create ], t, Type.t) Fieldslib.Field.t_with_perm
val style_index : ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm
val show_phonetic : ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm
val cell_metadata_index : ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm
val value : ([< `Read | `Set_and_create ], t, Value.t Base.option) Fieldslib.Field.t_with_perm
val formula : ([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm
val reference : ([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm
val make_creator : reference: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> 'a -> ('b -> Base.string Base.option) * 'c) -> formula: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> 'c -> ('b -> Base.string Base.option) * 'd) -> value: (([< `Read | `Set_and_create ], t, Value.t Base.option) Fieldslib.Field.t_with_perm -> 'd -> ('b -> Value.t Base.option) * 'e) -> cell_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'e -> ('b -> Stdint.uint32) * 'f) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'f -> ('b -> Base.bool) * 'g) -> style_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'g -> ('b -> Stdint.uint32) * 'h) -> data_type: (([< `Read | `Set_and_create ], t, Type.t) Fieldslib.Field.t_with_perm -> 'h -> ('b -> Type.t) * 'i) -> value_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'i -> ('b -> Stdint.uint32) * 'j) -> 'a -> ('b -> t) * 'j
val create : reference:Base.string Base.option -> formula:Base.string Base.option -> value:Value.t Base.option -> cell_metadata_index:Stdint.uint32 -> show_phonetic:Base.bool -> style_index:Stdint.uint32 -> data_type:Type.t -> value_metadata_index:Stdint.uint32 -> t
val map : reference: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.string Base.option) -> formula: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.string Base.option) -> value: (([< `Read | `Set_and_create ], t, Value.t Base.option) Fieldslib.Field.t_with_perm -> Value.t Base.option) -> cell_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Stdint.uint32) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> style_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Stdint.uint32) -> data_type: (([< `Read | `Set_and_create ], t, Type.t) Fieldslib.Field.t_with_perm -> Type.t) -> value_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Stdint.uint32) -> t
val iter : reference: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.unit) -> formula: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.unit) -> value: (([< `Read | `Set_and_create ], t, Value.t Base.option) Fieldslib.Field.t_with_perm -> Base.unit) -> cell_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.unit) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.unit) -> style_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.unit) -> data_type: (([< `Read | `Set_and_create ], t, Type.t) Fieldslib.Field.t_with_perm -> Base.unit) -> value_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.unit) -> Base.unit
val fold : init:'a -> reference: ('a -> ([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> 'b) -> formula: ('b -> ([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> 'c) -> value: ('c -> ([< `Read | `Set_and_create ], t, Value.t Base.option) Fieldslib.Field.t_with_perm -> 'd) -> cell_metadata_index: ('d -> ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'e) -> show_phonetic: ('e -> ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'f) -> style_index: ('f -> ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'g) -> data_type: ('g -> ([< `Read | `Set_and_create ], t, Type.t) Fieldslib.Field.t_with_perm -> 'h) -> value_metadata_index: ('h -> ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'i) -> 'i
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'a list
val for_all : reference: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.bool) -> formula: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.bool) -> value: (([< `Read | `Set_and_create ], t, Value.t Base.option) Fieldslib.Field.t_with_perm -> Base.bool) -> cell_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> style_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> data_type: (([< `Read | `Set_and_create ], t, Type.t) Fieldslib.Field.t_with_perm -> Base.bool) -> value_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
val exists : reference: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.bool) -> formula: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> Base.bool) -> value: (([< `Read | `Set_and_create ], t, Value.t Base.option) Fieldslib.Field.t_with_perm -> Base.bool) -> cell_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> style_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> data_type: (([< `Read | `Set_and_create ], t, Type.t) Fieldslib.Field.t_with_perm -> Base.bool) -> value_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
val to_list : reference: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> 'a) -> formula: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> 'a) -> value: (([< `Read | `Set_and_create ], t, Value.t Base.option) Fieldslib.Field.t_with_perm -> 'a) -> cell_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'a) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'a) -> style_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'a) -> data_type: (([< `Read | `Set_and_create ], t, Type.t) Fieldslib.Field.t_with_perm -> 'a) -> value_metadata_index: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'a) -> 'a list
module Direct : sig ... end