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.
_sheetViewShowZeros :: SheetView -> Maybe Boolxlsx 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.
sheetViewShowFormulas :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
sheetViewShowGridLines :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
sheetViewShowOutlineSymbols :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
sheetViewShowRowColHeaders :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
sheetViewShowRuler :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
sheetViewShowWhiteSpace :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
sheetViewShowZeros :: Lens' SheetView (Maybe Bool)xlsx Codec.Xlsx.Types.SheetViews No documentation available.
class Show a =>
StringTemplateShows aHStringTemplate 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.
stShowsToSE :: (StringTemplateShows a, Stringable b) => a -> SElem bHStringTemplate Text.StringTemplate This method should be used to create ToSElem instances for types defining a custom formatted show function.