python 生成excel

# !/usr/bin/env python# -*- coding: utf-8 -*-import MySQLdbfrom datetime import datetimeimport  cx_Oracleimport osimport xlwtimport sysreload(sys)sys.setdefaultencoding(‘utf-8’)os.environ[‘NLS_LANG’] …