python36--将数据保存为excel

#!/usr/bin/env python # -*- coding: utf-8 -*- import xlwt import os class ExcelHelper(object): @staticmethod def create_excel(column_heads, row_items, file_path): book = xlwt.Workboo
相关文章
相关标签/搜索