Skip to content

Commit

Permalink
Use DispatchEx to launch Excel to not interfere with any open Excel w…
Browse files Browse the repository at this point in the history
…indows
  • Loading branch information
blnicho committed Jun 17, 2019
1 parent fa6ce97 commit 57104ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyutilib/excel/spreadsheet_win32com.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# set a flag to tell the ExcelSpreadsheet class that it should
# raise an exception in its constructor.
#
from win32com.client.dynamic import Dispatch
from win32com.client import DispatchEx as Dispatch
from pythoncom import CoInitialize, CoUninitialize, com_error

from pyutilib.excel.base import ExcelSpreadsheet_base
Expand Down

0 comments on commit 57104ba

Please sign in to comment.