/Python-Eazy-Excel

Easily without switching between columns and rows in Excel, directly get your table listed in CSV using python. 👨‍💻

Primary LanguagePythonApache License 2.0Apache-2.0

Python-Eazy-Excel

Easily without switching between columns and rows in Excel, directly get your table listed in CSV using python.

The output format is in CSV (Comma-separated values), which you can later export to excel .xlxs file using any software like excel, numbers.

Requisites

  • csv module for python pip install csv

Screenshots