!python read data from mysql and export to xecel

31

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

Comments

Submit
0 Comments