|
| Language.Gnumeric.Filter | | Portability | portable
| | Stability | experimental
| | Maintainer | joost.visser@di.uminho.pt
|
|
|
|
|
|
| Description |
| Derive data flow graph for spreadsheets.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| filterExpandedDataflow :: Set CellRef -> Gmr'Workbook -> Gmr'Workbook |
| Expanded dataflow workbook elements filter |
|
| filterCells :: Set CellBlock -> Gmr'Workbook -> Gmr'Workbook |
| Dataflow workbook elements filter (Might not be used) |
|
| filterBlockCellsInSheet :: Term a => String -> Set CellBlock -> a -> a |
| filter CellBlock on set from sheet (a) |
|
| filterCellRefsInSheet :: Term a => String -> Set CellRef -> a -> a |
| filter CellRefs on the set from sheet (a) |
|
| emptyCell :: Gmr'Cell -> Gmr'Cell |
| Create empty Gmr'Cell |
|
| Produced by Haddock version 0.6 |