I'd like to know if it is possible to write a python script which will make Windows 7 open a non-xls file with Excel, such as:
file_path = somefile
open_file_with_excel(filepath)
The script should find Excel application, because Excel's installation directory is not same in every PC.