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

https://github.com/Rotifer/VBA_SQL_GENERATOR


https://github.com/Rotifer/VBA_SQL_GENERATOR

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# VBA_SQL_GENERATOR

- Code to create SQL code from an Excel sheet.
- Call a few Excel VBA UDFs to generate PostgreSQL-compatible _CREATE TABLE_ and _INSERT INTO_ SQL statements.
- See the notes in the accompanying file [Using Excel VBA to convert sheet data into executable SQL](https://github.com/Rotifer/VBA_SQL_GENERATOR/blob/main/sql_generator_notes.md)