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

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Writer

Description

This module provides a function for serializing structured Xlsx into lazy bytestring

Synopsis

Documentation

fromXlsx :: POSIXTime -> Xlsx -> ByteString Source

Writes Xlsx to raw data (lazy bytestring)