mysql写到excel_使用Python从 MySQL写数据到Excel
直接上代碼:#!/usr/bin/env?python
#coding:utf-8
import?xlwt
import?MySQLdb
import?datetime
database?=?MySQLdb.connect(host=‘192.168.1.30‘,user=‘root‘,passwd=‘123456‘,db=‘crm‘)
#設(shè)置字符集
database.set_character_set(‘utf8‘)
cursor?=?database.cursor()
cursor.execute(‘SET?NAMES?utf8;‘)
cursor.execute(‘SET?CHARACTER?SET?utf8;‘)
cursor.execute(‘SET?character_set_connection=utf8;‘)
starttime?=?datetime.datetime.now()
print?‘開始時間:%s‘?%?(starttime)
#通過SQL得到該表有多少行,如果想取出指定的數(shù)據(jù),只需要在后面加where條件即可。
sql2?=?‘select?count(*)?from?bill_test;‘;
cursor.execute(sql2)
count_rows=cursor.fetchone()[0]
wbk?=?xlwt.Workbook(encoding=‘utf-8‘,style_compression=0)
sheet?=?wbk.add_sheet(‘sheet?1‘,?cell_overwrite_ok=True)
#設(shè)置寫excel的樣式
style?=?xlwt.XFStyle()
font?=?xlwt.Font()
font.name?=?‘Times?New?Roman‘
#0x0190設(shè)置字體為20,默認為0x00C8?字體為10?,0x00C8為十六進制的數(shù)字
font.height?=?0x0190
font.bold?=?True
style.font?=?font
#查詢得到該表有多少列
query_colums="select?count(*)?from?information_schema.COLUMNS?where?TABLE_SCHEMA=‘crm‘?and?table_name=‘bill_test‘;"
cursor.execute(query_colums)
count_cols?=?cursor.fetchone()[0]
sql?=?‘select?member_id,?name,?tel,?phone,?dq_datetime,?address,?parking?from?bill_test;‘
cursor.execute(sql)
#定義所有的列名,共7列
columnName?=?[‘賬號‘,‘名稱‘,‘電話‘,‘手機‘,‘到期日期‘,‘地址‘,‘園區(qū)名稱‘]
#將列名插入表格,共7列
for?i?in?range(len(columnName)):
sheet.write(0,i,columnName[i],style)
#通過循環(huán)取出每一行數(shù)據(jù),寫入excel
for?i?in?range(1,count_rows-1):
data?=?cursor.fetchone()
for?j?in?range(0,count_cols-1):
sheet.write(i,j,data[j],style)
cursor.close()
database.close()
wbk.save(‘C:\Users\XUWU\Desktop\data01.xls‘)
endtime=datetime.datetime.now()
print?‘結(jié)束時間:%s‘?%?(endtime)
print?‘用時:%s?秒‘?%?(endtime-starttime)
執(zhí)行情況:
原文:http://xumingjiang.blog.51cto.com/703960/1884261
總結(jié)
以上是生活随笔為你收集整理的mysql写到excel_使用Python从 MySQL写数据到Excel的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 长城推出猎金部落 G11 金牌全模组 A
- 下一篇: 式纸之舞·天使审判是谁的奥义?