从 MS Excel 访问 Redis?

发布于 2024-09-12 01:19:27 字数 275 浏览 3 评论 0原文

我想使用 Redis 从命令行、脚本、Web 和电子表格中查询数据。除了电子表格之外,我可以找到很好的例子...... 不过,我不太知道从哪里开始访问 MS Excel 电子表格。谷歌让我失望了。

请让我知道您建议如何执行此操作,谢谢!

ps 对于那些不熟悉的人来说,redis 是一个键值数据存储,描述如下: http://code.google.com/ p/redis/

I would like to use redis to query data from commandline, scripts, web and from within spreadsheets. I can find good examples for all but spreadsheets...
I don't quite know where to start for access from a MS Excel spreadsheet, though. Google is failing me.

Please let me know how you would suggest doing this, thanks!

p.s. for those unfamiliar redis is a key-value datastore described here: http://code.google.com/p/redis/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无力看清 2024-09-19 01:19:28

我想我通过 XLLoop http://xlloop.sourceforge.net/ 找到了我想要的东西

I think I found what I want with XLLoop http://xlloop.sourceforge.net/

≈。彩虹 2024-09-19 01:19:28

让自己成为一个基于 RESTful/SOAP 的 Web 服务来包装您想要部署的 Redis 功能,然后从 Excel 访问它。

Excel Web 服务工具包 http://oreilly.com/pub/h/1306

make yourself a RESTful/SOAP based webservice to wrap around the redis functionality you want to deploy, and then access it from excel.

excel web services toolkit http://oreilly.com/pub/h/1306

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文