Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data PivotTable

    xlsx Codec.Xlsx.Types.PivotTable

    No documentation available.

  2. PivotTable :: Text -> Text -> [PositionedField] -> [PositionedField] -> [DataField] -> [PivotFieldInfo] -> Bool -> Bool -> Bool -> Bool -> CellRef -> Text -> Range -> PivotTable

    xlsx Codec.Xlsx.Types.PivotTable

    No documentation available.

  3. data PositionedField

    xlsx Codec.Xlsx.Types.PivotTable

    No documentation available.

  4. module Codec.Xlsx.Types.Protection

    No documentation available.

  5. data Pane

    xlsx Codec.Xlsx.Types.SheetViews

    Worksheet view pane Section 18.3.1.66 "pane (View Pane)" (p. 1843)

  6. Pane :: Maybe PaneType -> Maybe PaneState -> Maybe CellRef -> Maybe Double -> Maybe Double -> Pane

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  7. data PaneState

    xlsx Codec.Xlsx.Types.SheetViews

    State of the sheet's pane. Section 18.18.53 "ST_PaneState (Pane State)" (p. 2711)

  8. PaneStateFrozen :: PaneState

    xlsx Codec.Xlsx.Types.SheetViews

    Panes are frozen, but were not split being frozen. In this state, when the panes are unfrozen again, a single pane results, with no split. In this state, the split bars are not adjustable.

  9. PaneStateFrozenSplit :: PaneState

    xlsx Codec.Xlsx.Types.SheetViews

    Panes are frozen and were split before being frozen. In this state, when the panes are unfrozen again, the split remains, but is adjustable.

  10. PaneStateSplit :: PaneState

    xlsx Codec.Xlsx.Types.SheetViews

    Panes are split, but not frozen. In this state, the split bars are adjustable by the user.

Page 765 of many | Previous | Next