- 授权协议: GPL
- 开发语言: Groovy
- 操作系统: 跨平台
- 软件首页: https://github.com/aruis/xls2json
- 软件文档: https://github.com/aruis/xls2json
- 官方下载: https://github.com/aruis/xls2json
软件介绍
把xls及xlsx转化成json
USE
-
java -jar -Dfile=/yourpath/yourfile.xls /yourpath/xls2json-1.1-all.jar
-
运行之后,会在youfile.xls文件旁边生成out_array.json以及out_object.json两种格式json文件
Notice
-
需要事先准备jre环境
-
xls文件第一行需要是列名行,可以参考example.xls
