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.
-
xlsx Codec.Xlsx.Types.Internal.CommentTable No documentation available.
_sheetViewShowFormulas :: SheetView -> Maybe Boolxlsx Codec.Xlsx.Types.SheetViews Flag indicating whether this sheet should display formulas.
_sheetViewShowGridLines :: SheetView -> Maybe Boolxlsx Codec.Xlsx.Types.SheetViews Flag indicating whether this sheet should display gridlines.
_sheetViewShowOutlineSymbols :: SheetView -> Maybe Boolxlsx 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.
_sheetViewShowRowColHeaders :: SheetView -> Maybe Boolxlsx Codec.Xlsx.Types.SheetViews Flag indicating whether the sheet should display row and column headings.
_sheetViewShowRuler :: SheetView -> Maybe Boolxlsx Codec.Xlsx.Types.SheetViews Show the ruler in Page Layout View.
_sheetViewShowWhiteSpace :: SheetView -> Maybe Boolxlsx 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).
_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.