#!/usr/bin/env python #-*- coding:utf-8 -*- from json2xls.json2xls import Json2Xls json_data = u'''[ {"姓名": "John", "年龄": 30, "性别": "男"}, {"姓名 ...