Skip to content

Instantly share code, notes, and snippets.

@greencm
Created June 26, 2013 18:29
Show Gist options
  • Save greencm/5870011 to your computer and use it in GitHub Desktop.
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 &
#!/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