Feature Requests and Feedback
-
Add displayMessageFormAsync to office.js so that it accepts a callback
In the current displayMessageForm, when a newly created item.itemId is specified there is a high probability of failure.
When displayMessageForm form fails the caller is never made aware.
Allowing a callback to be passed would permit the request to handle the failure.The ability to display a message form should permit a callback to be passed that expects an indicator of success/failure for the request.
3 voteswe have now all the display APIs in Preview! please check our documentation here
-
Add bookmark Support in Word API 1.4
• Looks like bookmark support is being introduced in Word API 1.4
• This is currently available in Insider Preview builds and beta version of Office.js.Please let us know when will this be available in production
120 votes -
Page Setup API
I would like to be able to access the page layout properties of the document so that I can set the print area.
22 votespagelayout object is in preview! pelase try it and send us feedback.
Check out https://aka.ms/excelapiopenspec
https://github.com/OfficeDev/office-js-docs/blob/ExcelJs_OpenSpec/reference/excel/pagelayout.md
-
Make signature in outlook available through office js
We want to set a different signature in the mail body from the outlook add-in. Right now altering the whole html of the mail body makes this quite impossible, especially because it is different on all different platforms. (win, mac, online different browsers)
81 votesHello all.
Just to give you a quick update: the signature APIs is now in public preview!
Please find all the details about what APIs are released and how to use the preview.
https://developer.microsoft.com/en-us/outlook/blogs/outlook-api-public-preview-announcement-april-2020/You can try the APIs both in Windows and Outlook on the web.
if you find any issues please report them here:thanks and happy coding!
https://github.com/OfficeDev/office-js/issues -
Improve Custom Dialog
Please improve the dialog, it should allow to:
- set modality (right now the dialog is not modal!)
- have bidirectional communication, i.e. to have possibility to pass information directly from dialog to task pane and vice versa.There are many use cases valid for both requirements:
- when you need to retrieve data from task pane (e.g. lazy loading)
- you have html where you fill the content, right now you need to pass them in URL which is not really nice solution.206 votesThank you for your feedback, we are happy to announce that the capability to message a dialog from the task pane is now available in preview. Please follow this link to get further information: https://docs.microsoft.com/en-us/office/dev/add-ins/develop/parent-to-dialog
With this API, the task pane can now message the dialog as well, pairing with the existing API allowing the dialog to message the task pane.
-
Ability to open/replace workbook with Excel JS API in a similar way Word API can with insertFileFromBase64
We have a requirement to load a workbook from a remote source from within the add-in. User logs in, selects from a list and workbook template loads.
With the Word JS API we can load a template remotely using an AJAX call that returns the workbook as a base64 string and then insert the response into the current workbook using the replace option. AFAIK this doesn't exist for the Excel API and we download the workbook and then instruct the user to open from the download pane.
164 votesThe 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!
-
Support for hiding/showing task pane through the Office Javascript API
Currently, there is no ability to hide or show the task pane from the Office Javascript API.
144 votesThank you for your feedback, we are happy to announce that the capability to show/ hide task pane from the JavaScript API is now available in preview.
Please follow this link to get further information: https://docs.microsoft.com/en-us/office/dev/add-ins/excel/show-hide-add-in
- Don't see your idea?