Convert mpp to xls
- git clone https://github.com/dcolley/mpp2xls this project to local
- Load the project in Eclipse
- Edit the config.xml, change the column order if you like..!
- Run the me.colley.mpp2xls.MPPReadToXML.java via "Run As Application..."
The resulting .xls file will contain:
- Sheet of Tasks (fields as per config.xml)
- Resources (TODO)
- Tables (TODO)
- Calendars (TODO)
- Views (TODO)
- Custom Fields (TODO)
- Create custom getters for net.sf.mpxj.Duration, and others
- Using the same pattern, implement sheets for Resources, Tables, Calendars & Views
- Handle List of="OtherClass"
- Apache POI - https://poi.apache.org/
- MPXJ - http://www.mpxj.org/