Visidata
Convert Excel to CSV
Section titled “Convert Excel to CSV”- Open Excel sheet of interest in visidata
- Save the file, when prompted for name, change extension to
.csv
Install Visidata on Windows
Section titled “Install Visidata on Windows”- Use Python interpreter with a supported version of windows-curses
- Create a virtual environment like in conda if needed like 3.11
- If the current Python interpreter supports windows-curses, recommend use pipx instead
# uv install option## uv will include windows-curses## openpyxl for Excel supportuv tool install visidata
# pip install option# Install visidata requirementspip install visidata windows-curses
# For Excel files supportpip install openpyxl