#xlsx #spreadsheet #xls #text #tool #command #file

app spreadsheet_textconv

Command tool for converting spreadsheet file (e.g.: .xlsx, .xls) to text

1 unstable release

Uses old Rust 2015

0.1.0 Jan 2, 2018

#8 in #xls

MIT license

4KB
63 lines

spreadsheet_textconv

Command tool to convert spreadsheet file (e.g.: .xlsx, .xls) to text.

Usage

$ spreadsheet_textconv /file/to/spreadsheet-file

with git diff

$ echo "*.xlsx diff=xlsx" >> .gitattributes
$ git config --global diff.xlsx.binary true
$ git config --global diff.xlsx.textconv path/to/spreadsheet_textconv

License

MIT

See also

This tool is ported from Golang version.

And there are several ports:

Dependencies

~13MB
~320K SLoC