I am trying to add JSON data into an MPP file using the Aspose API. My data contains start date, end date, and a given duration value. However, when I insert it into the MPP file, the API automatically recalculates the d…...save as XML xml_path = output_path.replace(‘.mpp’, ‘.xml’) try...save(xml_path, at.saving.SaveFileFormat.XML) print(f" XML file...