From: Edward Date: Thu, 18 Jun 2015 09:24:23 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=96ddd0aa7e73c249bae74b8b96f84232617c8e87;p=Pman.Core Pman.Gnumeric.js --- diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 8f064d40..610bdc1a 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1380,8 +1380,11 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { if (typeof(g.cls) =='undefined') g.cls = []; var w= calcWidth(c,g.colspan); + + var value = g.value[0] == '=' ? 'CALCULATED' : g.value; + out+=String.format('
{2}
', - g.colspan, g.rowspan, g.value, + g.colspan, g.rowspan, value, 'overflow:hidden;' + 'width:'+w+'px;' +