Closed jkpieterse closed 9 months ago
Thank you for letting us know about this issue. We will take a look shortly. Thanks.
Hi @jkpieterse ,
Currently, we don't have such ability in Office JS, I created an internal task 8653845 to track this. I'd also encourage you to add your request on our Microsoft 365 Developer Platform Ideas Forum. Please add your request there. Feature requests on are considered when we go through our planning process.
Thanks, Microsoft 365 Developer Platform team
This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!
This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.
Provide required information needed to triage your issue
When Excel is set to a different language, the name property of some Excel-managed range names are localized
Your Environment
Expected behavior
Return English language name for range names like Print_Area, _FilterDatabase, Print_Titles, "Criteria", "Extract"
Current behavior
The name property of Range names like Print_Area, _FilterDatabase, Print_Titles, "Criteria", "Extract" are returned in local language
in VBA, we have a NameLocal property which returns the localized name, the Name property returns the English name.
Steps to reproduce
Link to live example(s)
Provide additional details
Context
I am trying to hide "system" names from the list of Range Names, but if my user is using e.g. Dutch Excel, my list shows system names when it shouldn't.
Useful logs
Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.