Jun-25-2017, 02:47 AM
I use openpyxl in python 3.6.1 to read/write xlsm file of Excel 2010.
Is there a way to access the file, that has been opened manually, without open it again in code? Thanks.
Is there a way to access the file, that has been opened manually, without open it again in code? Thanks.
1 |
my code here |