xlsior-0.1.0.0: Streaming Excel file generation and parsing

Safe HaskellNone
LanguageHaskell2010

Xlsx.Parse

Documentation

tagLocal :: MonadThrow m => Text -> AttrParser a -> (a -> ConduitM Event o m b) -> ConduitM Event o m (Maybe b) Source

unsparseSheet :: (Monad m, MonadThrow m) => ConduitM [((Int, Int), Cell)] [((Int, Int), Cell)] m () Source