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 =
| Inline of Base.string |
| Rich_inline of Shared_string_table.String_item.t |
| Shared of Stdint.uint32 |
val sexp_of_t : t -> Sexplib.Sexp.t
val to_string :
shared_strings:Shared_string_table.String_item.t Base.Array.t ->
t ->
Base.string