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

Safe HaskellSafe-Infered

Codec.Xlsx.Parser

Synopsis

Documentation

xlsx :: FilePath -> IO XlsxSource

Read archive and preload Xlsx fields

cellSource :: MonadThrow m => Xlsx -> Int -> [Text] -> Source m [Cell]Source

Get data from specified worksheet as conduit source.

sheetRowSource :: MonadThrow m => Xlsx -> Int -> Source m MapRowSource

Get all rows from specified worksheet.