Searched refs:fix_col (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 9 …fix_col(cstr){return cstr.replace(/^([A-Z])/,"$$$1")}function unfix_col(cstr){return cstr.replace(… function
|
H A D | xlsx.js | 11446 function fix_col(cstr) { return cstr.replace(/^([A-Z])/,"$$$1"); } function 11452 function fix_cell(cstr) { return fix_col(fix_row(cstr)); }
|
H A D | xlsx.min.map | 1 …"rowstr","unfix_row","fix_row","cstr","decode_col","colstr","unfix_col","fix_col","split_cell","sp…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 4254 if(!c.cRel && c.cRel != null) s = fix_col(s); 4279 function fix_col(cstr/*:string*/)/*:string*/ { return cstr.replace(/^([A-Z])/,"$$$1"); } function
|