Home
last modified time | relevance | path

Searched refs:fmtid (Results 1 – 4 of 4) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.js7437 var fmtid = 0, fillid = 0, do_format = Array.isArray(styles.CellXf), cf;
7512 fmtid = fillid = 0;
7516 if(cf.numFmtId != null) fmtid = cf.numFmtId;
7520 safe_format(p, fmtid, fillid, opts);
9235 var fmtid = p.XF.ifmt||0;
9237 else if(fmtid === 0) {
9244 else p.w = SSF.format(fmtid,p.v, {date1904:date1904||false});
9245 if(opts.cellNF) p.z = SSF._table[fmtid];
Dxlsx.min.js4 …ction custprop(k){++pid;o[o.length]=writextag("property",write_vt(cp[k]),{fmtid:"{D5CDD505-2E9C-10… property
8fmtid=p.XF.ifmt||0;if(p.t==="e"){p.w=p.w||BErr[p.v]}else if(fmtid===0){if(p.t==="n"){if((p.v|0)===…
Dxlsx.min.map1 …,"toks","warn","CUST_PROPS_XML_ROOT","write_cust_props","pid","custprop","fmtid","xlml_set_prop","…
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs5821 'fmtid': '{D5CDD505-2E9C-101B-9397-08002B2CF9AE}',
15196 function safe_format(p/*:Cell*/, fmtid/*:number*/, fillid/*:?number*/, opts, themes, styles) { argument
15198 if(opts.cellNF) p.z = table_fmt[fmtid];
15203 if(table_fmt[fmtid] == null) SSF__load(SSFImplicit[fmtid] || "General", fmtid);
15205 else if(fmtid === 0) {
15218 else if(p.t === 'd') p.w = SSF_format(fmtid,datenum(p.v),_ssfopts);
15219 else p.w = SSF_format(fmtid,p.v,_ssfopts);
15560 var fmtid = 0, fillid = 0;
15710 fmtid = fillid = 0;
15715 if(cf.numFmtId != null) fmtid = cf.numFmtId;
[all …]