top of page
  • Zach Pfeffer

Export MySQL to Excel with Python


Overview

Verified Python code for creating and exporting 2 MySQL tables to Excel using mysql.connector and openpyxl.

Code

References

Python icon from: https://www.python.org/

bottom of page