xlsx-0.6.0: Simple and incomplete Excel file parser/writer

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Parser

Description

This module provides a function for reading .xlsx files

Synopsis

Documentation

toXlsx :: ByteString -> Xlsx Source #

Reads Xlsx from raw data (lazy bytestring)

toXlsxEither :: ByteString -> Parser Xlsx Source #

Reads Xlsx from raw data (lazy bytestring), failing with Left on parse error