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

Codec.Xlsx.Types.Internal.Relationships

Synopsis

Documentation

data Relationship Source #

Constructors

Relationship 

Instances

Instances details
Generic Relationship Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Associated Types

type Rep Relationship :: Type -> Type #

Show Relationship Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Eq Relationship Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

FromCursor Relationship Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

ToElement Relationship Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

type Rep Relationship Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

type Rep Relationship = D1 ('MetaData "Relationship" "Codec.Xlsx.Types.Internal.Relationships" "xlsx-1.1.2.1-GdAjj0zF0PPpPuMGO3FJH" 'False) (C1 ('MetaCons "Relationship" 'PrefixI 'True) (S1 ('MetaSel ('Just "relType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "relTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath)))

newtype Relationships Source #

Describes relationships according to Open Packaging Convention

See ECMA-376, 4th Edition Office Open XML File Formats — Open Packaging Conventions

Constructors

Relationships 

Instances

Instances details
Generic Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Associated Types

type Rep Relationships :: Type -> Type #

Show Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Eq Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

FromCursor Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

ToDocument Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

ToElement Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

type Rep Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

type Rep Relationships = D1 ('MetaData "Relationships" "Codec.Xlsx.Types.Internal.Relationships" "xlsx-1.1.2.1-GdAjj0zF0PPpPuMGO3FJH" 'True) (C1 ('MetaCons "Relationships" 'PrefixI 'True) (S1 ('MetaSel ('Just "relMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map RefId Relationship))))

joinRel :: FilePath -> FilePath -> FilePath Source #

joins relative URI (actually a file path as an internal relation target)

pr :: Text -> Name Source #

Add package relationship namespace to name

odr :: Text -> Name Source #

Add office document relationship namespace to name