I need to create excel file through code in iPhone i have two array first array contain names of fruit and second array contain image of that fruit.I want to create excel file some thing like that
apple image of apple here
mango image of mango here
. .
. .
. .
. .
. .
. .
. .
. .
. .
something like that please help me to create this
Try following code to generate Excel File:
Remember, here xlsString is the content of Excel file. you need to create xlsString in such a way that if you insert , (comma) or /t (tab) or other delimiter.. it will go to next cell in Excel File. for Next row use \n (new Line character) in xlsString.