Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neil3d committed Jun 10, 2018
1 parent 661d954 commit f3940ca
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
excel2json
==========
# excel2json

详细帮助文档请见:[https://neil3d.github.io/app/excel2json.html](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 序列化成数组
## 命令行参数

* -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](https://neil3d.github.io/assets/img/excel2json/cover.jpg)

0 comments on commit f3940ca

Please sign in to comment.