Skip to content

Commit 1f3bd5c

Browse files
authored
Update README.md
1 parent 926ba4f commit 1f3bd5c

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
# Excel-Database-Converter-Excel-
2-
# This is a program for export/import a Excel file to the database.
3-
# Test environment: MS Office 2019 Home And Student + Mysql 8.0.28, it works well.
4-
# The program is based on Python, it uses the sqlalchemy, MySQLdb, pandas and PySide2.
5-
# This the first time I try to upload a programs, if this helps you and you like it, click the stars and I will appreciate it.
1+
# Excel-Database-Converter
2+
This is a program for export/import a Excel file to the database.
3+
Test environment: MS Office 2019 Home And Student + Mysql 8.0.28, it works well.
4+
The program is based on Python, it uses the sqlalchemy, MySQLdb, pandas and PySide2.
5+
This the first time I try to upload a programs, if this helps you and you like it, click the stars and I will appreciate it.
66

77
# How to use:
8-
# 1.Download the releases pack and unzip it, find the 'Converter.exe' and run it directly. You can run it without installing any other software in this way.
9-
# 2.Download all the files and open it in a IDE like Pycharm, run the 'main.py' so that you can see the window out.
8+
1.Download the releases pack and unzip it, find the 'Converter.exe' and run it directly. You can run it without installing any other software in this way.
9+
2.Download all the files and open it in a IDE like Pycharm, run the 'main.py' so that you can see the window out.
1010

11-
# 这是一个用于导入/导出 Excel 文件的程序
12-
# 测试环境:微软Office 2019 + Mysql 8.0 28
13-
# 项目基于Python以及一些关于数据库操作的第三方库
14-
# 如果喜欢我的项目的话,就给个小星星吧~
11+
# Excel 数据库 导入导出工具
12+
这是一个用于导入/导出 Excel 文件的程序
13+
测试环境:微软Office 2019 + Mysql 8.0 28
14+
项目基于Python以及一些关于数据库操作的第三方库
15+
如果喜欢我的项目的话,就给个小星星吧~
1516

1617
# 使用方法:
17-
# 1.下载发布版本(在右边的Releases那里),解压后在文件夹里面找到 Converter.exe ,直接打开它就好啦。
18-
# 2.下载全部代码文件,用python的编译器打开 main.py ,然后编译运行也可以哦。
18+
1.下载发布版本(在右边的Releases那里),解压后在文件夹里面找到 Converter.exe ,直接打开它就好啦。
19+
2.下载全部代码文件,用python的编译器打开 main.py ,然后编译运行也可以哦。

0 commit comments

Comments
 (0)