Operation system: Windows 10
MS Office version: 2019 64-bit
I am trying to create an MS Office web add-in
which allows me to place different html pages to different slides. While reading different parts of the MS documentation and web-searching, I could not understand how to:
- Center the so-called
Taskpane
in the center of a slide after start - Insert a
web object
with an option to show somewebsite content
(includingjs
) WITHOUT errors connected to MS Office safety
A good example is a Plotly D3.JS Charts
. I try to do practically the same but with support of loading local html
files.
UPD: I know about LiveWeb
, LiveSlides
and other solutions. However, they have their own security problems - I have to correct regit
. Therefore, please, do not propose them.
LiveWeb
add-in. There is a problem with it - the security error. Moreover, it is aVSTO
add-in, notOffice.js
one.Plotly D3.JS
does not have this problem. – Alex