Hello, I'm very new to the game here, any help would be greatly appreciated. I am generating a quiz using a platform on Xcode. With roughly 7,000 questions that I have pre-generated in excel format I am trying to find a script which can convert my simple excel spreadsheet into appropriate plist.
My spreadsheet all follows this pattern: http://imgur.com/qIhdVWy
Here's what I'm looking to have the plist turn out as: http://imgur.com/b7MS25E
I've had some people tell me that I can use the excel formula concatenate to get to an xml format. I'm hard pressed to figure out how to generate an array from the four answers; while having the question show as a string.
If anyone could point me in the general direction of how to figure this out I'd be so grateful!
My spreadsheet all follows this pattern: http://imgur.com/qIhdVWy
Here's what I'm looking to have the plist turn out as: http://imgur.com/b7MS25E
I've had some people tell me that I can use the excel formula concatenate to get to an xml format. I'm hard pressed to figure out how to generate an array from the four answers; while having the question show as a string.
If anyone could point me in the general direction of how to figure this out I'd be so grateful!
Last edited: