I want to know how to export the Data Table values from C# to MS Project. In my Application I am having the Grid with the columns Activity, StartDate, EndDate,Duration,Dependencies, I am having the button called "Export to MS Project", When I click this button
the values in the Datatable should be copied to MS Project and the MS Project File should be saved into my local directory and I want to Open that File. I need the code for this export. Can anyone help me to solve this issue. I am searching for this for a
long time still I didn't get any code for this.
kadhar2006
Member
32 Points
78 Posts
How to Export the Data to MS PRoject
Dec 20, 2012 05:35 AM|LINK
Hi,
I want to know how to export the Data Table values from C# to MS Project. In my Application I am having the Grid with the columns Activity, StartDate, EndDate,Duration,Dependencies, I am having the button called "Export to MS Project", When I click this button the values in the Datatable should be copied to MS Project and the MS Project File should be saved into my local directory and I want to Open that File. I need the code for this export. Can anyone help me to solve this issue. I am searching for this for a long time still I didn't get any code for this.
Thanks in Advance
sameer_khanj...
Contributor
7060 Points
1378 Posts
Re: How to Export the Data to MS PRoject
Dec 20, 2012 05:42 AM|LINK
Microsoft Project XML schema is little bit complex, you can try http://mpxj.sourceforge.net/ library to write data in XML
sameer.khanjit@gmail.com
View Blog
Click "Mark as Answer" on the post that helped you.