Hello Team,
I am using Aspose.Tasks dll (v19.12.0) to read the mpp file and export into excel file using below code.
var prj = new Aspose.Tasks.Project(sourcePathmpp + file.Name);
prj.Save(sourcePath + @"\MSProjectfile.xlsx", Aspose.Tasks.Saving.SaveFileFormat.XLSX);
This will create three sheets Task,Resource and Assignment.
Data exported into excel file, after analysis the data we found some issues.
(1) start date and finish date ( Thu 6/01/00 Sun 2/13/00) year filed display “00” but when we open the same mpp file in Microsoft project it looks proper ( |Start|Finish| |Fri 6/1/18|Thu 2/13/20|).
(2) Missing column in the exported excel.
% Complete, Start Actual, Finish Actual, Text1, Text2, Text3,Text4,Text5, Cost, Critical
Free Slack,Number1, Number2, Number3, Number4, Number5, Start1, Start2, Finish1, Finish2.
I want to export all the data from mpp file.
how we can get all the missing column and data field year issue.
2 Exported excel.png (209.6 KB)
1 MSProjectViewer.png (223.6 KB)
Please find the attachment snapshot for more details.
Thanks,
Amit Solanki