I know I can open MS Excel application using win32com by setting Visible to true
Can I use xlrd or xlwt do the same?
I know I can open MS Excel application using win32com by setting Visible to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
xlrd and xlwt are both libraries for reading Excel’s files (that is, the storage format) – they have no connection to the actual Excel executable or libraries (they don’t even require that Excel is installable on the system in question (I’m using them, for example on a CentOS machine).
If you simply want to lauch Excel you can use
subprocess: