CoreXLSX v0.14.1 Release Notes
Release Date: 2021-05-06 // almost 4 years ago-
π This is a patch release improving compatibility with different spreadsheet formats.
Closed issues:
- Cannot initialize SchemaType from invalid String value
extendedProperties
(#145) - π Cannot initialize SchemaType from invalid String value
workbookmetadata
(#142)
π Merged pull requests:
- β‘οΈ Update dependencies (#147) via @ie-ahm-robox
- β Add
purl.oclc.org
relationship schema type (#146) via @MaxDesiatov - β Add
googleWorkbookMetadata
case to relationships (#143) via @MaxDesiatov - β Add Xcode 12.3 to the
test.yml
workflow (#144) via @MaxDesiatov - β Add Xcode 12.4 to the
test.yml
workflow (#149) via @MaxDesiatov
- Cannot initialize SchemaType from invalid String value
Previous changes from v0.14.0
-
π This release improves compatibility with different spreadsheet formats, simplifies cell font and π formatting APIs, and drops support for Carthage. Additionally, Xcode 11.3 on macOS is now the π oldest supported version for building CoreXLSX.
π₯ Breaking changes:
- π Make
parseSharedStrings
return optional value (#122) via @MaxDesiatov - β Test with Xcode 12, drop Carthage and Xcode 10 support (#140) via @MaxDesiatov
Closed issues:
- Unable to sort columns by
intValue
(#137) - Cannot initialize SchemaType from invalid String value (#136)
- Odd cell.s value (#134)
- 0.13.0 not available on Cocoapods (#133)
- Unable to read xlsx file (#130)
- π Increase speed of parsing? (#127)
- .xlsx File not opening with XLSXFile() (#125)
- Getting Data From a specific Worksheet (#124)
- ArchiveEntryNotFound error (#121)
- π¨ Printing an empty cell? (#118)
- Handling encrypted spreadsheets? (#101)
π Merged pull requests:
- Compare
ColumnReference
byintValue
(#139) via @MaxDesiatov - β Add missing
SchemaType.webExtensionTaskPanes
(#138) via @MaxDesiatov - β Add
font(in:)
andformat(in:)
functions (#135) via @MaxDesiatov - π§ Test with Swift 5.3 for Linux (#132) via @MaxDesiatov
- π Generate and publish docs with
swift-doc
(#131) via @MaxDesiatov - β Add βpersonβ to the relationship types (#126) via @texuf
- π Fix parsing root relationships worksheet paths (#123) via @MaxDesiatov
- π Make