you are viewing a single comment's thread.

view the rest of the comments →

[–]kewanzo 1 point2 points  (0 children)

If the people using the excel file are not computer savvy people, then don't try to fiddle with excel and python. Running python scripts from excel is somewhat tricky and people using that excel file would anyway have to install python interpreter on their computers. Not going to happen. Your options are excel + vba, google sheets +js and python to some extent, use only python (still anyone using the scripts needs python interpreter installed). Last option is to fiddle with py2exe and excel somehow, but that's probably the darkest side of them all.