Office Namespace
npm install jquery --save
npm install @types/jquery --save-dev
( function () {
Office.initialize = function (reason) {
$(document).ready(function) () {
$('body').html('display some text');
});
};
}) ();
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited TopPrevNext