Usually I use the following code to open an excel workbook in the background:
import xlwings as xw app = xw.App(visible=False) wb = xw.Book(filename) sheet =