Skip to content

JSON to Excel是一款Microsoft Excel插件,可以在Excel环境中将JSON数据转换为Excel表格,支持扁平模式和嵌套模式两种转换方式。

Notifications You must be signed in to change notification settings

he-yang/JSON-to-Excel-zh-CN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON to Excel

JSON to Excel是一款Microsoft Excel插件,可以在Excel环境中将JSON数据转换为Excel表格,支持扁平模式和嵌套模式两种转换方式。

文档

https://json-to-excel.wtsolutions.cn/zh-cn/latest/

系统要求

本插件支持以下版本:Excel 2013 Service Pack 1或更高版本、Excel 2016 for Mac、Excel 2016或更高版本、Excel Online、Mac版Excel、Office 365等。

获取插件

  • 在Excel 2013/2016、Excel Online或Office 365中打开新工作表
  • 开始标签或插入标签 > 加载项
  • 在搜索框中输入"JSON-to-Excel"
  • 按照屏幕提示安装插件,安装完成后会在开始标签中看到JSON-to-Excel按钮
  • 开始标签 > JSON转Excel > 转换
  • 现在可以开始使用本插件

使用插件

  • 准备您的JSON数据
  • 将JSON数据填入JSON-to-Excel的文本区域
  • 选择转换模式,点击Go按钮

转换示例

JSON转Excel示例

输入

[
    {
        "name": "John",
        "contact": {
            "email": "[email protected]",
            "phone": "1234567890"
        }
    },
    {
        "name": "Jane",
        "contact": {
            "email": "[email protected]",
            "phone": "0987654321"
        }
    }
]

输出

使用Flat JSON模式

name contact
John {"email":"[email protected]","phone":"1234567890"}
Jane {"email":"[email protected]","phone":"0987654321"}

使用Nested JSON模式

name contact.email contact.phone
John [email protected] 1234567890
Jane [email protected] 987654321

文档

https://json-to-excel.wtsolutions.cn/zh-cn/latest/

About

JSON to Excel是一款Microsoft Excel插件,可以在Excel环境中将JSON数据转换为Excel表格,支持扁平模式和嵌套模式两种转换方式。

Topics

Resources

Stars

Watchers

Forks