! Python leia dados do MySQL e exporte para Xecel

from pymysql import* 
import xlwt 
import pandas.io.sql as sql
Beautiful Badger