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.
pageSetupUseFirstPageNumber :: Lens' PageSetup (Maybe Bool)xlsx Codec.Xlsx.Types.PageSetup No documentation available.
ConsolidateCountNums :: ConsolidateFunctionxlsx Codec.Xlsx.Types.PivotTable The number of data values that are numbers. The Count Nums consolidation function works the same as the COUNT worksheet function.
CacheNumber :: Double -> CacheRecordValuexlsx Codec.Xlsx.Types.PivotTable.Internal No documentation available.
-
xlsx Codec.Xlsx.Types.StyleSheet Implied number formats Note: This only implements the predefined values for 18.2.30 "All Languages", other built-in format ids (with id < firstUserNumFmtId) are stored in NfOtherBuiltin
StdNumberFormat :: ImpliedNumberFormat -> NumberFormatxlsx Codec.Xlsx.Types.StyleSheet No documentation available.
UserNumberFormat :: FormatCode -> NumberFormatxlsx Codec.Xlsx.Types.StyleSheet No documentation available.
_cellXfApplyNumberFormat :: CellXf -> Maybe Boolxlsx Codec.Xlsx.Types.StyleSheet A boolean value indicating whether the number formatting specified for this xf should be applied.
_cellXfNumFmtId :: CellXf -> Maybe Intxlsx Codec.Xlsx.Types.StyleSheet Id of the number format (numFmt) record used by this cell format. This simple type defines the identifier to a style sheet number format entry in CT_NumFmts. Number formats are written to the styles part (18.18.47, p. 2468). See also 18.8.31 (p. 1784) for more information on number formats.
_dxfNumFmt :: Dxf -> Maybe NumFmtxlsx Codec.Xlsx.Types.StyleSheet It seems to be required that this number format entry is duplicated in _styleSheetNumFmts of the style sheet, though the spec says nothing explicitly about it.
_numFmtCode :: NumFmt -> FormatCodexlsx Codec.Xlsx.Types.StyleSheet No documentation available.