For my app, I want to be able to import an excel sheet into Xcode and then use swift to programatically extract relevant pieces of data. I want to be able to access the data like a 2d-array.
I basically want a 2d array but just one then I can pre-import from an excel file.
I want to be able to call the piece of data in a particular cell, so for example I can get the data in cell A5.
I'm using Xcode 9.2, swift 4.