G gonche1124 macrumors newbie Original poster Aug 6, 2009 27 0 Jun 28, 2010 #1 I have a core data application and I wish to export to excel, CSV or some other file type, how can I do this? Is there an specific class for this purpose? Thanks Andres
I have a core data application and I wish to export to excel, CSV or some other file type, how can I do this? Is there an specific class for this purpose? Thanks Andres
ritsard macrumors regular Jun 18, 2009 100 0 SF Bay Area, CA Jun 30, 2010 #2 write it to a string and each entry should end with a newline then save it to a file (.csv) and excel should be able to open it.
write it to a string and each entry should end with a newline then save it to a file (.csv) and excel should be able to open it.