Skip to content
Zed

xlsx for ai for Zed

io.github.senoff/xlsx-for-ai

50 spreadsheet tools for .xlsx: recalc formulas, repair broken refs, read/write, diff, audit.

client:Zed transport:stdio runtime:npm

Install xlsx for ai in Zed

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

{
  "context_servers": {
    "xlsx-for-ai": {
      "command": "npx",
      "args": [
        "-y",
        "xlsx-for-ai"
      ]
    }
  }
}

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

xlsx for ai in other clients