https://github.com/Rotifer/VBA_SQL_GENERATOR
https://github.com/Rotifer/VBA_SQL_GENERATOR
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Rotifer/VBA_SQL_GENERATOR
- Owner: Rotifer
- Created: 2022-06-13T20:06:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T10:45:50.000Z (11 months ago)
- Last Synced: 2024-08-13T07:18:13.653Z (8 months ago)
- Language: VBA
- Size: 172 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Rotifer/VBA_SQL_GENERATOR - (VBA)
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)