by David Graunke In this post, we're going to use Angular.js to build a miniature spreadsheet. Angular makes it incredibly easy to bind model data to your HTML, and to propagate changes to your view. This, it turns out, makes developing something like a spreadsheet very easy. Cells in the spreadsheet can depend on each other, and Angular will handle propogating the necessary changes. I'm going to