JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
994 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi I'm trying to build an Excel add-in via the JS API. I need to serve and collect data to and from the workbooks, so need some sort of database. I want to use MongoDB but trying to install it the normal way and requiring it in taskpane.js results in a "mongoose.connect is not a function" error. How should I go about setting up a backend for one of these apps? Thanks
I am using , RTK query to do CRUD with SQL(with express on top to create API ) .. SO if you have the MongoDB API, you can use it in the similar way.