可以使用python的pandas库和sqlalchemy库来实现从excel导入mysql数据库。使用pandas的read_excel函数读取excel文件,然后使用to_sql函数将数据导入到mysql数据库中。