Print Page | Close Window

How to extract data from an MPP file

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=13448
Printed Date: 28 March 2026 at 10:57am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: How to extract data from an MPP file
Posted By: abyjose
Subject: How to extract data from an MPP file
Date Posted: 21 January 2005 at 12:02am
Hi,
How to Access the content of Microsoft Project Planning(MPP)
Files from ASP.NET application.

                &nbs p;     Please let me know if you know how to deal with it

-------------
aby



Replies:
Posted By: michael
Date Posted: 21 January 2005 at 12:39pm
It's not really hard if you have Project Server, with a project file you need to reference the project api ( I think there is an SDK) and simply do something like
Dim oApp As New MSProject.Application()
oApp.FileOpen("C:\Testproject.mpp", False)

Basically the same as any office interop would do too I guess.


-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker


Posted By: dpyers
Date Posted: 21 January 2005 at 8:37pm
If you don't have Project Server, you might try exporting the mpp file from project in excel format and working with that.

-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: michael
Date Posted: 22 January 2005 at 10:47am
Well I assume he wants to operate the project file as in updating stuff, would not help much then. Interop should work fine...

-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker


Posted By: dpyers
Date Posted: 22 January 2005 at 7:45pm
Actually, I didn't think about that. I've been using a DNN PM package lately that imports/exports excel formatted stuff for Project so I was kind of focused on that way - lol.

-------------

Lead me not into temptation... I know the short cut, follow me.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net