开发者

Is there any way to parse Microsoft excel in iPhone?

开发者 https://www.devze.com 2023-03-30 08:49 出处:网络
I want to parse an 开发者_如何学JAVAexcel sheet and have to display the content in table view. Suggestions please.The easiest way is to save your excel file as a text file with tab delimiters. This wa

I want to parse an 开发者_如何学JAVAexcel sheet and have to display the content in table view. Suggestions please.


The easiest way is to save your excel file as a text file with tab delimiters. This way its straight forward. In case you like to do some "intelligent" parsing - you may just take a look at one of these many parser tutorials for the iPhone. I am sure, you will be able to build on these sample quite easily.

0

精彩评论

暂无评论...
验证码 换一张
取 消