如何从 Objective-C 中的 MS 项目中提取信息?

发布于 2024-12-10 01:30:15 字数 89 浏览 2 评论 0原文

我必须从 Objective-C 中的 .MPP 文件格式中提取一些数据。

我在互联网上找不到任何可以这样做的东西。关于如何读取该文件有什么想法吗?

I have to extract some data from a .MPP file format in Objective-C.

I found nothing on internet to do so. any idea on how to read the file ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扭转时空 2024-12-17 01:30:15

好吧,可能会间接有所帮助: http://mpxj.sourceforge.net/

欢迎来到MPXJ!该图书馆提供了一系列设施,允许
Java.Net 中操作的项目信息。 MPXJ 支持
七种数据格式,Microsoft Project Exchange (MPX)Microsoft
项目(MPP、MPT)Microsoft Project 数据交换 (MSPDI XML)
Microsoft Project 数据库 (MPD)Planner (XML)Primavera (XER)
和数据库)

该库目前基于一组建模结构
MPP文件格式描述的数据。项目的所有操纵
数据使用这些数据结构进行,可以从
或写入各种受支持的文件格式。中的注释
以下段落解释了 MPXJ 为每个文件提供的功能
格式。

因此,您也许可以获取其中一些代码并将其移植到 obj-c 中……祝您好运!

well, might be indirectly helpful: http://mpxj.sourceforge.net/

Welcome to MPXJ! This library provides a set of facilities to allow
project information to be manipulated in Java and .Net. MPXJ supports
seven data formats, Microsoft Project Exchange (MPX), Microsoft
Project (MPP,MPT), Microsoft Project Data Interchange (MSPDI XML),
Microsoft Project Database (MPD), Planner (XML), and Primavera (XER
and database).

The library is currently based around a set of structures modelled on
the data described by the MPP file format. All manipulation of project
data takes place using these data structures, which can be read from
or written to the various supported file formats. The notes in the
following paragraphs explain the facilities MPXJ offers for each file
format.

So you might be able to take some of that code and port it to obj-c ... good luck!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文