I am encountering an issue where the Save method of the Project class enters an infinite loop when processing a specific file.
Upon investigation, I identified that the issue stems from formula localization. Because we …... Code: string fileName = "Path/To/File"; Project project =...new(fileName); string fileSave = "Path/To/Save"; project.Save(fileSave);...