Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 879 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 879 Bytes

rdf-parser-csvw-xlsx

build status npm version

A CSV on the Web based XLSX (Excel file format) parser with RDF/JS Stream interface.

Consult the rdf-parser-csvw documentation about usage, which provides the technical foundation of this parser.

Note that this parser is much slower and needs more memory than the pure CSV based parser. If you need performance, convert the data to CSV first and use the rdf-parser-csvw parser.