Skip to content

Commit 022405d

Browse files
authored
Update README.md
1 parent 80c7d4d commit 022405d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# MySQL-Script-Generator
22
Simple program that generates a MySQL script to insert values contained in a given .xlsx file.
33

4-
The xlsx file must follow this format: -First row is the table columns names
5-
6-
-Other rows are the values to insert
4+
The xlsx file must follow this format:
5+
-First row is the table columns names
6+
-Other rows are the values to insert
77

88
## Setup
99
To be able to run the program, you will need to install openpyxl by running this command:

0 commit comments

Comments
 (0)