package SZXX

  1. Overview
  2. Docs

Module Xlsx.ExpertSource

Sourcemodule SST : sig ... end
Sourcetype delayed_string = {
  1. location : location;
  2. sst_index : Base.string;
}
Sourceval sexp_of_delayed_string : delayed_string -> Sexplib0.Sexp.t
Sourcetype 'a status =
  1. | Available of 'a
  2. | Delayed of delayed_string
Sourceval sexp_of_status : ('a -> Sexplib0.Sexp.t) -> 'a status -> Sexplib0.Sexp.t
Sourceval parse_row_without_sst : 'a cell_parser -> Xml.DOM.element row -> 'a status row

Convert a raw unparsed row into a more usable "wrapped" row

Sourceval unwrap_status : 'a cell_parser -> SST.t -> 'a status row -> 'a row

Unwrap a row, resolving all SST references

Sourceval parse_row_with_sst : SST.t -> 'a cell_parser -> Xml.DOM.element row -> 'a row