Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rkapl123/DBAddin

DBAddin is an MS Excel Addin for retrieving Database data via userdefined functions into Excel and writing Data (DBMapper), executing generic DML (DBAction) and doing all this in Sequences (DBSequence).
https://github.com/rkapl123/DBAddin

add-on addin database database-access database-gui excel excel-dna exceldna import-data ms-sql-server mysql mysql-database oracle postgresql query retrieve-data userdefined-functions worksheet

Last synced: about 1 month ago
JSON representation

DBAddin is an MS Excel Addin for retrieving Database data via userdefined functions into Excel and writing Data (DBMapper), executing generic DML (DBAction) and doing all this in Sequences (DBSequence).

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/github/license/rkapl123/DBAddin.svg)](https://github.com/rkapl123/DBAddin/blob/master/LICENSE)

# DBAddin
ExcelDna based Addin that allows you to retrieve Data via user-defined functions (DBListfetch, DBRowFetch and DBSetQuery) into Excel Worksheets
and writing/updating Data in Excel Worksheets (DBModifications: DBMapper/DBSheets, DBAction and DBSequences)

See https://rkapl123.github.io/DBAddin/ for documentation and https://rkapl123.github.io/dbaddinslides/ for a quick overview (slide-show).