自动将 MindMap 转换为另一个应用程序(例如 MS Project)
情况是这样的:
- 我们进行了一次头脑风暴会议,以找到我们必须为项目实现的所有任务
- 现在,我想创建一个包含所有这些任务的甘特计划(例如)
我们已经构建了一个思维导图 和 Xmind(我有时也使用 Freemind,或者我也可以将 Xmind 导出为 Freemind 格式)。
我想在 Microsoft Project 中创建一个甘特规划(这是我们在这里主要使用的)。
我的问题是:
- 你们中是否有人尝试过从思维导图自动创建甘特图(使用思维导图的每个级别作为标题,每个叶子作为任务)?
- 用VBA可以吗?还是C#?我没有找到 Freemind 的 Xmind API,我是否错过了什么?
Here is the situation:
- We ran a brainstorming session to find all the tasks we will have to achieve for our project
- Now, I want to create a Gantt Planning (for instance) with all these tasks
We already built a MindMap with Xmind (I sometimes use Freemind too, or I could also export the Xmind to a Freemind format).
I would like to create a Gantt Planning in Microsoft Project (this is what we mainly use here).
My questions are:
- Has anyone of you ever tried to automate the creation of a Gantt from the MindMap (using each level of the MindMap as Title and each leaf as Tasks)?
- Would it be possible with VBA? Or C#? I didn't find much API to Xmind of Freemind, did I miss something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您可以将思维导图转换为 Freemind,可以查看一些文档 Freemind 网站提供了几种将 Freemind 文件重新格式化为 MS Project 可以读取的 XML 文件的方法。
我维护 MPXJ,这是一个可用于读写 MS Project 使用的文件格式的库。我确信有人已经为 Freemind 编写了一个附加组件,它允许您使用 MPXJ 将思维导图导出为项目计划...但是我再也找不到它的参考了!如果您不介意进行一些编码(使用 Java 或任何 .Net 语言),那么使用 MPXJ 实现您想要的目标并不难。
乔恩
If you can convert your mind map to Freemind, there is some documentation on the Freemind site which provides a couple of approaches to reformatting the Freemind file as an XML file which MS Project can read.
I maintain MPXJ, a library which can be used to read and write file formats which MS Project works with. I felt sure that someone had already written an add-on for Freemind which allowed you to export mind maps as a project plan using MPXJ... however I can't find a reference to it any more! If you don't mind a bit of coding (in Java, or any of the .Net languages) it wouldn't be too hard to achieve what you want using MPXJ.
Jon
我们正是通过 STOIC 来做到这一点。
We're doing exactly that with STOIC.