No Picture
REST API

TweetSentiments now in the cRest Excel library

Interpreting sentiment from phrases. I came across http://tweetsentiments.com/ the other day, which is a service that tries to analyze the sentiment expressed in a phrase. The are using a technique called Support Vector machines.  You can read […]

No Picture
Visualization

How to use the Excel Roadmapper

Excel Roadmapper from simple table data Some time ago, I showed how to develop a VBA roadmapper on the ramblings website. I’ve noticed that most of my visitors to that topic simply download the finished workbook […]

No Picture
REST API

Google Finance Added to crest Library

Managing stock portfolio in Excel In a previous entry, I described how to add new entries to the rest-Excel library. Up till now we’ve just looked at populating static data in a worksheet with data […]

No Picture
Json

Adding to the crest- Excel Library

Following the post earlier on rest-jSon-Excel in one line of code , I found that you can do the research and add a new library entry in about 10 minutes. Here is a query to populate […]

No Picture
REST API

rest library for Excel

Eliminating repetitive coding of Excel web service integration I find myself writing more and more web service to Excel integrations. Here are just a few examples of webservice-Excel integrations from the excel ramblings site. I […]

No Picture
Deprecated

Repository for VizMap generated applications

What are generated VizMap applications These are mapping applications integrating Google Maps, Google Earth, Google Visualizations and Twitter. Here is an example screenshot. They are data driven in the sense that the applications are generated […]

No Picture
Json

Excel-jSon-Excel in one line of code

Excel-jSon-Excel in one line of code On the ramblings site, I set myself the challenge to write some classes that could be invoked to convert an entire Worksheet to jSon, or alternatively, to consume a […]

No Picture
No category

Ramblings web site has a new look

Ramblings web site has a new look Just spent a little bit of time on Google Sites cleaning up the ramblings web site. I think navigation should be a little cleaner.    

No Picture
Deprecated

Flying around Google Earth Markers

In last weeks blog entry, I showed how to generate a Google Earth or Google Maps based application out of Excel. These applications now have the capability to fly around each marked entry in Google […]

No Picture
Deprecated

Creating Data Driven Mapping applications

Creating Data Driven Mapping applications In a previous post I looked at the the various mapping packages and how they compared. Having concluded that Google Maps was the winner, I started to work on an […]

No Picture
Google API

Comparing Bing, Ovi, Yahoo and Google Maps

Geocoding Excel While looking at how to connect Excel to Google Maps,  I implemented a capability in vba for each of the main Apis for geoCoding capability through a simple http: request. You can read […]

No Picture
Visualization

Google Maps versus Bing Maps

In a previous post I covered how you could use the Google Maps Api to complete and parse addresses for subsequent mapping directly from Excel. In the name of fairness, I implemented the same thing […]

No Picture
VBA

How to use cDataSet

Excel Data Manipulation Classes I notice from Google Analytics the the cDataSet pages are by far the most popular on the site. These classes are used throughout all the projects on the site, and are […]

No Picture
Integrating Excel with Maps and Earth

Getting data from Google Maps to Excel

Mapping visualization layers from Excel The Google Maps API is a wonderful thing, allowing you to convert an unstructured and incomplete address and get back a whole bunch of structured and mapping data. Google is […]

No Picture
No category

Getting Started Series

Looking at Google Analytics Data for my site, I notice that there are 2 distinct populations. Those that look and read through a project article (5-10 minutes) and those that stay a few seconds on […]

No Picture
Json

Dynamic forms and jSon

Following previous developments on hiding data in excel objects, Excel jSon conversion and dynamic forms I figured it was time to combine all these threads, and have implemented all that as an integrated solution as […]

No Picture
VBA

Creating a Date Scale in Excel

Sometimes you have a range of dates and you need to come up with a scale that makes sense for the dates you are trying to represent in a timeline. For example if your dates […]

No Picture
Microsoft Office & VBA

Abstracting Excel Data

Classes for Excel Data Abstraction In a number of articles and topics on my website i have referred to a collection of classes that I generally use to abstract Excel physical location from the data contents. […]

No Picture
No category

A formula to show diminishing returns

Diminishing returns for more effort You will be very familiar with the law of diminishing returns, where you get a lot of payback for your initial efforts (sometimes called ‘low hanging fruit’), then you have […]

No Picture
Analytics

So how about using an IMG tag to track Analytics

Analytics with no Javascript anyone? My last post covered how to inject Google Analytics into pages where it was not really possible to introduce javascript. by using a gadget. But what about the case where […]

No Picture
No category

Creating Excel Ramblings group on Google Groups

Google Groups Since I get a lot of correspondence from people who have downloaded stuff, I thought it might be useful to create a group  with this tagline. ‘This group is for those with Excel or […]

No Picture
VBA

Roadmapper now hosted on google Code

Using google code to host projects I moved the gadget and associated code to googlecode.com hoping to host it there. If you have never done this, it is somewhat complex. It can be found here. […]

No Picture
VBA

Implemented Roadmapper as a Google Gadget

Roadmapper update I finally got round to implementing the roadmapper as a google visualization gadget. All the source code and gadget package is available here along with the write up, so I wont repeat it […]

No Picture
From VBA to Google Apps Script

Migrating to Google Docs

Ive been using Google Docs as well as Excel for a while now, and certainly Excel is more comfortable a user experience. However it’s clear that Google Docs offer a great opportunity to offer services […]

No Picture
VBA

Adding Callouts to Roadmaps

Roadmap Project Recap Some time ago I started to play around with a method to make Roadmaps from Excel data. Since working through the development of it  on my Excel Ramblings site and in this article […]

No Picture
Microsoft Office & VBA

Using Cookies from inside Excel

Can we use cookies inside Excel This is a follow on from my thoughts around using JSON both to store data inside Excel shapes and cells, and also to pick up data from external sources. […]

No Picture
Json

JSON deserializer

Completing the JSON deserializer/serializer I was missing being able to deal with arrays and could only deal with strings in the first version of this, but have finally figured out how to deal with this. […]

No Picture
No category

Topics under consideration

What next Thinking about what to work on next for the Excel Ramblings site, I wondered how I could pull together the work on JSON along with google visualization serialization to open up access to […]