I am currently working on Gantt in my project and I want to export my Gantt and import in to MS Project. However, when I did it. Duration and Finish Date does not match with Gantt and MS Project.
Also, I just used the example in the official snippets but the demo does not work correctly.
What is the correct way of importing into MS Project
Hello Sera,
The issue can be reproduced even with our sample if you import the data into Gantt and export it.
We are aware of that issue, it should be related to task calendars.
You can try exporting the data with the following parameters:
project: {
'MinutesPerDay': function () {
return 24 * 60;
},
'HoursPerDay': function () {
return 24;
}
}
The issue should have been fixed as I cannot reproduce it with the latest Gantt version and the online export server.
So if anyone encounters the issue, please provide the snippet and a file to reproduce the issue locally.
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan