rtd.pub

Easily stream realtime data into Microsoft Excel

Launch your realtime Microsoft Excel integration in minutes. No .NET or C knowledge required. 🪄

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

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.

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)
}

Hook up the topic to a cell with a formula: =RTDPUB("sales.today.count") 🪄

Stand back, and watch your workbook come to life! Excellent. ✨ 📈

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