Structure
Relationships
public struct Relationships: Codable, Equatable
An array of Relationship
values. This type directly maps the internal XML structure of the
.xlsx
format.
Relationships
Conforms To
Codable
Equatable
Properties
items
let items: [Relationship]