Created
June 26, 2013 18:29
-
-
Save greencm/5870011 to your computer and use it in GitHub Desktop.
Execute excel 2010 against a cygwin page. e.g. excel.sh foo.csv &
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
exec /cygdrive/c/Program\ Files\ \(x86\)/Microsoft\ Office/Office14/EXCEL.EXE `cygpath -w $1` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment