rtd.pub

Easily stream realtime data into Excel

Launch your realtime Excel integration in minutes. No Excel API knowledge required. 🪄

Install our native Excel add-in and use the provided Python, Go, or TypeScript SDKs to send encrypted cell values to your workbooks, through our fully managed, multi-region, zero knowledge gateway. Only key holders (you and your team) can see the data.

So, with that out of the way, let's pump in some numbers 🔢

client, _ := rtdpub.Connect("key", "secret")
defer client.Close()
for i := 0; i < 5000; i++ {
  client.Publish("sales.today.count", i)
  time.Sleep(1 * time.Second)
}

Add a cell =RTDPUB("sales.today.count") 🪄

And watch your workbook come to life! ✨ 📈

If you'd rather keep your data inside your own network, that's fine. The gateway can be installed on-prem, or provisioned via the cloud marketplaces.

Closed beta coming soon. Interested? Give us a shout at cells@rtd.pub