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
相關文章
相關標籤/搜索