Skip to content

Add simple Workbook model with tests#16

Merged
MaxDesiatov merged 3 commits intomasterfrom
workbook
Nov 24, 2018
Merged

Add simple Workbook model with tests#16
MaxDesiatov merged 3 commits intomasterfrom
workbook

Conversation

@MaxDesiatov
Copy link
Copy Markdown
Collaborator

@MaxDesiatov MaxDesiatov commented Nov 23, 2018

As reported in #10, currently there is no way to get a worksheet name. This can be fixed by parsing workbook files. Proposed approach here is to add parseWorkbooks API on XLSXFile and a new Workbook model.

Resolves #10.

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 24, 2018

Codecov Report

Merging #16 into master will increase coverage by 0.07%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   97.86%   97.93%   +0.07%     
==========================================
  Files           4        4              
  Lines         187      194       +7     
==========================================
+ Hits          183      190       +7     
  Misses          4        4
Impacted Files Coverage Δ
Sources/CoreXLSX/CoreXLSX.swift 97.18% <100%> (+0.3%) ⬆️

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 1ffde9c...dd762b0. Read the comment docs.

@MaxDesiatov MaxDesiatov merged commit b2dad22 into master Nov 24, 2018
@delete-merged-branch delete-merged-branch Bot deleted the workbook branch November 24, 2018 14:21
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.

Access worksheet names from workbook.xml

1 participant