Is there a way to convert excel to csv in python 2.6?

93 views Asked by At

Currently, I have a 2.6 version of python on my windows machine. I intended to use pandas, xlrd, and openpyxl for excel parsing, but since pip is not installed automatically in v2.6, I tried to install it manually, but pip has discontinued its services to 2.6 python, and I was unable to install any package file required to parse excel. Is it possible to convert Excel to CSV in python 2.6?

0

There are 0 answers