|
Module Spreadsheet/AllThis module is undocumented. This is a list of its definitions. applyAlign :: Integer -> (TableCell -> Boolean) -> TableCell -> TableCell applyBackground :: IColor -> (TableCell -> Boolean) -> TableCell -> TableCell applyFont :: IFont -> (TableCell -> Boolean) -> TableCell -> TableCell applyForeground :: IColor -> (TableCell -> Boolean) -> TableCell -> TableCell createRange :: Resource -> Resource -> String -> String -> <WriteGraph> Resource createSheet :: Resource -> String -> <WriteGraph> Resource createSpreadsheetBook :: Resource -> String -> <WriteGraph> Resource createSpreadsheetBookAction :: Resource -> <Proc> () createSpreadsheetBookDefault :: Resource -> <WriteGraph> Resource createSpreadsheetDefault :: Resource -> <WriteGraph> Resource createSpreadsheetSheetAction :: Resource -> <Proc> () createTreeTableCell :: String -> a -> Maybe b -> Integer -> Integer -> Integer -> Boolean -> <Proc> TreeTableCell createTreeTableCell2 :: String -> a -> Maybe b -> a -> Integer -> Integer -> Boolean -> <Proc> TreeTableCell evaluateAll :: Variable -> <ReadGraph> () findCell :: Variable -> String -> <ReadGraph> Maybe Variable fullSynchronizeSheet :: Variable -> <ReadGraph> Boolean getTreeTableCellData :: TreeTableCell -> <Proc> a importBook :: Resource -> File -> <Proc> () invalidateAll :: Variable -> <ReadGraph> () modelsSourceContribution :: Resource -> <ReadGraph> [Variable] modelsSourceContributionLabeler :: Variable -> <ReadGraph> String modifyCells :: [TableCell] -> [TableCell -> TableCell] -> [TableCell] modifyCells1 :: [TableCell] -> (TableCell -> TableCell) -> [TableCell] organizeCells :: Integer -> [String] -> [TableCell] -> [TableCell] queryCells :: a -> [TableCell] removeSpreadsheetSession :: Variable -> <Proc,WriteGraph> () rgbColor :: Integer -> Integer -> Integer -> IColor saveInitialCondition :: Variable -> Resource -> String -> <WriteGraph> Resource selectColumn :: Integer -> TableCell -> Boolean selectRow :: Integer -> TableCell -> Boolean setSCLLine :: Resource -> Integer -> String -> <WriteGraph> () sheetRun :: Resource -> Variable -> <ReadGraph> Variable simpleFont :: String -> String -> Integer -> IFont toVariant :: a -> Variant treeTableCellColumn :: TreeTableCell -> <Proc> Integer treeTableCellFont :: TreeTableCell -> <Proc> Maybe IFont treeTableCellRow :: TreeTableCell -> <Proc> Integer treeTableCellText :: TreeTableCell -> <Proc> String |