Skip to content

yappo/p5-git-xlsx-textconv.pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

git-xlsx-textconv.pl - git text converter for xlsx file

git diff wrapper for xlsx file.

install

$ cpanm Spreadsheet::XLSX
$ cp git-xlsx-textconv.pl $PATH/

.gitconfig

[diff "xlsx"]
    binary = true
    textconv = $PATH/git-xlsx-textconv.pl

.gitattributes in your project repository

*.xlsx diff=xlsx

LICENSE

Copyright (C) Kazuhiro Osawa 2014-

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages