You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually when you freeze a python script that can take arguments at the command line the EXE file works the same. python foo.py arg1 agr2
works the same as foo.exe arg1 arg2
This does not seem to work in xlwings.
Usually when you freeze a python script that can take arguments at the command line the EXE file works the same.
python foo.py arg1 agr2works the same as
foo.exe arg1 arg2This does not seem to work in xlwings.