I am suppose to generate some excel reports from my app,i tried generating by using office open xml,i have read that if we save the xml file created with extension .xls,it will act like actual excel file,is this possible? Please help me to fix this issue or give some useful links for the tutorial.
Try exporting using a more straightforward CSV format (which is easier to code up and can be easily opened into Excel).
Here’s a related question with some potentially useful information.
Tags: excel, iphoneiphone, object