i want to generate the application to create the excel file in iPhone sdk. can anybody suggest me to create it.
|
Well, the right guy saw your post! There is an open source C++ library on SourceForge, xlslib, that will do exactly what you need. But wait - there's even more! There is a Objective-C wrapper to that library - its a bit out of date but recently someone reported that they got it to work on iOS. The two people supporting this library appear to be quite responsive to users, so its likely that they will continue to support the ObjectiveC wrapper if people are using it. That said, there is no out-of-the-box library/framework to just stick in your project. You will have to spend some time, maybe even a day or two, to get the thing to build and run on iOS. If you are in a hurry you will have to spend the time. If you are patient you may get help on it. |
|||||||||
|
|
http://www.youtube.com/watch?v=9NRDEFwaVE0 This allows you to save a file to your documents directory. You could change the file type. I am not sure how you could edit a csv file though. |
|||||||||||
|

.csvor the.htmltype (with an extension.xls, of course), the MS Excel can read them without any problem. if you need more complex format (with i.e. formulas), of course, they are not good enough for you. – holex Aug 2 '12 at 14:26