Searched refs:sheet_to_json (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 9 …sheet_to_json(sheet,opts){var val,row,range,header=0,offset=1,r,hdr=[],isempty,R,C,v;var o=opts!=n… function
|
H A D | xlsx.js | 11506 function sheet_to_json(sheet, opts){ function 11568 function sheet_to_row_object_array(sheet, opts) { return sheet_to_json(sheet, opts != null ? opts :… 11635 make_json: sheet_to_json, 11638 sheet_to_json: sheet_to_json, property in utils
|
H A D | xlsx.min.map | 1 …nfix_cell","decode_range","cs","ce","safe_format_cell","format_cell","sheet_to_json","isempty","ou…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 7894 var aoa/*:AOA*/ = sheet_to_json(ws, {header:1, raw:true, cellDates:true}); 24782 var data = sheet_to_json(ws, { range: range, header: 1 }); 26033 function sheet_to_json(sheet/*:Worksheet*/, opts/*:?Sheet2JSONOpts*/) { function 26388 sheet_to_json: sheet_to_json, property in utils1 26391 sheet_to_row_object_array: sheet_to_json,
|