! Python membaca data dari mysql dan ekspor ke xecel

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