package SZXX

  1. Overview
  2. Docs
Streaming ZIP XML XLSX parser

Install

Authors

Maintainers

Sources

3.0.1.tar.gz
md5=a755100f70cd0a5baab5d1e99502ff51
sha512=802675b4b92db154ba6e1005e03376c92390523a7457d03d3e54a8e2e4395ff8414f6f9c696463937a0fe25c996e70802faca4dc3e45c70007a77c9a1c42c395

Description

SZXX is a streaming, non-seeking and efficient XLSX parser built from ground up for low memory usage. SZXX is able to output XLSX rows while a file is being read from the file descriptor without buffering any part of the file. It can also stream data out of ZIP files and XML files without buffering.

Tags

Stream ZIP XML XLSX

Published: 07 Jul 2023

Dependencies (6)

  1. lwt >= "5.3.0"
  2. decompress >= "1.4.1"
  3. core >= "v0.15.0" & < "v0.17.0"
  4. angstrom >= "0.15.0"
  5. dune >= "1.9.0"
  6. ocaml >= "4.10.0"

Dev Dependencies (4)

  1. ppx_deriving_yojson >= "3.5.2" & with-test
  2. yojson with-test
  3. angstrom-lwt-unix >= "0.15.0" & with-test
  4. alcotest-lwt with-test

Used by

None

Conflicts

None