! Python odczytane dane z MySQL i eksport do XECEL

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