There was an error while loading. Please reload this page.
1 parent 80c7d4d commit 022405dCopy full SHA for 022405d
README.md
@@ -1,9 +1,9 @@
1
# MySQL-Script-Generator
2
Simple program that generates a MySQL script to insert values contained in a given .xlsx file.
3
4
-The xlsx file must follow this format: -First row is the table columns names
5
-
6
- -Other rows are the values to insert
+The xlsx file must follow this format:
+ -First row is the table columns names
+ -Other rows are the values to insert
7
8
## Setup
9
To be able to run the program, you will need to install openpyxl by running this command:
0 commit comments