/*! sheetCalc 0.1.0 | (c) 2015, One World Schoolhouse, University of Toledo | The MIT License (MIT) */ var sheetCalc;!function(a){var b=function(){function a(a){return this.HasFormula=!1,this.Set(a),this}return a.prototype.Value=function(a){return arguments.length>0&&this.Set(a),this.Get()},a.prototype.Get=function(){return this.HasFormula?this.Content():this.Content},a.prototype.Set=function(a){this.HasFormula="function"==typeof a?!0:!1;var b=parseFloat(a);return isNaN(b)?this.Content=a:this.Content=b,this},a}();a.Cell=b;var c=function(){function a(){}return a.Create=function(){var b=function(){};return b.prototype.Cells=a.Cells,b},a.Cells=function(a,c){for(var d,e=c,f="";e>0;)d=(e-1)%26,f=String.fromCharCode(65+d)+f,e=Math.floor((e-d)/26);return"undefined"!=typeof this[f+a]?this[f+a]:new b(void 0)},a}();a.WorkSheet=c}(sheetCalc||(sheetCalc={}));