Module Excel.Parser

Parses data generated and copied from Excel and similar spreadsheet applications.

Datatype is "text/plain".

Data type that this parser can parse.

val rows_of_input : string -> string list list

Returns the parsed rows.

val create : unit -> Parser.t