|
1 | 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. |
| 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. |
6 | 6 |
|
7 | | -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. |
| 7 | +# 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. |
10 | 10 |
|
11 | | -这是一个用于导入/导出 Excel 文件的程序 |
12 | | -测试环境:微软Office 2019 + Mysql 8.0 28 |
13 | | -项目基于Python以及一些关于数据库操作的第三方库 |
14 | | -如果喜欢我的项目的话,就给个小星星吧~ |
| 11 | +# 这是一个用于导入/导出 Excel 文件的程序 |
| 12 | +# 测试环境:微软Office 2019 + Mysql 8.0 28 |
| 13 | +# 项目基于Python以及一些关于数据库操作的第三方库 |
| 14 | +# 如果喜欢我的项目的话,就给个小星星吧~ |
15 | 15 |
|
16 | | -使用方法: |
17 | | -1.下载发布版本(在右边的Releases那里),解压后在文件夹里面找到 Converter.exe ,直接打开它就好啦。 |
18 | | -2.下载全部代码文件,用python的编译器打开 main.py ,然后编译运行也可以哦。 |
| 16 | +# 使用方法: |
| 17 | +# 1.下载发布版本(在右边的Releases那里),解压后在文件夹里面找到 Converter.exe ,直接打开它就好啦。 |
| 18 | +# 2.下载全部代码文件,用python的编译器打开 main.py ,然后编译运行也可以哦。 |
0 commit comments