Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. _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.

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

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

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

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  4. sheetViewShowOutlineSymbols :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  5. sheetViewShowRowColHeaders :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  6. sheetViewShowRuler :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  7. sheetViewShowWhiteSpace :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  8. sheetViewShowZeros :: Lens' SheetView (Maybe Bool)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  9. class Show a => StringTemplateShows a

    HStringTemplate Text.StringTemplate

    The StringTemplateShows class should be instantiated for all types that are directly displayed in a StringTemplate, but take an optional format string. Each such type must have an appropriate ToSElem method defined as well.

  10. stShowsToSE :: (StringTemplateShows a, Stringable b) => a -> SElem b

    HStringTemplate Text.StringTemplate

    This method should be used to create ToSElem instances for types defining a custom formatted show function.

Page 295 of many | Previous | Next