CoreOffice / CoreXLSX

Excel spreadsheet (XLSX) format parser written in pure Swift
Apache License 2.0
824 stars 87 forks source link

Cannot initialize SchemaType from invalid String value http://customschemas.google.com/relationships/workbookmetadata #142

Closed aymanbagabas closed 3 years ago

aymanbagabas commented 3 years ago

Version

0.13.0

Description of the bug

Probably related to https://github.com/CoreOffice/CoreXLSX/issues/87. Looks like workbookmetadata is missing in Relationships.swift

MaxDesiatov commented 3 years ago

Thanks, this is now fixed in the main branch.

aymanbagabas commented 3 years ago

Thank you @MaxDesiatov!