Module Spreadsheet/All

This 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
bookRun :: Resource -> Variable -> <ReadGraph> Variable
bookRunDefault :: Resource -> <ReadGraph> Variable
cellColumn :: Variable -> <ReadGraph> Integer
cellEditor :: Resource -> <ReadGraph> CellEditor
cellEditorVariable :: Variable -> <ReadGraph> CellEditor
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
decodeRange :: String -> Range
decodeRanges :: String -> String -> [Range]
editProperty :: Serializable a => CellEditor -> String -> String -> a -> Maybe Consumer -> <SpreadsheetTransaction> ()
endColumn :: Range -> <Proc> Integer
endRow :: Range -> <Proc> Integer
evaluateAll :: Variable -> <ReadGraph> ()
extRefActiveVariable :: Variable -> <ReadGraph> Variant
extRefVariable :: Variable -> <ReadGraph> Variant
findCell :: Variable -> String -> <ReadGraph> Maybe Variable
forRows :: Variable -> String -> Integer -> Integer -> (Variable -> <ReadGraph,Proc> ()) -> <ReadGraph> ()
fullSynchronizeSheet :: Variable -> <ReadGraph> Boolean
getTreeTableCellData :: TreeTableCell -> <Proc> a
importBook :: Resource -> File -> <Proc> ()
importSpreadsheetBookAction :: Resource -> <Proc> ()
invalidateAll :: Variable -> <ReadGraph> ()
modelsSourceContribution :: Resource -> <ReadGraph> [Variable]
modelsSourceContributionLabeler :: Variable -> <ReadGraph> String
modifyCells :: [TableCell] -> [TableCell -> TableCell] -> [TableCell]
modifyCells1 :: [TableCell] -> (TableCell -> TableCell) -> [TableCell]
offsetCell :: Variable -> Integer -> Integer -> <ReadGraph> Maybe Variable
organizeCells :: Integer -> [String] -> [TableCell] -> [TableCell]
possibleRow :: Variable -> String -> Integer -> <ReadGraph> Maybe Variable
queryCells :: a -> [TableCell]
rgbColor :: Integer -> Integer -> Integer -> IColor
rowCell :: Variable -> Integer -> <ReadGraph> Maybe Variable
saveInitialCondition :: Variable -> Resource -> String -> <WriteGraph> Resource
selectColumn :: Integer -> TableCell -> Boolean
selectRow :: Integer -> TableCell -> Boolean
setSCLLine :: Resource -> Integer -> String -> <WriteGraph> ()
sheetRun :: Resource -> Variable -> <ReadGraph> Variable
sheetRunDefault :: Resource -> <ReadGraph> Variable
simpleFont :: String -> String -> Integer -> IFont
spreadsheetBook :: Variable -> <Proc> SpreadsheetBook
startColumn :: Range -> <Proc> Integer
startRow :: Range -> <Proc> Integer
syncExec :: CellEditor -> OperationMode -> <SpreadsheetTransaction,Proc> a -> <Proc> a
syncExecGraph :: CellEditor -> OperationMode -> <SpreadsheetTransaction,WriteGraph,Proc> a -> <WriteGraph,Proc> a
toVariant :: a -> Variant
treeTableCellColumn :: TreeTableCell -> <Proc> Integer
treeTableCellFont :: TreeTableCell -> <Proc> Maybe IFont
treeTableCellRow :: TreeTableCell -> <Proc> Integer
treeTableCellText :: TreeTableCell -> <Proc> String