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
val thick_top_border :
( [< `Read | `Set_and_create ], t, Base.bool ) Fieldslib.Field.t_with_perm
val thick_bottom_border :
( [< `Read | `Set_and_create ], t, Base.bool ) Fieldslib.Field.t_with_perm
val style_index :
( [< `Read | `Set_and_create ], t, Stdint.uint32 )
Fieldslib.Field.t_with_perm
val row_index :
( [< `Read | `Set_and_create ], t, Stdint.uint32 Base.option )
Fieldslib.Field.t_with_perm
val show_phonetic :
( [< `Read | `Set_and_create ], t, Base.bool ) Fieldslib.Field.t_with_perm
val outline_level :
( [< `Read | `Set_and_create ], t, Stdint.uint8 ) Fieldslib.Field.t_with_perm
val height :
( [< `Read | `Set_and_create ], t, Base.float Base.option )
Fieldslib.Field.t_with_perm
val custom_height :
( [< `Read | `Set_and_create ], t, Base.bool ) Fieldslib.Field.t_with_perm
val custom_format :
( [< `Read | `Set_and_create ], t, Base.bool ) Fieldslib.Field.t_with_perm
val collapsed :
( [< `Read | `Set_and_create ], t, Base.bool ) Fieldslib.Field.t_with_perm
val cells :
( [< `Read | `Set_and_create ], t, Cell.t Base.list )
Fieldslib.Field.t_with_perm
val make_creator :
cells:
( ( [< `Read | `Set_and_create ], t, Cell.t Base.list )
Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> Cell.t Base.list ) * 'c ) ->
collapsed:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'c ->
( 'b -> Base.bool ) * 'd ) ->
custom_format:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'd ->
( 'b -> Base.bool ) * 'e ) ->
custom_height:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'e ->
( 'b -> Base.bool ) * 'f ) ->
hidden:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'f ->
( 'b -> Base.bool ) * 'g ) ->
height:
( ( [< `Read | `Set_and_create ], t, Base.float Base.option )
Fieldslib.Field.t_with_perm ->
'g ->
( 'b -> Base.float Base.option ) * 'h ) ->
outline_level:
( ( [< `Read | `Set_and_create ], t, Stdint.uint8 )
Fieldslib.Field.t_with_perm ->
'h ->
( 'b -> Stdint.uint8 ) * 'i ) ->
show_phonetic:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'i ->
( 'b -> Base.bool ) * 'j ) ->
row_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 Base.option )
Fieldslib.Field.t_with_perm ->
'j ->
( 'b -> Stdint.uint32 Base.option ) * 'k ) ->
style_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 )
Fieldslib.Field.t_with_perm ->
'k ->
( 'b -> Stdint.uint32 ) * 'l ) ->
thick_bottom_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'l ->
( 'b -> Base.bool ) * 'm ) ->
thick_top_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'm ->
( 'b -> Base.bool ) * 'n ) ->
'a ->
( 'b -> t ) * 'n
val create :
cells:Cell.t Base.list ->
collapsed:Base.bool ->
custom_format:Base.bool ->
custom_height:Base.bool ->
hidden: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 ->
t
val map :
cells:
( ( [< `Read | `Set_and_create ], t, Cell.t Base.list )
Fieldslib.Field.t_with_perm ->
Cell.t Base.list ) ->
collapsed:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
custom_format:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
custom_height:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
hidden:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
height:
( ( [< `Read | `Set_and_create ], t, Base.float Base.option )
Fieldslib.Field.t_with_perm ->
Base.float Base.option ) ->
outline_level:
( ( [< `Read | `Set_and_create ], t, Stdint.uint8 )
Fieldslib.Field.t_with_perm ->
Stdint.uint8 ) ->
show_phonetic:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
row_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 Base.option )
Fieldslib.Field.t_with_perm ->
Stdint.uint32 Base.option ) ->
style_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 )
Fieldslib.Field.t_with_perm ->
Stdint.uint32 ) ->
thick_bottom_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
thick_top_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
t
val iter :
cells:
( ( [< `Read | `Set_and_create ], t, Cell.t Base.list )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
collapsed:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
custom_format:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
custom_height:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
hidden:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
height:
( ( [< `Read | `Set_and_create ], t, Base.float Base.option )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
outline_level:
( ( [< `Read | `Set_and_create ], t, Stdint.uint8 )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
show_phonetic:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
row_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 Base.option )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
style_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
thick_bottom_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
thick_top_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.unit ) ->
Base.unit
val fold :
init:'a ->
cells:
( 'a ->
( [< `Read | `Set_and_create ], t, Cell.t Base.list )
Fieldslib.Field.t_with_perm ->
'b ) ->
collapsed:
( 'b ->
( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'c ) ->
custom_format:
( 'c ->
( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'd ) ->
custom_height:
( 'd ->
( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'e ) ->
hidden:
( 'e ->
( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'f ) ->
height:
( 'f ->
( [< `Read | `Set_and_create ], t, Base.float Base.option )
Fieldslib.Field.t_with_perm ->
'g ) ->
outline_level:
( 'g ->
( [< `Read | `Set_and_create ], t, Stdint.uint8 )
Fieldslib.Field.t_with_perm ->
'h ) ->
show_phonetic:
( 'h ->
( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'i ) ->
row_index:
( 'i ->
( [< `Read | `Set_and_create ], t, Stdint.uint32 Base.option )
Fieldslib.Field.t_with_perm ->
'j ) ->
style_index:
( 'j ->
( [< `Read | `Set_and_create ], t, Stdint.uint32 )
Fieldslib.Field.t_with_perm ->
'k ) ->
thick_bottom_border:
( 'k ->
( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'l ) ->
thick_top_border:
( 'l ->
( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'm ) ->
'm
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'a list
val for_all :
cells:
( ( [< `Read | `Set_and_create ], t, Cell.t Base.list )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
collapsed:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
custom_format:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
custom_height:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
hidden:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
height:
( ( [< `Read | `Set_and_create ], t, Base.float Base.option )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
outline_level:
( ( [< `Read | `Set_and_create ], t, Stdint.uint8 )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
show_phonetic:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
row_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 Base.option )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
style_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
thick_bottom_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
thick_top_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
Base.bool
val exists :
cells:
( ( [< `Read | `Set_and_create ], t, Cell.t Base.list )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
collapsed:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
custom_format:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
custom_height:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
hidden:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
height:
( ( [< `Read | `Set_and_create ], t, Base.float Base.option )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
outline_level:
( ( [< `Read | `Set_and_create ], t, Stdint.uint8 )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
show_phonetic:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
row_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 Base.option )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
style_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
thick_bottom_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
thick_top_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
Base.bool ) ->
Base.bool
val to_list :
cells:
( ( [< `Read | `Set_and_create ], t, Cell.t Base.list )
Fieldslib.Field.t_with_perm ->
'a ) ->
collapsed:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'a ) ->
custom_format:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'a ) ->
custom_height:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'a ) ->
hidden:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'a ) ->
height:
( ( [< `Read | `Set_and_create ], t, Base.float Base.option )
Fieldslib.Field.t_with_perm ->
'a ) ->
outline_level:
( ( [< `Read | `Set_and_create ], t, Stdint.uint8 )
Fieldslib.Field.t_with_perm ->
'a ) ->
show_phonetic:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'a ) ->
row_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 Base.option )
Fieldslib.Field.t_with_perm ->
'a ) ->
style_index:
( ( [< `Read | `Set_and_create ], t, Stdint.uint32 )
Fieldslib.Field.t_with_perm ->
'a ) ->
thick_bottom_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'a ) ->
thick_top_border:
( ( [< `Read | `Set_and_create ], t, Base.bool )
Fieldslib.Field.t_with_perm ->
'a ) ->
'a list
module Direct : sig ... end