How do I read a .xlsm
(Excel worksheet) file from my application?
Basically I need to get the data from this worksheet. Take the value of each of the cells it has.
Is there anything native for me to do this reading? Any library for indication? For example, it can be in Objective-C
or Swift
.