Redis access from MS Excel?

独自空忆成欢 提交于 2019-12-12 10:56:19

问题


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/


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/3356792/redis-access-from-ms-excel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!