Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
I'm not aware of any off-the-shelf libraries to do this. Depending on what information you actually care about reading, it might not be too hard to write your own parser. The Excel format is pretty well documented -- see, e.g., OpenOffice's documentation on the format (PDF link), or Microsoft's official documentation.
I'm currently trying to figure out if I can use xlsLib But with my skills limited to ObjC, not C/C++, it's hard to even figure out IF it can be used. Let alone how.
I'm off to google for some example implementations.....
If you just need to view the file, then a UIWEbView should work. If you actually need to read the data, then I'm not sure (short of converting to CSV).
If you just need to view the file, then a UIWEbView should work. If you actually need to read the data, then I'm not sure (short of converting to CSV).
I can do text parsing. But I don't have text. I have a binary xls file & need to access certain cells containing data. Thnx anyway.
I'm currently trying to figure out if I can use xlsLib But with my skills limited to ObjC, not C/C++, it's hard to even figure out IF it can be used. Let alone how.
I'm off to google for some example implementations.....
Are you sure that library supports reading excel files? Its description makes it sound like it's only intended for generating them.
Also, be aware that the LGPL license that the library uses presents some complications when used with iPhone development, since the SDK doesn't allow dynamic linking -- see here for more details about your obligations.
Replies
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeBut with my skills limited to ObjC, not C/C++, it's hard to even figure out IF it can be used. Let alone how.
I'm off to google for some example implementations.....
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeBut I don't have text. I have a binary xls file & need to access certain cells containing data. Thnx anyway.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeAlso, be aware that the LGPL license that the library uses presents some complications when used with iPhone development, since the SDK doesn't allow dynamic linking -- see here for more details about your obligations.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeI knew it only stated writing xls files, but it was the only lead I had.
Thought: Could it be possible to render a webpage with the xls file out of view, and read data from that?
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome