Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. module Codec.Xlsx.Formatted

    Higher level interface for creating styled worksheets

  2. data Format

    xlsx Codec.Xlsx.Formatted

    Formatting options used to format cells TODOs:

  3. Format :: Maybe Alignment -> Maybe Border -> Maybe Fill -> Maybe Font -> Maybe NumberFormat -> Maybe Protection -> Maybe Bool -> Maybe Bool -> Format

    xlsx Codec.Xlsx.Formatted

    No documentation available.

  4. data Formatted

    xlsx Codec.Xlsx.Formatted

    Result of formatting See formatted

  5. Formatted :: CellMap -> StyleSheet -> [Range] -> Formatted

    xlsx Codec.Xlsx.Formatted

    No documentation available.

  6. data FormattedCell

    xlsx Codec.Xlsx.Formatted

    Cell with formatting. _cellStyle property of _formattedCell is ignored See formatted for more details.

  7. FormattedCell :: Cell -> Format -> Int -> Int -> FormattedCell

    xlsx Codec.Xlsx.Formatted

    No documentation available.

  8. data FormulaExpression

    xlsx Codec.Xlsx.Types

    formula type with type-specific options

  9. data FormulaExpression

    xlsx Codec.Xlsx.Types.Cell

    formula type with type-specific options

  10. newtype Formula

    xlsx Codec.Xlsx.Types.Common

    A formula See 18.18.35 "ST_Formula (Formula)" (p. 2457)

Page 310 of many | Previous | Next