简体   繁体   中英

How to save or send the data entered on web page into a Microsoft Project(.mpp) file in java

One of our clients requires a web application to be created with elements mapping to the columns of Microsoft Project (.mpp) file.

As soon as an employee/resource enters details about his task like start date, finish date, percentage completion and so on.., the data should be saved into a Microsoft project (.mpp) file.

I am just curious to know if this can be acheived using Java?

Take a look at MPXJ project .

This library provides a set of facilities to allow project information to be manipulated in Java and .Net. MPXJ supports a range of data formats: Microsoft Project Exchange (MPX), Microsoft Project (MPP,MPT), Microsoft Project Data Interchange (MSPDI XML), Microsoft Project Database (MPD), Planner (XML), Primavera (PM XML, XER, and database), Asta Powerproject (PP, MDB), and the Standard Data Exchange Format (SDEF).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM