Currently, I am developing a new addin that aims to extract data from Excel and insert it into a word document. The final step would be attaching this document to an email in Outlook. While I have managed to achieve this using Power Automate, I prefer to keep all functionalities centralized within the addin itself. Does anyone know if there is a way to accomplish this task without relying on external tools like Power Automate? Any guidance or suggestions would be greatly appreciated. Right now, my project involves utilizing yoeman generator along with the TaskPane Addin featuring React and TypeScript.