简体   繁体   中英

Is there a way to allow duplex printing in excel using python?

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 ?

I am currently making excel file using xlswriter but it seems there is no option for duplex printing in the document.

Duplex printing is a function of the printer and not the document so it cannot be controlled by XlsxWriter.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM