Install xlwt, xlrd, and xlwtxlrd on windows 7 and linux

Source: Internet
Author: User

Install xlwt, xlrd, and xlwtxlrd on windows 7 and linux

Install xlwt xlrd on windows 7

Xlwt is a python library written in the open source community, which needs to be installed separately, https://pypi.python.org/pypi/xlwt

The latest version of xlwt is 1.3.0. download it from the webpage and decompress it. In the cmd command line window, go to the decompressed directory and execute setup. py install to install the xlwt library, as shown below:

Install xlrd in the same way.

Install xlrd xlwt on linux

If the connected network is normal, enter pip install xlrd on the terminal to install xlrd. Enter pip install xlwt to install xlwt. You can also install python setup. py install in the installation directory by using the downloaded source code package. As follows:

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.