# excel2json **Repository Path**: wwwlib/excel2json ## Basic Information - **Project Name**: excel2json - **Description**: 把Excel表转换成json对象,并保存到一个文本文件中。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-03-29 - **Last Updated**: 2021-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ![COVER](https://neil3d.github.io/assets/img/excel2json/cover.jpg)