Plan/Manual/Import and Export: Difference between revisions
(Created page with "{{Construction}} ==Introduction== {{Todo}} ==Import== Plan can import data from other project managers using the Microsoft Project Exchange (MPXJ) Java library found [http:...") |
(MPP/MPX only fixed for 2.7) |
||
Line 6: | Line 6: | ||
==Import== | ==Import== | ||
Plan can import data from other project managers using the Microsoft Project Exchange (MPXJ) Java library found [http://mpxj.sourceforge.net here]. | Calligra Plan (>= 2.7) can import data from other project managers using the Microsoft Project Exchange (MPXJ) Java library found [http://mpxj.sourceforge.net here]. | ||
MPXJ supports a number of formats, as of | MPXJ supports a number of formats, as of release 2.7 only mpp, mpx and planner are tested with Plan. | ||
What needs to be setup: | |||
* | * MPXJ requires the Apache POI - the Java API for Microsoft Documents. This is included in the MPXJ download, but can also be found [http://poi.apache.org here]. So both mpxj.jar and poi.jar must be installed on the system. | ||
* The two jar files must be in a place where java can find it. Alternatively you can define CLASSPATH or PLAN_CLASSPATH in your environment variables to point to it, e.g. with {{Input|1=<nowiki>export PLAN_CLASSPATH=/path/to/mpxj/mpxj.jar:/path/to/poi/poi.jar</nowiki>}} | |||
==Export== | ==Export== |
Revision as of 18:50, 10 June 2013
Under Construction
This is a new page, currently under construction!
Introduction
TODO
{{{1}}}
Import
Calligra Plan (>= 2.7) can import data from other project managers using the Microsoft Project Exchange (MPXJ) Java library found here. MPXJ supports a number of formats, as of release 2.7 only mpp, mpx and planner are tested with Plan.
What needs to be setup:
- MPXJ requires the Apache POI - the Java API for Microsoft Documents. This is included in the MPXJ download, but can also be found here. So both mpxj.jar and poi.jar must be installed on the system.
- The two jar files must be in a place where java can find it. Alternatively you can define CLASSPATH or PLAN_CLASSPATH in your environment variables to point to it, e.g. with
export PLAN_CLASSPATH=/path/to/mpxj/mpxj.jar:/path/to/poi/poi.jar
Export
TODO
Export to ICalendar format