SpreadsheetML-0.1: Write support for Excel's SpreadsheetML format

Safe HaskellSafe-Infered

Text.XML.SpreadsheetML.Types

Synopsis

Documentation

data Workbook Source

Only implement what we need

newtype Formula Source

TODO: Currently just a string, but we could model excel formulas and use that type here instead.

Constructors

Formula String 

Instances

data Hidden Source

Attribute for hidden things

Constructors

Shown 
Hidden 

Instances

newtype Name Source

For now this is just a string, but we could model excel's names

Constructors

Name String 

Instances

newtype Caption Source

Constructors

Caption String 

Instances