Within the Excel WebApp on Office 365, users have the ability to incorporate Office Scripts through the "Automate" tab. These scripts utilize JavaScript syntax and can automate Excel functions similar to a VBA macro, specifically designed for the Excel WebApp (see screenshot).
Is it possible to trigger an Excel Office Script function from outside of the Excel WebApp? One potential scenario involves embedding the Excel WebApp within a frame and then calling the Office script from outside the frame. Another option could be directly invoking an office script using the browser console.