xlsx-1.1.2.2: Simple and incomplete Excel file parser/writer
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Xlsx.Types.PivotTable.Internal

Documentation

newtype CacheId Source #

Constructors

CacheId Int 

Instances

Instances details
Generic CacheId Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Associated Types

type Rep CacheId :: Type -> Type Source #

Eq CacheId Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

FromAttrVal CacheId Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

type Rep CacheId Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

type Rep CacheId = D1 ('MetaData "CacheId" "Codec.Xlsx.Types.PivotTable.Internal" "xlsx-1.1.2.2-LrIPVDi2bOuELLoUDdjkmu" 'True) (C1 ('MetaCons "CacheId" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)))

data CacheField Source #

Constructors

CacheField 

Instances

Instances details
Generic CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Associated Types

type Rep CacheField :: Type -> Type Source #

Show CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Eq CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

FromCursor CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Methods

fromCursor :: Cursor -> [CacheField] Source #

ToElement CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Methods

toElement :: Name -> CacheField -> Element Source #

type Rep CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

type Rep CacheField = D1 ('MetaData "CacheField" "Codec.Xlsx.Types.PivotTable.Internal" "xlsx-1.1.2.2-LrIPVDi2bOuELLoUDdjkmu" 'False) (C1 ('MetaCons "CacheField" 'PrefixI 'True) (S1 ('MetaSel ('Just "cfName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PivotFieldName) :*: S1 ('MetaSel ('Just "cfItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [CellValue])))

data CacheRecordValue Source #

Instances

Instances details
Generic CacheRecordValue Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Associated Types

type Rep CacheRecordValue :: Type -> Type Source #

Show CacheRecordValue Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Eq CacheRecordValue Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

type Rep CacheRecordValue Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

type Rep CacheRecordValue = D1 ('MetaData "CacheRecordValue" "Codec.Xlsx.Types.PivotTable.Internal" "xlsx-1.1.2.2-LrIPVDi2bOuELLoUDdjkmu" 'False) (C1 ('MetaCons "CacheText" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :+: (C1 ('MetaCons "CacheNumber" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double)) :+: C1 ('MetaCons "CacheIndex" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int))))