Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,225 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
- We are offering a Excel addin where user can upload local excel and save it to onedrive, The addin is available on office store.
- In this Addin we are providing one feature where user can upload numbers in any region format(thousand separator).
For ex: United States - Thousand separator is ,
Some European country - Thousand separator is . or space
- This separators are behave normally on local copy of excel but when we upload it to onedrive account and tried to retrieve it back then the formatting is not retained.
- Is that any way to retained the same format?
Note : We are using Graph Api to get the excel data from OneDrive account.
Hi @office 365
As per my knowledge, it's not possible to get data in a local regional format for excel using Graph API. Since this feature/functionality is presently not available, you can submit a feature request idea using this support link, which will be monitored by Microsoft team and make the enhancements to Microsoft Graph APIs. I will also upvote for you.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.