How to convert Numbers Spreadsheet with 6 columns to plist

I am developing quiz app & I want to use plist file as a database.


Numbers spreadsheet has 6 columns as follows.


Question | Option 1 | Option 2 | Option 3 | Option 4 | Answer


Answer column will contain referance to actual answer from 4 options.


Now how can I convert Numbers spreadsheet with 1,000 rows to single plist file?


Any Help?

If you export to csv you can write a simple utility to read that in and write out the plist.

Seen this?


h t t p : / / www.mindsizzlers.com/case-studies/tools/csv-to-plist-online-conversion-tool/

Can you explain it bit more in details? because I am fundamentally designer & I am newbie developer.

How to convert Numbers Spreadsheet with 6 columns to plist
 
 
Q