OfficeDev / OfficeDev/Excel-Custom-Functions
Custom function cache issues
Open
@adrianwu8516 is already working on this.
Since Jun 4, 2024.
- Dominant language
- TypeScript
- Stars
- 333
- Forks
- 69
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 3
Description
Expected behavior
With every release of the functionality or module change, the custom function need to be work as expected
Current behavior
I have a developer Excel add-in for stock market streaming data using the invocation streaming function with the help of Websocket. Whenever I release the new build files on my dedicated server, the users are facing the issues.
- Sometime shows (NAME?)
- Excel not getting latest changes even server have latest code with a different hash in all changed files
- User needs to uninstall and install the add-in multiple times to get it work back
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- generate angular production build
- pipeline is run on azure and deploys artifact files on azure storage containers
- open excel again, try to execute custom functions
Context
latest Office365 desktop version only
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.