CoreXLSX v0.9.0 Release Notes

Release Date: 2019-10-19 // over 4 years ago
  • ๐Ÿš€ This release adds Linux support and improves compatibility with .xlsx files that contain shared strings. Thanks to @CloseServer, @funnel20 and @LiewLi for bug reports and contributions!

    Implemented enhancements:

    • โฌ†๏ธ Bump XMLCoder to 0.9.0, add CI jobs for Linux, Xcode 11 #86 (MaxDesiatov)

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ“œ Multi-line text in an Excel cell is parsed into single line in the SharedStrings property text #83

    Closed issues:

    • ๐Ÿ“œ I crashed while calling try file.parsesharedstrings () with an error #79

    ๐Ÿ”€ Merged pull requests:

    • โฌ†๏ธ Bump line length limit in .swiftlint.yml #85 (MaxDesiatov)
    • โœ… Make decoder.trimValueWhitespaces false, add test #84 (MaxDesiatov)
    • โฌ†๏ธ Bump XMLCoder dependency to 0.8.0 #80 (MaxDesiatov)
    • SharedString uniqueCount property can be nil #78 (LiewLi)