Spreadsheet · 2007-04-20 10:16
Went home, took a few deep breaths, and finished the damn thing. Take a look:
disabled temporarily
I particularly like the way it's used:
<script type='text/javascript'>
s = new Spreadsheet(4, 4);
s.attachSum('a4', 'a1:a3');
s.attachSum('b4', 'b1:b3');
s.attachSum('c4', 'c1:c3');
s.attachSum('d4', 'd1:d3');
s.attachSum('d1', 'a1:c1');
s.attachSum('d2', 'a2:c2');
s.attachSum('d3', 'a3:c3');
</script>
Go ranges!

Commenting is closed for this article.

