Skip to content
Zed

Text Spreadsheet for Zed

io.github.demos-ra/text-spreadsheet

Let your AI read a whole spreadsheet as tab-separated text — Excel, ODS, SQLite and more

client:Zed transport:stdio runtime:pypi

Install Text Spreadsheet in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "text-spreadsheet": {
      "command": "uvx",
      "args": [
        "text-spreadsheet"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Text Spreadsheet in other clients