- Download the xdoc2txt tool from: http://ebstudio.info/home/xdoc2txt.html#download
- extract "xdoc2txt.exe" and locate it on your PATH folder
- edit your gitattributes as A:
- edit your gitconfig as B:
*.xls diff=xdoc2txt
*.xls diff=xdoc2txt
| <?php | |
| $a = []; | |
| //$s = 123456; | |
| $s = 's6tbdfgj222dJGk'; | |
| $rs = str_repeat("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", 10); | |
| $numGen = function() { | |
| return rand(1, 9999999); | |
| }; |