xlsx数据库ios [英] xlsx database ios

查看:117
本文介绍了xlsx数据库ios的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在编写一个iphone应用程序,该应用程序从服务器中提取xlsx文件,对其进行处理(读取和写入),然后将其上传到服务器.因此,我需要将其转换为plist格式,对plist进行一些操作,然后将plist转换回xlsx并将其上传到服务器. 如何在iOS上完成xlsx-> plist和plist-> xlsx的转换?

I'm writing an iphone application that pulls xlsx file from the server, manipulates with it (reading and writing to it) and upload it to the server. So I need to convert it to plist format, do some operations with plist and convert plist back to xlsx and upload it to server. How the convertion xlsx->plist and plist->xlsx could be done on ios?

推荐答案

这是完成任务所需要的:

Here's what you will need to achieve your task:

注意:您必须执行繁重的操作

要解析 xlsx ,您需要了解Open XML文件格式:

To parse an xlsx, you will need to understand the Open XML file formats: Link

要解析 plist ,您需要了解属性列表文件格式:

To parse a plist, you will need to understand the Property List file format: Link

要进行解析,我建议使用NSXMLParser:链接

To parse, I recommend using the NSXMLParser: Link

这篇关于xlsx数据库ios的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆