views:

1191

answers:

4

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.

+1  A: 

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.

iDevlop
A: 

JK,

Would you be willing to share your macro?

mcd

mcd
A: 

@jk Actually, I'd like to see your macro too if you are willing to share it

Joshua
A: 

No point in sending the email to JK, unless you're willing to pay $10 for the Macro.

I wonder if someone had supplied a similar Macro here, in reply to his question, he'd feel the same about charging for it :)

Andre
I'm sorry you feel this way. I spent the better part of a day to develop the spreadsheet which performs a 1-click conversion and export of any excel data into proper plist format. It's a much faster process than any other solution I was able to find. I work freelance which is why I have to charge. You may find that your time spent searching for alternative solutions and posting your comment here is worth more than $10.
Run Loop