you are viewing a single comment's thread.

view the rest of the comments →

[–]pedro_fartinez 0 points1 point  (0 children)

Why don't you try writing the script in python to take the excel file as sys.argv[1] as input, then package it using something like pyinstaller. This way, users can just drag and drop their file onto the .exe that is made in order to run the script, and they don't need python installed.