! Python Read Data из MySQL и экспорт в XECEL

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