Question

I have a spreadsheet, the contents of which I would like to include as an xml plist in my Xcode project. However, I can't figure out how to actually perform the export from Excel and the import into Xcode.

Any help would be greatly appreciated please.

Was it helpful?

Solution

I had to generate rather complex XML from Access, and after looking at various solutions, I found that the simplest (by far !) was to generate text files using my own functions.

You can find them on my blog. I tried to paste them here, but Stackoverflow formatting system seems to eat some characters, like the greater than, or lower than, which made my code unreadable here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top