CoreXLSX v0.6.0 Release Notes

Release Date: 2019-05-02 // almost 5 years ago
  • ๐Ÿ›  This is a bugfix release with changes to the model API that improve compatibility with files containing formulas and varied shared string formats.

    Specifically:

    • ๐Ÿ†• new struct Formula added with a corresponding property on struct Cell
    • property color on struct Properties became optional
    • properties on struct RichText became optional
    • ๐Ÿ†• new chartsheet case added to enum Relationship
    • richText on struct SharedStrings became an array, not optional

    Closed issues:

    • Error Domain=NSCocoaErrorDomain Code=4865 "Expected String but found null instead." #59
    • Importing XLSX file #56
    • ๐Ÿ“œ Error ParseCellContent #51
    • ๐Ÿ“œ error parseWorksheet #50
    • Couldn't find end of Start Tag c #37

    ๐Ÿ”€ Merged pull requests:

    • โž• Add Formula struct, fix other model types #61 (MaxDesiatov)
    • โฌ†๏ธ Bump XMLCoder dependency to 0.5, fix SharedStrings #60 (MaxDesiatov)