OfficeDev / office-js-docs

[ARCHIVED] Microsoft Office Add-ins API Reference Documentation
https://docs.microsoft.com/javascript/api/overview/office
398 stars 247 forks source link

Will database connectivity be implemented in office.js? #1516

Closed hobrob closed 5 years ago

hobrob commented 5 years ago

Will there ever be anything like the ADODB object implemented in office.js which will facilitate ODBC-like (presumably JDBC) connectivity? As a DBA, I've always found Excel VBA great for connecting to my DBMS (Teradata) and churning out custom charts for monitoring and the like at a button click. If I know this same connectivity will be implemented in the future I can at least start getting to know the Excel components that already exist in anticipation of building in database connections at a later date.

kbrandl commented 5 years ago

@hobrob thanks for your interest in Office.js. Since issues in this GitHub repository (OfficeDev/office-js-docs) are intended for providing feedback about the Office.js API Open Specifications, I'm closing this issue.

But first, some feedback about your inquiry:

I hope that helps. If you feel strongly that Office.js should provide something like you've described in your question, you might consider adding this feature request to the Office Dev UserVoice site. Feature Requests submitted via UserVoice are regularly reviewed by the product teams as they plan future releases of the Office.js APIs.

hobrob commented 5 years ago

Thanks @kbrandl and apologies if I've posted this in the wrong area. On the one hand that makes a bit more sense now, on the other hand, possibly due to my being a bit behind the times when it comes to web dev, I'm a bit confused as to how this would hang together with just JavaScript and without some kind of server-side component that would do the DB connectivity bit. I think I just need to spend a bit of time getting to know the general concepts around add-ins first, think hard about what sort of end product I want to create, then go from there.