Hey Guys,
So I followed the beginner's guide and built a scrollview containing a table which reads from a CSV file. I implemented my own system to edit the cells, but I don't know how to go about saving this to anew CSV file. The end goal being to load the template CSV, edit it, and save it to a specified location.
The main difficulty in saving the CSV file is making sure that all the data is listed in the correct order. Has anyone developed a system for this?
Thanks.