From 996974b8cb02e68c43a09599b1fb50626bc59a91 Mon Sep 17 00:00:00 2001 From: Ibrahim Abdo Date: Fri, 11 Jul 2025 18:19:16 +0300 Subject: [PATCH] Fix for: Cannot initialize SchemaType from invalid String value http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata --- Sources/CoreXLSX/Relationships.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/CoreXLSX/Relationships.swift b/Sources/CoreXLSX/Relationships.swift index 99efa2fe..7d30c6c3 100644 --- a/Sources/CoreXLSX/Relationships.swift +++ b/Sources/CoreXLSX/Relationships.swift @@ -130,6 +130,10 @@ public struct Relationship: Codable, Equatable { """ http://purl.oclc.org/ooxml/officeDocument/relationships/extendedProperties """ + case sheetMetadata = + """ + http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata + """ } /// The identifier for this entity.