xlsx-0.7.2: Simple and incomplete Excel file parser/writer

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.Internal.Relationships

Synopsis

Documentation

data Relationship #

Constructors

Relationship 
Instances
Eq Relationship # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Show Relationship # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Generic Relationship # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Associated Types

type Rep Relationship :: * -> * #

FromCursor Relationship # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

ToElement Relationship # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

type Rep Relationship # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

type Rep Relationship = D1 (MetaData "Relationship" "Codec.Xlsx.Types.Internal.Relationships" "xlsx-0.7.2-LJxbVm4yJQxBp0QchhVN6B" 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 #

Describes relationships according to Open Packaging Convention

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

Constructors

Relationships 
Instances
Eq Relationships # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Show Relationships # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Generic Relationships # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Associated Types

type Rep Relationships :: * -> * #

FromCursor Relationships # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

ToElement Relationships # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

ToDocument Relationships # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

type Rep Relationships # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

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

joinRel :: FilePath -> FilePath -> FilePath #

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

pr :: Text -> Name #

Add package relationship namespace to name

odr :: Text -> Name #

Add office document relationship namespace to name