Loading data from MS Project

This is a simple example showing how to import data from an MS Project file directly to the Ext Gantt. With the help of the MPXJ library, we have built a Java based application which extracts data from .mpp files. This gives us the ability to extract Tasks, Resources, Assignments, Dependencies and Columns. The basic MSP columns will be converted to proper Ext Gantt ones (if Ext Gantt has an analog). The JAVA code after compiling builds a standalone JAR package and the only dependency is Java JDK 7+.

For more information about the import feature, please refer to the README.txt file. To try this example, you can use your own MPP project file or download this sample MPP: AdvancedExample.mpp.