CoreXLSX v0.14.0 Release Notes
Release Date: 2020-12-09 // over 2 years ago-
π 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