Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js9fix_row(cstr){return cstr.replace(/([A-Z]|^)(\d+)$/,"$1$$$2")}function unfix_row(cstr){return cstr… function
H A Dxlsx.js11441 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 Dxlsx.min.map1 …generate","writeFileSync","writeSync","decode_row","rowstr","unfix_row","fix_row","cstr","decode_c…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4255 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