Skip to content

Commit 8e8ac90

Browse files
committed
Refine README.md
1 parent 2eb32e9 commit 8e8ac90

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
To run the example project, clone the repo, and run `pod install` from the Example directory first.
1313

14-
Model types in `CoreXLSX` directly map the internal structure of XLSX format with
14+
Model types in `CoreXLSX` directly map internal structure of XLSX format with
1515
more sensible naming applied to a few attributes. The API is pretty simple:
1616

1717
```swift
@@ -31,7 +31,9 @@ for path in try file.parseWorksheetPaths() {
3131
}
3232
```
3333

34-
This prints every cell from every worksheet in the given XLSX file.
34+
This prints every cell from every worksheet in the given XLSX file. Please refer to the
35+
[Worksheet model](./Sources/CoreXLSX/Worksheet.swift) for more atttributes you might
36+
need to read from a parsed file.
3537

3638
## Requirements
3739

0 commit comments

Comments
 (0)