Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neil3d/excel2json
把Excel表转换成json对象,并保存到一个文本文件中。
https://github.com/neil3d/excel2json
excel excel2json json
Last synced: 4 days ago
JSON representation
把Excel表转换成json对象,并保存到一个文本文件中。
- Host: GitHub
- URL: https://github.com/neil3d/excel2json
- Owner: neil3d
- License: mit
- Created: 2014-10-24T04:19:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:48:31.000Z (about 2 years ago)
- Last Synced: 2025-01-11T05:06:38.854Z (11 days ago)
- Topics: excel, excel2json, json
- Language: C#
- Homepage: https://neil3d.github.io
- Size: 7.2 MB
- Stars: 1,777
- Watchers: 72
- Forks: 493
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# excel2json
详细帮助文档请见:[https://neil3d.github.io/coding/excel2json.html](https://neil3d.github.io/coding/excel2json.html)
## 命令行参数
* -e, –excel Required. 输入的Excel文件路径.
* -j, –json 指定输出的json文件路径.
* -h, –header Required. 表格中有几行是表头.
* -c, –encoding (Default: utf8-nobom) 指定编码的名称.
* -l, –lowcase (Default: false) 自动把字段名称转换成小写格式.
* -a 序列化成数组
* -d, --date:指定日期格式化字符串,例如:dd / MM / yyy hh: mm:ss
* -s 序列化时强制带上sheet name,即使只有一个sheet
* -exclude_prefix: 导出时,排除掉包含指定前缀的表单和列,例如:-exclude_prefix #
* -cell_json:自动识别单元格中的Json对象和Json数组,Default:false![Excel](./Docs/excel.png)
![GUI](./Docs/gui.png)
![CMd](./Docs/cmd.png)