Dalibor Grudenić
My feedback
-
84 votes4 comments · Feature Requests and Feedback » Add-in: Outlook · Flag idea as inappropriate… · Admin →
Thanks for the suggestion!
It is our goal to provide this functionality in Mac and OWA as well. OWA for business users should now have this support.
Cheers,
-Office Extensibility TeamDalibor Grudenić supported this idea ·
-
542 votes40 comments · Feature Requests and Feedback » Add-in: PowerPoint · Flag idea as inappropriate… · Admin →
JavaScript API for PowerPoint:
https://docs.microsoft.com/en-us/office/dev/add-ins/reference/overview/powerpoint-add-ins-reference-overviewDalibor Grudenić supported this idea ·
-
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!
Dalibor Grudenić supported this idea ·
An error occurred while saving the comment -
509 votesUnder review · 28 comments · Feature Requests and Feedback » Add-in: UX · Flag idea as inappropriate… · Admin →
Dalibor Grudenić supported this idea ·
-
4 votes
An error occurred while saving the comment Dalibor Grudenić commented
Agreed. There is nothing out there indicating any release dates for anything.
Dalibor Grudenić supported this idea ·
-
25 votes3 comments · Feature Requests and Feedback » Add-in: General · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Dalibor Grudenić commented
This is currently supported and works very well on Mac.
-
69 votes3 comments · Feature Requests and Feedback » Add-in: General · Flag idea as inappropriate… · Admin →
Dalibor Grudenić supported this idea ·
An error occurred while saving the comment Dalibor Grudenić commented
agreed, really frustrating if you wont to load document from somwhere.
-
134 votes8 comments · Feature Requests and Feedback » Add-in: General · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Dalibor Grudenić commented
100% correct there is no way you can load Office documents like Excel and PowerPoint (only Word is partially supported but opens document in a new window)
Dalibor Grudenić supported this idea ·
-
33 votes
An error occurred while saving the comment Dalibor Grudenić commented
I have a same problem were you able to find any other workaround. Not sure even what is the use case scenario for insertFileFromBase64 if you can't get complete document with all the styles and header, footer etc...
Dalibor Grudenić supported this idea ·
Still very much needed even 2 years after original post.