Using Python to add data from Excel to the database through input_database.py.Can be achieved through check.py or UI.pyw to verify whether the data in other Excel is in the database.When the data in excel is update can use updata.py to updata data in database,using database data for comparative updates.The UI. pyw file has an interface for querying and updating data.
利用python将excel中的数据上传到数据库中,可以通过check.py或UI.pyw文件来验证其他excel中的数据是否在数据库中。当excel的数据文件更新时可以利用updata.py文件向数据库中更新数据,利用数据库数据来进行对比更新。UI.pyw文件具有操作界面,可以在上面进行查询和更新数据。