I need to convert an Excel file into a CVS in Python, but I cannot use open-source libraries like pandas, openpyxl etc. Is there a way to do this using Python standard libraries?
csv.reader
with the dialect of ‘excel’ can only read Excel-generated CSV files.
Ebrahymn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4