Skip to content

Visidata

  • Open Excel sheet of interest in visidata
  • Save the file, when prompted for name, change extension to .csv
  • 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
Terminal window
# uv install option
## uv will include windows-curses
## openpyxl for Excel support
uv tool install visidata
# pip install option
# Install visidata requirements
pip install visidata windows-curses
# For Excel files support
pip install openpyxl