xls-0.1.0: Parse Microsoft Excel xls files (BIFF/Excel 97-2004)

Copyright(c) 2016 Harendra Kumar
LicenseBSD-style
Maintainerharendra.kumar@gmail.com
Stabilityexperimental
PortabilityGHC
Safe HaskellSafe
LanguageHaskell2010

Data.Xls

Description

Parse Microsoft excel spreadsheet xls file (format BIFF/Excel 97-2004).

Synopsis

Documentation

decodeXls :: MonadResource m => FilePath -> Producer m [String] Source #

Parse a Microsoft excel xls workbook file into a Conduit yielding rows in a worksheet. Each row represented by a list of Strings, each String representing an individual cell.

Currently there is no separation of worksheets, all worksheets in a workbook get concatenated.

Throws XlsException