Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Relationships public, add parseRelationships #22

Merged
merged 1 commit into from
Dec 3, 2018

Conversation

MaxDesiatov
Copy link
Collaborator

@MaxDesiatov MaxDesiatov commented Dec 3, 2018

As reported in #19 without a public Relationships type Workbook values can't be matched to Worksheet cleanly. Relationships type already existed in the library, so it makes sense to make it public and to expose public func parseRelationships that returns a value of that type for a given XLSXFile instance.

Resolves #19.

@codecov
Copy link

codecov bot commented Dec 3, 2018

Codecov Report

Merging #22 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   98.11%   98.13%   +0.01%     
==========================================
  Files           5        5              
  Lines         212      214       +2     
==========================================
+ Hits          208      210       +2     
  Misses          4        4
Impacted Files Coverage Δ
Sources/CoreXLSX/CoreXLSX.swift 97.4% <100%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bffbcd8...27d425b. Read the comment docs.

@MaxDesiatov MaxDesiatov merged commit e7bc099 into master Dec 3, 2018
@delete-merged-branch delete-merged-branch bot deleted the public-relationships branch December 3, 2018 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant