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

Safe HaskellSafe-Infered

Text.XML.SpreadsheetML.Builder

Synopsis

Documentation

emptyWorkbook :: WorkbookSource

Construct empty values

number :: Double -> CellSource

Convenience constructors

formula :: String -> CellSource

This function may change in future versions, if a real formula type is created.

tableFromCells :: [[Cell]] -> TableSource

Most of the time this is the easiest way to make a table