xlsx: Simple and incomplete Excel file parser/writer
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: http://www.ecma-international.org/publications/standards/Ecma-376.htm
4th edition of the standard with the transitional schema is used for this library.
Modules
[Index] [Quick Jump]
- Codec
- Codec.Xlsx
- Codec.Xlsx.Formatted
- Codec.Xlsx.Lens
- Codec.Xlsx.Parser
- Codec.Xlsx.Types
- Codec.Xlsx.Types.AutoFilter
- Codec.Xlsx.Types.Cell
- Codec.Xlsx.Types.Comment
- Codec.Xlsx.Types.Common
- Codec.Xlsx.Types.ConditionalFormatting
- Codec.Xlsx.Types.DataValidation
- Codec.Xlsx.Types.Drawing
- Codec.Xlsx.Types.Internal
- Codec.Xlsx.Types.Internal.CfPair
- Codec.Xlsx.Types.Internal.CommentTable
- Codec.Xlsx.Types.Internal.ContentTypes
- Codec.Xlsx.Types.Internal.CustomProperties
- Codec.Xlsx.Types.Internal.DvPair
- Codec.Xlsx.Types.Internal.FormulaData
- Codec.Xlsx.Types.Internal.Relationships
- Codec.Xlsx.Types.Internal.SharedStringTable
- Codec.Xlsx.Types.PageSetup
- Codec.Xlsx.Types.PivotTable
- Codec.Xlsx.Types.Protection
- Codec.Xlsx.Types.RichText
- Codec.Xlsx.Types.SheetViews
- Codec.Xlsx.Types.StyleSheet
- Codec.Xlsx.Types.Table
- Codec.Xlsx.Types.Variant
- Codec.Xlsx.Writer
- Codec.Xlsx
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| microlens | Use microlens instead of lens | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- xlsx-0.8.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.0.1, 0.1.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.1, 0.1.1.1, 0.1.2, 0.2.0, 0.2.1, 0.2.1.1, 0.2.1.2, 0.2.2, 0.2.2.1, 0.2.2.2, 0.2.3, 0.2.4, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 1.0.0, 1.0.0.1, 1.1.0, 1.1.0.1, 1.1.1, 1.1.2, 1.1.2.1, 1.1.2.2, 1.1.3, 1.1.4, 1.2.0 |
|---|---|
| Change log | CHANGELOG.markdown |
| Dependencies | attoparsec, base (>=4.9.0.0 && <4.15), base64-bytestring, binary-search, bytestring (>=0.10.8.0), conduit (>=1.0.0), containers (>=0.5.0.0), data-default, deepseq (>=1.4), errors, extra, filepath, lens (>=3.8 && <5), microlens (>=0.4 && <0.5), microlens-ghc, microlens-mtl, microlens-th, mtl (>=2.1), network-uri, old-locale (>=1.0.0.5), safe (>=0.3), text (>=0.11.3.1), time (>=1.4.0.1), transformers (>=0.3.0.0), vector (>=0.10), xeno (>=0.3.2), xml-conduit (>=1.1.0), zip-archive (>=0.2), zlib (>=0.5.4.0) [details] |
| Tested with | ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.3, ghc ==8.6.5, ghc ==8.8.1 |
| License | MIT |
| Author | Tim, Max, Kirill Zaborsky |
| Maintainer | qrilka@gmail.com |
| Uploaded | by KirillZaborsky at 2020-10-24T21:34:11Z |
| Revised | Revision 1 made by Bodigrim at 2025-11-25T21:05:40Z |
| Category | Codec |
| Home page | https://github.com/qrilka/xlsx |
| Bug tracker | https://github.com/qrilka/xlsx/issues |
| Source repo | head: git clone git://github.com/qrilka/xlsx.git |
| Distributions | LTSHaskell:1.1.4, NixOS:1.1.4, Stackage:1.2.0 |
| Reverse Dependencies | 6 direct, 3 indirect [details] |
| Downloads | 27898 total (155 in the last 30 days) |
| Rating | 2.25 (votes: 4) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2020-10-24 [all 1 reports] |