I have Excel file with table ~100x100 and need to get access to this values from iOS app.
At first, I've try to make json in Mr.DataConverter and then it's not a problem to read to array. But! Some float values didn't recognized properly, and I'd got numbers without quotes:
At the time other parsed correctly! So, from this moment I can't parse my Json string to NSArray.
The question is: How to convert xls to json, OR How to put and retrieve the values in iOS device?
Thanks.