SQL connections and data import into Excel
- 0 0
-
shares
You might have some sophisticated BI tools like OBIEE / QlikSense / Power BI etc. , however sometimes it's useful to be able to prototype, or access tables / stored procedures etc directly through Excel.
This can be slow and cumbersome working through Excel's query editor, especially if you're already at an intermediate level with your SQL knowledge.
Below are a series of functions and sub-routines to quickly re-purpose for prototyping or pulling SQL table data into worksheets, single cells, writeback from cells, or if you're feeling brave, populating form data ( like combo-box lists ) .
The below can be pasted into a module in VBA and used to retrieve data :
Further info to be added.
I'll get around to doing some demos shortly.