xlsx-0.1.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 :: ClockTime -> Xlsx -> ByteString Source

Writes Xlsx to raw data (lazy bytestring)