/spreadsheet_textconv

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

Primary LanguageRustMIT LicenseMIT

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: