Closed GliderGeek closed 8 years ago
Why not open the file directly? Libre Office for Linux, Windows has a command to open a file in the standard application as if you double-click the file. Op 16 dec. 2015 14:55 schreef "GliderGeek" notifications@github.com:
after analysis, there should be an icon to be clicked which leads you to the folder in which the excel sheet is placed
— Reply to this email directly or view it on GitHub https://github.com/GliderGeek/PySoar/issues/30.
good point, this would be preferable. i dont get it to work directly. should be some combination of the subprocess module of python and the correct terminal command.
In Windows you can just use os.system("filename.xls"), in my experience.
Roel
On Thu, Dec 17, 2015 at 12:32 AM, GliderGeek notifications@github.com wrote:
good point, this would be preferable.
— Reply to this email directly or view it on GitHub https://github.com/GliderGeek/PySoar/issues/30#issuecomment-165284652.
implemented in commit 9f6556b4f4d17951e4f43950972f03cf30ab784d
after analysis, there should be an icon to be clicked which leads you to the folder in which the excel sheet is placed.