Searched refs:fix_row (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 9 …fix_row(cstr){return cstr.replace(/([A-Z]|^)(\d+)$/,"$1$$$2")}function unfix_row(cstr){return cstr… function
|
H A D | xlsx.js | 11441 function fix_row(cstr) { return cstr.replace(/([A-Z]|^)(\d+)$/,"$1$$$2"); } function 11452 function fix_cell(cstr) { return fix_col(fix_row(cstr)); }
|
H A D | xlsx.min.map | 1 …generate","writeFileSync","writeSync","decode_row","rowstr","unfix_row","fix_row","cstr","decode_c…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 4255 if(!c.rRel && c.rRel != null) s = fix_row(s); 4274 function fix_row(cstr/*:string*/)/*:string*/ { return cstr.replace(/([A-Z]|^)(\d+)$/,"$1$$$2"); } function
|