I want to modify the existing worksheet. When I input
from xlutils.copy import copy
then I got
ImportError: No module named copy
I have try reinstall xlutils from different ways, it still doesn't work. Lib\site-packages\xlutils\copy.py is also existing. How can I do about this? thanx :)