I am using Python in a Linux (Ubuntu) environment.
How do I go about writing a comment into a cell in an Excel file (say,MyFile.xls)?
I know that it is possible to write values. Yet, how do I go about writing a comment?
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.
On Windows (with Excel installed) you could use COM from Python: this class wraps it nicely for you.
But on Linux, you’ll need to use xlwt.