Safe Haskell | Safe-Infered |
---|
- emptyWorkbook :: Workbook
- emptyDocumentProperties :: DocumentProperties
- emptyWorksheet :: Name -> Worksheet
- emptyTable :: Table
- emptyColumn :: Column
- emptyRow :: Row
- emptyCell :: Cell
- number :: Double -> Cell
- string :: String -> Cell
- bool :: Bool -> Cell
- formula :: String -> Cell
- mkWorkbook :: [Worksheet] -> Workbook
- mkWorksheet :: Name -> Table -> Worksheet
- mkTable :: [Row] -> Table
- mkRow :: [Cell] -> Row
- tableFromCells :: [[Cell]] -> Table
Documentation
emptyWorkbook :: WorkbookSource
Construct empty values
formula :: String -> CellSource
This function may change in future versions, if a real formula type is created.
mkWorkbook :: [Worksheet] -> WorkbookSource
mkWorksheet :: Name -> Table -> WorksheetSource
tableFromCells :: [[Cell]] -> TableSource
Most of the time this is the easiest way to make a table