8000 GitHub - L-Lawliet/excel2json: 把Excel表单转换成json对象,并保存到一个文本文件中,并支持生成C# class数据定义代码。
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

把Excel表单转换成json对象,并保存到一个文本文件中,并支持生成C# class数据定义代码。

License

Notifications You must be signed in to change notification settings

L-Lawliet/excel2json

 
 

Repository files navigation

excel2json

详细帮助文档请见:https://neil3d.github.io/app/excel2json.html

命令行参数

  • -e, –excel Required. 输入的Excel文件路径.
  • -j, –json 指定输出的json文件路径.
  • -s, –sql 指定输出的SQL文件路径.
  • -p, –csharp 指定输出的C#数据定义代码文件路径.
  • -h, –header Required. 表格中有几行是表头.
  • -c, –encoding (Default: utf8-nobom) 指定编码的名称.
  • -l, –lowcase (Default: false) 自动把字段名称转换成小写格式.
  • -a 序列化成数组

COVER

About

把Excel表单转换成json对象,并保存到一个文本文件中,并支持生成C# class数据定义代码。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%
0