About

Metadata

  • Last updated , by KirillZaborsky
  • License MIT
  • Maintained by: qrilka@gmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.8.4
  2. 9.6.6
  3. 9.4.8
  4. 9.2.8

Package Flags

Use the -f option with cabal commands to enable flags

    microlens (off by default)

    Use microlens instead of lens

Readme

This library can help you to get some data read and written in Office Open XML xlsx format. Small subset of xlsx format is supported.

For examples look into Codec.Xlsx.

Format is covered by ECMA-376 standard: https://ecma-international.org/publications-and-standards/standards/ecma-376/

4th edition of the standard with the transitional schema is used for this library.