python追加写入excel文件

      python追加写入excel文件
import jmespath
import json
import xlrd
from xlutils.copy import copy

i = {
   'headers': [], 'datas': [{
   'id': 'ae2f0000-1b7a-e200-6376-08d8f5da1be1', 'fax': '8605925160700', 'userId': '57585bd0-0097-4a6d-ba93-9c14077bd9ac', 'name': '北大学', 'englishName': 'Kuphal University25827', 'telephone': '0373-4444444', 'contactsPhone': '15092525827', 'contactsFullName': '司马无情5827', 'email': '15092525827@827qq.com', 'uploadConferenceProcess': None, 'uploadItemProcess': None, 'uploadedExhibitNum': '100', 'exhibitNum': None, 'bventCode': None, 'businessAccount': 'export15092525827', 'packageType': None, 'countryArea': '中国', 'countryAreaId': None, 'countryAreaEn': None, 'groupCode': None, 'groupName': None, 'city': None, 'poorCounty': None, 'commerceName': None, 'exhibitonAreaAndBoothNoName': None, 'commerceList': None, 'latestUpdatedDate': '2021-04-02 21:41:51', 'personStatus': None, 'machineStatus': 'Approved', 'personRejectMsg': None, 'machineRejectMsg': None}, {
   'id': 'ae2f0000-1b7a-e200-700a-08d8f5da129b', 'fax': '8605925160700', 'userId': '66a7aceb-24fe-4f8f-a130-3f2ac101ec4b', 'name': '北大学', 'englishName': 'Hartmann College73271', 'telephone': '0373-4444444', 'contactsPhone': '18038273271', 'contactsFullName': '司马无情3271', 'email': '18038273271@271qq.com', 'uploadConferenceProcess': None, 'uploadItemProcess': None, 'uploadedExhibitNum': '0', 'exhibitNum': None, 'bventCode': None, 'businessAccount': 'export18038273271', 'packageType': None, 'countryArea': '中国', 'countryAreaId': None, 'countryAreaEn': None, 'groupCode': None, 'groupName': None, 'city': None, 'poorCounty': None, 'commerceName': None, 'exhibitonAreaAndBoothNoName': None, 'commerceList': None, 'latestUpdatedDate': '2021-04-02 21:36:53', 'personStatus': None, 'machineStatus': 'Approved', 'personRejectMsg': None, 'machineRejectMsg': None}, {
   'id': 'ae2f0000-1b7a-e200-8de

你可能感兴趣的:(记录,python)