Disk
CoreXLSX
Disk | CoreXLSX | |
---|---|---|
- | 3 | |
3,110 | 841 | |
- | 0.6% | |
3.9 | 0.0 | |
5 months ago | 10 months ago | |
Swift | Swift | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Disk
We haven't tracked posts mentioning Disk yet.
Tracking mentions began in Dec 2020.
CoreXLSX
-
How to get data from excel spreadsheet using Swift
You can also check out CoreXLSX. I haven’t used it personally, but it looks like it might be what you’re after.
- Appending a .xls file in Swift
-
How to print data from Excel in swift ? I have 2 columns and I want to print data ( name and position ) to upload the data to Firebase .
Have you checked out the CoreXLSX library? It allows you to read excel files and extract all the data and filter by worksheets, rows, columns, cells, etc. For your case, you can probably do something like "for column in ColumnReference("B")!...ColumnReference("C")! { worksheet.cells(atColumns: [column]) ...". They have pretty detailed examples on the github repo
What are some alternatives?
YYCache - High performance cache framework for iOS.
FeedKit - An RSS, Atom and JSON Feed parser written in Swift
HanekeSwift - A lightweight generic cache for iOS written in Swift with extra love for images.
StorageManager - Safe and easy way to use FileManager as Database
Carlos - A simple but flexible cache
RLPSwift - Recursive Length Prefix encoding written in Swift
Cache - :package: Nothing but Cache.
SwiftCssParser - A Powerful , Extensible CSS Parser written in pure Swift.
MGCacheManager - A delightful iOS and OS X Networking Cache Managing Class
AcknowledgementsPlist - AcknowledgementsPlist manages the licenses of libraries that depend on your iOS app.
SPTPersistentCache - Everyone tries to implement a cache at some point in their iOS app’s lifecycle, and this is ours.
JSONFeed - Swift parser for JSON Feed — a new format similar to RSS and Atom but in JSON.