Lines Matching refs:cellText
8140 …if(opts.cellText !== false && next_cell_format) arr[R][C].w = SSF_format(arr[R][C].z, arr[R][C].v,…
8606 …else if(!isNaN(v = fuzzynum(s))) { cell.t = 'n'; if(o.cellText !== false) cell.w = s; cell.v = v; }
8613 …if(o.cellText !== false) cell.w = SSF_format(cell.z, cell.v instanceof Date ? datenum(cell.v):cell…
10421 if (o.cellText !== false)
15202 if((!opts || opts.cellText !== false) && p.t !== 'z') try {
15706 if(!opts || opts.cellText !== false) p.w = p.v;
16482 case 'e': p.v = val[1]; if(opts.cellText !== false) p.w = BErr[p.v]; break;
17956 if(!o || o.cellText !== false) try {
18019 case 'Error': cell.t = 'e'; cell.v = RBErr[xml]; if(o.cellText !== false) cell.w = xml; break;
19224 if(!opts || opts.cellText !== false) try {
22251 if(textp && opts.cellText !== false) q.w = textp;
25039 ['cellText', true], /* emit formatted text as .w */