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. pageSetupUseFirstPageNumber :: Lens' PageSetup (Maybe Bool)

    xlsx Codec.Xlsx.Types.PageSetup

    No documentation available.

  2. ConsolidateCountNums :: ConsolidateFunction

    xlsx 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.

  3. CacheNumber :: Double -> CacheRecordValue

    xlsx Codec.Xlsx.Types.PivotTable.Internal

    No documentation available.

  4. data ImpliedNumberFormat

    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

  5. StdNumberFormat :: ImpliedNumberFormat -> NumberFormat

    xlsx Codec.Xlsx.Types.StyleSheet

    No documentation available.

  6. UserNumberFormat :: FormatCode -> NumberFormat

    xlsx Codec.Xlsx.Types.StyleSheet

    No documentation available.

  7. _cellXfApplyNumberFormat :: CellXf -> Maybe Bool

    xlsx Codec.Xlsx.Types.StyleSheet

    A boolean value indicating whether the number formatting specified for this xf should be applied.

  8. _cellXfNumFmtId :: CellXf -> Maybe Int

    xlsx 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.

  9. _dxfNumFmt :: Dxf -> Maybe NumFmt

    xlsx 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.

  10. _numFmtCode :: NumFmt -> FormatCode

    xlsx Codec.Xlsx.Types.StyleSheet

    No documentation available.

Page 366 of many | Previous | Next