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

Safe HaskellSafe-Infered

Codec.Xlsx.Writer

Synopsis

Documentation

writeXlsx :: FilePath -> [Worksheet] -> IO ()Source

writes list of worksheets as xlsx file

writeXlsxStyles :: FilePath -> ByteString -> [Worksheet] -> IO ()Source

writes list of worksheets and their styling as xlsx file