Open t-miyake opened 11 months ago
Thank you for letting us know about this issue. We will take a look shortly. Thanks.
Sorry for the omission earlier. I've now updated the "Provide required information needed to triage your issue" section with the necessary details.
Thanks for reporting this issue. We can reproduce this issue.
It has been put on our backlog<Bug#8612235> for internal track. We will keep track of this issue and let you know if there are any updates.
Provide required information needed to triage your issue
I am experiencing an issue with Excel for iPad where 'await context.sync()' related to customXmlParts fails when the file is not saved. Specifically, it results in the following error: "GeneralException: There was an internal error while processing the request."
This error does not occur in Excel Online, Windows, or other versions; they operate normally. Notably, it also works correctly on Safari.
Therefore, I suspect the issue is specific to Excel for iPad. I speculate that this problem may have started occurring in version 2.8.0 or later.
Your Environment
Expected behavior
'await context.sync()' is executed successfully.
Current behavior
The following error: "There was an internal error while processing the request."
Steps to reproduce
I have created the following simple sample.
Excel Online Both the sheet name and the number of customXmlParts are successfully obtained.
Excel for iPad The number of customXmlParts cannot be obtained, resulting in an error. If it is a saved file, not a newly created file, you can successfully get the number of customXmlParts. If it is a saved file, it is normal even if the file is empty.
Link to live example(s)
The URL of the manifest file for the above sample is https://outlook.addin.app/excel/sample/ExcelTaskpaneAddin.xml