简体   繁体   中英

Alternative to xlrd, xlwt and xlutils in python

Are there any alternative to xlrd, xlwt and xlutils for handling MS Excel in python? As far as I know, their licensing does not allow it to be used for commercial purpose and I was wondering if there are any alternative to that other than using COM.

I think openpyxl is worth a try: http://packages.python.org/openpyxl/

Haven't used it myself, but is used in pandas , a data analysis library.

openpyxl绝对值得试用,但要记住它只支持XLSX文件,而xlrd / xlwr只支持XLS文件。

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