AdminOffice Deverloper Team - Excel APIs
(Admin, Microsoft)
My feedback
-
92 votes
An error occurred while saving the comment -
3 votes
An error occurred while saving the comment Sorry Luca, Based on our design the comment author and create date are read-only properties, it cannot be changed. As when a comment was created, the author and create date became the facts of this comment.
The document can be found at https://docs.microsoft.com/en-us/javascript/api/excel/excel.comment?view=excel-js-preview#authorname
-
3 votes
An error occurred while saving the comment Thanks Luca, You can use getLocation() to get the Range object, then you can get the cell reference form range
getLocation(): Excel.Range;
you can find the document at https://docs.microsoft.com/en-us/javascript/api/excel/excel.comment?view=excel-js-preview#getlocation--
-
150 votes
Thanks for reporting this issue! The bug is now in our backlog and it’s under investigation, we will let you know the update once we have
An error occurred while saving the comment Michał, thanks for reporting this issue! We are aware of this and the bug is now under investigation. We’ll let you know when this is available.
-
34 votes
This feature is in backlog, we are working on Precedents API now. it would be in Preview soon.
An error occurred while saving the comment This API is in progress, it could be available soon, stay tuned
-
164 votes
The API is in preview for Excel Desktop and Mac now!
This feature is not be able to GA due to this API is not available on Excel online due to the Excel online cannot insert worksheet from the external workbook, so Team is now working on investigating on Excel online. and figure out the features that we can support now and our strategy is to build addFromBase64 for Excel Online with a limited supported feature, which allow us to GA this API. and then we will continue iterating this API to support more featuresFor Excel Desktop and Mac beta preview. you could use our Beta CDN, more info on this here https://aka.ms/excelapiopenspec
Here is a sample code snippet using the API
https://gist.github.com/jipyua/caec8eb5fddc0f611c43a1dbb356fa2a
key line of code context.workbook.worksheets.addFromBase64(mybase64)
send an xlsx (base64 encoded)
please use it and send us feedback!
An error occurred while saving the comment Hello, Thanks everyone for your support, would you please help fill the survey for this API. we would like to better understand your requirements. Thanks a lot
https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR-9oemIoJK1Gn5XFDhPkRS1UMU4wSFBGTFpRSVVRNjVJQjNLTFZKMkNVRy4u
Thanks for your feedback! This request is in our backlog and we have started working on it, we will let you know the update once we have