STEVEN VAN DORPE

Results 1 comments of STEVEN VAN DORPE

> Looks like a pywin32 bug to me, `xlwings.Sheet("Invoice").xl_sheet.PrintOut(Copies=2)` should work. What about just doing the following as a workaround? > > ``` > copies = 2 > for i...