xlsior-0.1.0.1: Streaming Excel file generation and parsing

Safe HaskellNone
LanguageHaskell2010

Xlsx.Writer

Documentation

toRow :: ToRow a => a -> Row Source

saveXlsx :: Text -> [(Text, [Row])] -> FilePath -> IO () Source