package spreadsheet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Spec : SpecType

Signature

module RowSet : sig ... end
type t = RowSet.t
val add_row : t -> row:RowSet.elt -> t
val count_rows : t -> int
val create : unit -> t
val read : ?skip_title:bool -> string -> t
val write : filename:string -> t -> unit