I'm designing a trade management system. I want to be able to enter in values into excel and have python do some computation (rather than excel). Is this even possible?
With openpyxl I have to enter in the value to excel, save, close, run the script, reopen excel. This is an unacceptable in terms of the design criteria.
Can any one recommend a better way to have a live interface which updates when values are changed in the cells ? Ideally I would like to remain with excel