Searched refs:extprops (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 4 …={workbooks:[],sheets:[],calcchains:[],themes:[],styles:[],coreprops:[],extprops:[],custprops:[],s… property in parse_ct.ct 9 …extprops.length!==0){propdata=getzipdata(zip,dir.extprops[0].replace(/^\//,""),true);if(propdata)p… property in write_zip.ct
|
H A D | xlsx.js | 2407 coreprops: [], extprops: [], custprops: [], strs:[], comments: [], vba: [], property in parse_ct.ct 11189 if(dir.extprops.length !== 0) { 11190 propdata = getzipdata(zip, dir.extprops[0].replace(/^\//,''), true); 11292 coreprops: [], extprops: [], custprops: [], strs:[], comments: [], vba: [], property in write_zip.ct 11311 ct.extprops.push(f);
|
H A D | xlsx.min.map | 1 …s","type2ct","CT","parse_ct","ctext","calcchains","themes","coreprops","extprops","custprops","com…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 5128 "application/vnd.openxmlformats-officedocument.extended-properties+xml": "extprops", 5310 coreprops:[], extprops:[], custprops:[], themes:[], styles:[], 5407 ['coreprops', 'extprops', 'custprops'].forEach(f3); 25203 if(dir.extprops.length !== 0) { 25204 propdata = getzipdata(zip, strip_front_slash(dir.extprops[0]), true); 25414 ct.extprops.push(f); 25549 ct.extprops.push(f);
|