Johnathan said:
Hi, I want to display the data of a MS Project file in a spreadsheet in my
windows application so I want to confirm is it possible to import the
spreadsheet in MS Project or hav to do it manually (i.e. using DataGridView
control to display)?
Johnathan,
There are various ways to get Project data into other applications.
Depending on the data you want to export from Project, you may be able
to use Save As and then select the output file type. This works fine for
Project's static data. For timescaled data, other options must be used.
You could try the utility "analyze timescaled data in Excel" found on
Project's "Analysis" toolbar. If you have Project 2007, you could use
the Visual Reports utility.
Other methods include, writing a VBA macro to export the data, setting a
query directly on the Project database, or creating a stand alone
application in VB.net (or VB6) to pull the data out of Project.
John
Project MVP