Hi team,
we try to export tasks without one date (start or end date) to MPX format. After importing this file tasks have incorrect dates.
For example, when task contains only start date it is also set as end date. Zrzut ekranu 2024-12-23 o 11.24.15.png (197,7 KB)
Exporting and importing file into MPP format works correctly.
Is this normal library behavior? exported file online viewer.png (57,1 KB)
@akot
Which cells version are you using?
If you do not want to parse date time, please try the following codes:
TxtLoadOptions txtLoadOptions = new TxtLoadOptions();
// txtLoadOptions.ConvertNumericData = false;
txtLoadOptions.ConvertDateTimeData = false;
Workbook workbook = new Workbook(“t.mpx”,txtLoadOptions);
Are you using the Aspose.Tasks API? If so, please confirm. If that’s the case, we recommend posting your issues or queries in the Aspose.Tasks forum, where the dedicated Aspose.Tasks team will review and assist you accordingly.
If you are working with the Aspose.Cells API, kindly compress and share the following resources to help us investigate your issue effectively:
Your input file (e.g., .txt, XLS/XLSX, etc.).
The output file showing the undesired results.
A sample runnable code snippet utilizing Aspose.Cells.
An expected output file showcasing the desired results.
Using the provided resources, we will evaluate your case and guide you with the appropriate solution.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
Enables storage, such as cookies, related to analytics.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.