Skip to content

File Formats

ActionShortcut
New fileCtrl+N
Open fileCtrl+O
SaveCtrl+S
Quick Open (recent files)Ctrl+P

Press Ctrl+P to see a list of recent files. Type to filter, then press Enter to open.

VisiGrid’s native format uses SQLite-based .vgrid files. These are:

  • Fast to save and load
  • Crash-safe (atomic writes)
  • Self-contained (no external dependencies)

VisiGrid can import and export Excel .xlsx files, preserving cell values, formulas, and formatting.

VisiGrid can import and export CSV files for data interchange.

VisiGrid automatically saves your session on quit and restores it on next launch:

Terminal window
visigrid # Restore previous session
visigrid --no-restore # Start fresh
visigrid -n # Start fresh (short form)
visigrid file.vgrid # Open specific file (skip session)

Session includes: current file, scroll position, selection, panel states, theme.

VisiGrid supports per-project workspaces. Create a .visigrid marker file in your project root:

Terminal window
touch /path/to/project/.visigrid

When you open VisiGrid from within that directory, it loads/saves a project-specific session instead of the global one.