Plan/Manual/Import and Export: Difference between revisions

From KDE UserBase Wiki
(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:...")
 
m (Fix formatting)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Construction}}
{{Construction}}
<!--
==Import and Export==


==Introduction==
===Introduction===


{{Todo}}
{{Todo}}


==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]. Currently, release 4.2 is needed.
MPXJ supports a number of formats, as of relase 2.5 only mpp, mpx and planner is tested with Plan.


To make things work the following must be in working order:
MPXJ supports a number of formats, as of release 2.7 only mpp, mpx and planner are tested with Plan.
*The mime types for MS Project and Planner must be defined in your file assosiations:
**application/vnd.ms-project: *.mpp, *.mpx
**application/x-planner: *.planner


*The mpxj.jar must be present on your system in a place java can find it. Alternativly you can define CLASSPATH or PLAN_CLASSPATH to point to it.
What needs to be setup:


*MPXJ also 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].
* 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.


==Export==
* The two <tt>jar</tt> 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===
{{Todo|Export to ICalendar format}}
{{Todo|Export to ICalendar format}}
-->
{{Plan/Prevnext|prevpage=Configure Plan Dialog|indextext=Contents|nextpage=}}


----
[[Category:Office]]
[[Category:Office]]

Latest revision as of 11:26, 1 November 2019

Under Construction

This is a new page, currently under construction!