Searched refs:Custprops (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 8 …Custprops,Rn,cp,val){switch((cp[0].match(/dt:dt="([\w.]+)"/)||["",""])[1]){case"boolean":val=parse… variable 9 …Custprops=custprops}if(typeof sheets!=="undefined")out.SheetNames=sheets;if(opts.bookSheets?out.Sh… property in parse_zip.out
|
H A D | xlsx.js | 8523 function xlml_set_custprop(Custprops, Rn, cp, val) { argument 8532 Custprops[unescapexml(Rn[3])] = val; 8632 var Props = {}, Custprops = {}, pidx = 0, cp = {}; variable 9152 … else if(Rn[1]==="/") xlml_set_custprop(Custprops, Rn, cp, str.slice(pidx, Rn.index)); 9163 out.Custprops = Custprops; 9836 WorkbookP.Props = WorkbookP.Custprops = props; /* TODO: split up properties */ 11207 if(opts.bookProps) { out.Props = props; out.Custprops = custprops; } 11250 Custprops: custprops, property in parse_zip.out 11314 if(wb.Custprops !== wb.Props && keys(wb.Custprops||{}).length > 0) { 11316 zip.file(f, write_cust_props(wb.Custprops, opts));
|
H A D | xlsx.min.map | 1 …mltag","words","xlml_parsexmltagobj","xlml_format","xlml_set_custprop","Custprops","Rn","safe_form…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 5907 if(Custprops) keys(Custprops).forEach(function(k) { 5908 /*:: if(!Custprops) return; */ 5911 var m = Custprops[k]; 17951 Custprops[unescapexml(key)] = oval; 18813 out.Custprops = Custprops; 18834 if(wb.Custprops) o.push(xlml_write_custprops(wb.Props, wb.Custprops, opts)); 19788 if(wb.Custprops) { 19789 Keys = keys(wb.Custprops); 25293 Custprops: custprops, property in out 25417 if(wb.Custprops !== wb.Props && keys(wb.Custprops||{}).length > 0) { [all …]
|