简体   繁体   中英

How can I get a list of other users in the current excel sheet?

I am the author of an Excel add-in that loads data from an internal api. What I want to do is avoid having many users run the StreamingInvocation s concurrently to reduce load on my api and reduce updates on the sheet.

Want I want to do is detect all of the users in the current sheet and only let the "first" user run the functions and let the others skip updating the sheet. Is there a way for me to get the list of users in the current sheet?

Currently, the feature: get users in the work sheet, you requested, is not a part of the product. You can add your request here: Microsoft 365 Developer Platform Ideas Forum .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM