CoreXLSX v0.8.0 Release Notes

Release Date: 2019-07-12 // almost 5 years ago
  • ๐Ÿ”‹ Feature and bugfix release that makes the library compatible with more spreadsheet types. It also adds support for Comments structure, which can be parsed with the new parseComments API.

    ๐Ÿš€ Many thanks to @grin, @GoldenJoe and @LiewLi for reporting and fixing issues in this release.

    Closed issues:

    • ๐Ÿ“œ parseDocumentPaths has internal protection, but is needed by parseDocumentRelationships #74 (GoldenJoe)
    • ๐Ÿ“š Missing Documentation #73 (GoldenJoe)

    ๐Ÿ”€ Merged pull requests:

    • โฌ†๏ธ Bump XMLCoder dependency to 0.7.0 #77 (MaxDesiatov)
    • ๐Ÿ›  Fix non-macOS framework targets #76 (MaxDesiatov)
    • missing text property when format is applied at the character level #72 (LiewLi)
    • โž• Add comment support #70 (grin)