Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. tshow :: Show a => a -> Text

    xlsx Codec.Xlsx.Types.Internal.CommentTable

    No documentation available.

  2. _sheetViewShowFormulas :: SheetView -> Maybe Bool

    xlsx Codec.Xlsx.Types.SheetViews

    Flag indicating whether this sheet should display formulas.

  3. _sheetViewShowGridLines :: SheetView -> Maybe Bool

    xlsx Codec.Xlsx.Types.SheetViews

    Flag indicating whether this sheet should display gridlines.

  4. _sheetViewShowOutlineSymbols :: SheetView -> Maybe Bool

    xlsx Codec.Xlsx.Types.SheetViews

    Flag indicating whether the sheet has outline symbols visible. This flag shall always override SheetPr element's outlinePr child element whose attribute is named showOutlineSymbols when there is a conflict.

  5. _sheetViewShowRowColHeaders :: SheetView -> Maybe Bool

    xlsx Codec.Xlsx.Types.SheetViews

    Flag indicating whether the sheet should display row and column headings.

  6. _sheetViewShowRuler :: SheetView -> Maybe Bool

    xlsx Codec.Xlsx.Types.SheetViews

    Show the ruler in Page Layout View.

  7. _sheetViewShowWhiteSpace :: SheetView -> Maybe Bool

    xlsx Codec.Xlsx.Types.SheetViews

    Flag indicating whether page layout view shall display margins. False means do not display left, right, top (header), and bottom (footer) margins (even when there is data in the header or footer).

  8. _sheetViewShowZeros :: SheetView -> Maybe Bool

    xlsx Codec.Xlsx.Types.SheetViews

    Flag indicating whether the window should show 0 (zero) in cells containing zero value. When false, cells with zero value appear blank instead of showing the number zero.

  9. sheetViewShowFormulas :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  10. sheetViewShowGridLines :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

Page 295 of many | Previous | Next