javascript - VBA connction to Java? -


i have excel macros. data sourced manually. in order automate report, need source data directly oracle database. unfortunately cannot done, production database , passwords cannot shared anyone.

the next best possible approach connect via java layer. wanted know, if has idea how can connect vba java service.

any conceptual starting points appreciated.

thanks , regards vky

there nice api apache called poi processing microsoft documents. http://poi.apache.org/
other approach use oledb driver excel allow read data excel database using jdbc.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -