1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2018年1月2日 |
---|
#8 in #xls
4KB
63 行
spreadsheet_textconv
将电子表格文件(例如:.xlsx, .xls)转换为文本的命令工具。
用法
$ spreadsheet_textconv /file/to/spreadsheet-file
与git diff一起使用
$ echo "*.xlsx diff=xlsx" >> .gitattributes
$ git config --global diff.xlsx.binary true
$ git config --global diff.xlsx.textconv path/to/spreadsheet_textconv
许可证
MIT
另请参阅
此工具是从Golang版本移植的。
还有几个移植版本
依赖项
~13MB
~320K SLoC