Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js8cursheet={},sheetname="";var table={},cell={},row={},dtag,didx;var c=0,r=0;var refguess={s:{r:1e6,… variable
H A Dxlsx.js8625 var sheets = {}, sheetnames = [], cursheet = {}, sheetname = ""; variable
8645 …if((!opts.sheetRows || opts.sheetRows > r) && cell.v !== undefined) cursheet[encode_col(c) + encod…
8684 …if(refguess.s.r <= refguess.e.r && refguess.s.c <= refguess.e.c) cursheet["!ref"] = encode_range(r…
8685 if(mergecells.length) cursheet["!merges"] = mergecells;
8686 sheets[sheetname] = cursheet;
8693 cursheet = {};
H A Dxlsx.min.map1 …an_comment","xlml_normalize","xlmlregex","parse_xlml_xml","sheetnames","cursheet","sheetname","dta…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18135 if(!cursheet[r]) cursheet[r] = [];
18136 cursheet[r][c] = cell;
18156 if(!cursheet[cmd]) cursheet[cmd] = [];
18157 cursheet[cmd][cma] = {t:'z'}; class
18201 cursheet["!fullref"] = cursheet["!ref"];
18209 sheets[sheetname] = cursheet;
18496 if(!cursheet['!margins']) default_margins(cursheet['!margins']={}, 'xlml');
18500 if(!cursheet['!margins']) default_margins(cursheet['!margins']={}, 'xlml');
18505 if(!cursheet['!margins']) default_margins(cursheet['!margins']={},'xlml');
18575 if(!cursheet["!outline"]) cursheet["!outline"] = {};
[all …]