I've been searching all over the internet for hours and hours and I've tried so many solutions but I'm never succeeding with this problem. So, basically, I'm a java-student developer and trying to create an app for both android and iOS. In Android, everything just works perfectly, if you ever find a problem, EASY PEASY! No problem to find solutions. But for iOS? Well.. I bet you know the answer! It's so damn hard to get things together and work properly.
Tried multiple libraries from git, all of them gives me an error since there either only can handle integers or there's problem with something else. None of these guides however seems to work well with my brain.
What I wonder is if somebody could give me a code-snippet or somehow a guide on how to just read an xls/xlsx/csv file and save the values into an array. I have two columns and would like to save them into two different arrays. The Excel file contains thousands of coordinates, so one array for latitude and one array for longitude.
Hope somebody have a tip or sort of solution for this!
Thanks