govert / SQLiteForExcel

A lightweight wrapper to give access to the SQLite3 library from VBA.
MIT License
256 stars 81 forks source link

Overview

SQLite is a small, easy-to-use, open-source SQL database engine. This project, SQLite for Excel, is a lightweight wrapper to give access to the SQLite3 library from VBA. It provides a high-performance path to the SQLite3 API functions, preserving the semantics of the SQLite3 library calls and allowing access to the distributed SQLite3.dll without recompilation.

Release Details

The current release has the following parts:

Distribution directory

Source directory

Getting Started

Sample projects

Related Projects

Support

Create a new GitHub Issue. You are also welcome to contact me directly at mailto:govert@icon.co.za with questions, comments or suggestions.