从 MS Excel 访问 Redis?
我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想我通过 XLLoop http://xlloop.sourceforge.net/ 找到了我想要的东西
I think I found what I want with XLLoop http://xlloop.sourceforge.net/
让自己成为一个基于 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