I am trying to find a way to configure my excel sheet to duplex printing using python.
I am currently making excel file using xlswriter but it seems there is no option for duplex printing in the document.
I could modify the excel file using some other code to allow duplex writer just before I print.
Has anyone has a way to allow duplex printing an existing document using python ?