Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Redis access from MS Excel?

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/

like image 479
goger Avatar asked Jul 28 '10 19:07

goger


2 Answers

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

like image 129
goger Avatar answered Oct 06 '22 01:10

goger


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

like image 42
jellyfishtree Avatar answered Oct 06 '22 00:10

jellyfishtree