Safe Haskell | Safe-Infered |
---|
- showSpreadsheet :: Workbook -> String
- namespace :: QName
- oNamespace :: QName
- xNamespace :: QName
- ssNamespace :: QName
- htmlNamespace :: QName
- emptyWorkbook :: Element
- emptyDocumentProperties :: Element
- emptyWorksheet :: Name -> Element
- emptyTable :: Element
- emptyRow :: Element
- emptyColumn :: Element
- emptyCell :: Element
- mkData :: ExcelValue -> Element
- class ToElement a where
- showBoolean :: Bool -> [Char]
- showCaption :: Caption -> String
- showHidden :: Hidden -> String
Documentation
showSpreadsheet :: Workbook -> StringSource
Convert a workbook to a string. Write this string to a .xls file and Excel will know how to open it.
emptyWorkbook :: ElementSource
Empty Elements
emptyWorksheet :: Name -> ElementSource
mkData :: ExcelValue -> ElementSource
XML Conversion Class
showBoolean :: Bool -> [Char]Source
showCaption :: Caption -> StringSource
showHidden :: Hidden -> StringSource