This repository is showcasing a very simple script to make importing Excel (Like the Test Excel table provided in the repository) to a SQLite database easier. The python script creates a simple GUI ...
echo "# sqlite3_excel-vba" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/yossym/sqlite3_excel-vba.git ...