Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js9unfix_row(rowstr),10)-1}function encode_row(row){return""+(row+1)}function fix_row(cstr){return cs… function
H A Dxlsx.js11439 function decode_row(rowstr) { return parseInt(unfix_row(rowstr),10) - 1; }
11442 function unfix_row(cstr) { return cstr.replace(/\$(\d+)$/,"$1"); } function
11453 function unfix_cell(cstr) { return unfix_col(unfix_row(cstr)); }
H A Dxlsx.min.map1 …zip_type","generate","writeFileSync","writeSync","decode_row","rowstr","unfix_row","fix_row","cstr…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4272 function decode_row(rowstr/*:string*/)/*:number*/ { return parseInt(unfix_row(rowstr),10) - 1; }
4275 function unfix_row(cstr/*:string*/)/*:string*/ { return cstr.replace(/\$(\d+)$/,"$1"); } function