Lines Matching +defs:t +defs:data

43 function char_codes(data/*:string*/)/*:Array<number>*/ { var o/*:Array<number>*/ = []; for(var i = …  argument
45 function utf16leread(data/*:string*/)/*:string*/ { argument
50 function utf16beread(data/*:string*/)/*:string*/ { argument
56 var debom = function(data/*:string*/)/*:string*/ { argument
70 debom = function(data/*:string*/) { argument
199 function a2s(data/*:any*/)/*:string*/ { argument
204 function a2u(data/*:Array<number>*/)/*:Uint8Array*/ { argument
209 function ab2a(data/*:ArrayBuffer|Uint8Array*/)/*:Array<number>*/ { argument
321 function SSF_init_table(t/*:any*/) { argument
994 out[out.length] = {t:'G', v:'General'}; i+=7; break; property
997 out[out.length] = {t:'t', v:o}; ++i; break; property
999 out[out.length] = {t:t, v:w}; ++i; break; property
1000 case '_': out[out.length] = {t:'t', v:" "}; i+=2; break; property
1002 out[out.length] = {t:'T', v:v}; ++i; break; property
1006 out[out.length] = {t:'X', v:fmt.substr(i,2)}; lst = c; i+=2; break; property
1018 out[out.length] = {t:c, v:o}; lst = c; break; property
1020 var q={t:c, v:c}; property
1034 out[out.length] = {t:'Z', v:o.toLowerCase()}; property
1045 out[out.length] = {t:'s', v:o}; break; property
1050 out[out.length] = {t:'n', v:o}; break; property
1053 out[out.length] = {t:c, v:o}; lst = c; break; property
1055 case '(': case ')': out[out.length] = {t:(flen===1?'t':c), v:c}; ++i; break; property
1058 out[out.length] = {t:'D', v:o}; break; property
1059 case ' ': out[out.length] = {t:c, v:c}; ++i; break; property
1060 case '$': out[out.length] = {t:'t', v:'$'}; ++i; break; property
1063 out[out.length] = {t:'t', v:c}; ++i; break; property
1121 out[jj] = {v:"", t:";"}; ++jj; property
1850 sector_list[k] = ({nodes: buf, data:__toBuffer([buf_chain])}/*:SectorEntry*/); property
3238 function blobify(data) { argument
3506 function getdatastr(data)/*:?string*/ { argument
3516 function getdatabin(data) { argument
3529 function getdata(data) { return (data && data.name.slice(-4) === ".bin") ? getdatabin(data) : getda… argument
3726 function utf8readb(data) { argument
3743 function utf8readc(data) { return Buffer_from(data, 'binary').toString('utf8'); } argument
3814 function parseVector(data/*:string*/, opts)/*:Array<{v:string,t:string}>*/ { argument
3825 if(v) res.push({v:utf8read(v[2]), t:v[1]}); property
3836 function write_w3cdtf(d/*:Date*/, t/*:?boolean*/)/*:string*/ { try { return d.toISOString().replace… argument
3984 function ReadShift(size/*:number*/, t/*:?string*/)/*:number|string*/ { argument
4073 function WriteShift(t/*:number*/, val/*:string|number*/, f/*:?string*/)/*:any*/ { argument
4152 function recordhopper(data, cb/*:RecordHopperCB*/, opts/*:?any*/) { argument
4384 function sheet_add_aoa(_ws/*:?Worksheet*/, data/*:AOA*/, opts/*:?any*/)/*:Worksheet*/ { argument
4450 function aoa_to_sheet(data/*:AOA*/, opts/*:?any*/)/*:Worksheet*/ { return sheet_add_aoa(null, data,… argument
4452 function parse_Int32LE(data) { argument
4462 function parse_XLWideString(data/*::, length*/)/*:string*/ { argument
4466 function write_XLWideString(data/*:string*/, o) { argument
4480 function parse_StrRun(data) { argument
4491 function parse_RichStr(data, length/*:number*/)/*:XLString*/ { argument
4496 var z = ({ t: str, h: str }/*:any*/); property
4530 function parse_XLSBCell(data)/*:any*/ { argument
4546 function parse_XLSBShortCell(data)/*:any*/ { argument
4564 function parse_XLNullableWideString(data/*::, length*/)/*:string*/ { argument
4568 function write_XLNullableWideString(data/*:string*/, o) { argument
4585 function parse_RkNumber(data)/*:number*/ { argument
4592 function write_RkNumber(data/*:number*/, o) { argument
4603 function parse_RfX(data /*::, length*/)/*:Range*/ { argument
4646 function parse_Xnum(data/*::, length*/) { argument
4650 function write_Xnum(data, o) { return (o || new_buf(8)).write_shift(8, data, 'f'); } argument
4653 function parse_BrtColor(data/*::, length*/) { argument
4718 function parse_FontFlags(data/*::, length, opts*/) { argument
4809 /*::[*/0x01/*::]*/: { n: 'CodePage', t: VT_I2 }, property
4810 /*::[*/0x02/*::]*/: { n: 'Category', t: VT_STRING }, property
4811 /*::[*/0x03/*::]*/: { n: 'PresentationFormat', t: VT_STRING }, property
4812 /*::[*/0x04/*::]*/: { n: 'ByteCount', t: VT_I4 }, property
4813 /*::[*/0x05/*::]*/: { n: 'LineCount', t: VT_I4 }, property
4814 /*::[*/0x06/*::]*/: { n: 'ParagraphCount', t: VT_I4 }, property
4815 /*::[*/0x07/*::]*/: { n: 'SlideCount', t: VT_I4 }, property
4816 /*::[*/0x08/*::]*/: { n: 'NoteCount', t: VT_I4 }, property
4817 /*::[*/0x09/*::]*/: { n: 'HiddenCount', t: VT_I4 }, property
4818 /*::[*/0x0a/*::]*/: { n: 'MultimediaClipCount', t: VT_I4 }, property
4819 /*::[*/0x0b/*::]*/: { n: 'ScaleCrop', t: VT_BOOL }, property
4820 /*::[*/0x0c/*::]*/: { n: 'HeadingPairs', t: VT_VECTOR_VARIANT /* VT_VECTOR | VT_VARIANT */ }, property
4821 /*::[*/0x0d/*::]*/: { n: 'TitlesOfParts', t: VT_VECTOR_LPSTR /* VT_VECTOR | VT_LPSTR */ }, property
4822 /*::[*/0x0e/*::]*/: { n: 'Manager', t: VT_STRING }, property
4823 /*::[*/0x0f/*::]*/: { n: 'Company', t: VT_STRING }, property
4824 /*::[*/0x10/*::]*/: { n: 'LinksUpToDate', t: VT_BOOL }, property
4825 /*::[*/0x11/*::]*/: { n: 'CharacterCount', t: VT_I4 }, property
4826 /*::[*/0x13/*::]*/: { n: 'SharedDoc', t: VT_BOOL }, property
4827 /*::[*/0x16/*::]*/: { n: 'HyperlinksChanged', t: VT_BOOL }, property
4828 /*::[*/0x17/*::]*/: { n: 'AppVersion', t: VT_I4, p: 'version' }, property
4829 /*::[*/0x18/*::]*/: { n: 'DigSig', t: VT_BLOB }, property
4830 /*::[*/0x1A/*::]*/: { n: 'ContentType', t: VT_STRING }, property
4831 /*::[*/0x1B/*::]*/: { n: 'ContentStatus', t: VT_STRING }, property
4832 /*::[*/0x1C/*::]*/: { n: 'Language', t: VT_STRING }, property
4833 /*::[*/0x1D/*::]*/: { n: 'Version', t: VT_STRING }, property
4836 /*::[*/0x80000000/*::]*/: { n: 'Locale', t: VT_UI4 }, property
4837 /*::[*/0x80000003/*::]*/: { n: 'Behavior', t: VT_UI4 }, property
4843 /*::[*/0x01/*::]*/: { n: 'CodePage', t: VT_I2 }, property
4844 /*::[*/0x02/*::]*/: { n: 'Title', t: VT_STRING }, property
4845 /*::[*/0x03/*::]*/: { n: 'Subject', t: VT_STRING }, property
4846 /*::[*/0x04/*::]*/: { n: 'Author', t: VT_STRING }, property
4847 /*::[*/0x05/*::]*/: { n: 'Keywords', t: VT_STRING }, property
4848 /*::[*/0x06/*::]*/: { n: 'Comments', t: VT_STRING }, property
4849 /*::[*/0x07/*::]*/: { n: 'Template', t: VT_STRING }, property
4850 /*::[*/0x08/*::]*/: { n: 'LastAuthor', t: VT_STRING }, property
4851 /*::[*/0x09/*::]*/: { n: 'RevNumber', t: VT_STRING }, property
4852 /*::[*/0x0A/*::]*/: { n: 'EditTime', t: VT_FILETIME }, property
4853 /*::[*/0x0B/*::]*/: { n: 'LastPrinted', t: VT_FILETIME }, property
4854 /*::[*/0x0C/*::]*/: { n: 'CreatedDate', t: VT_FILETIME }, property
4855 /*::[*/0x0D/*::]*/: { n: 'ModifiedDate', t: VT_FILETIME }, property
4856 /*::[*/0x0E/*::]*/: { n: 'PageCount', t: VT_I4 }, property
4857 /*::[*/0x0F/*::]*/: { n: 'WordCount', t: VT_I4 }, property
4858 /*::[*/0x10/*::]*/: { n: 'CharCount', t: VT_I4 }, property
4859 /*::[*/0x11/*::]*/: { n: 'Thumbnail', t: VT_CF }, property
4860 /*::[*/0x12/*::]*/: { n: 'Application', t: VT_STRING }, property
4861 /*::[*/0x13/*::]*/: { n: 'DocSecurity', t: VT_I4 }, property
4864 /*::[*/0x80000000/*::]*/: { n: 'Locale', t: VT_UI4 }, property
4865 /*::[*/0x80000003/*::]*/: { n: 'Behavior', t: VT_UI4 }, property
5315 function parse_ct(data/*:?string*/) { argument
5393 var f3 = function(t) { argument
5459 function parse_rels(data/*:?string*/, currentFilePath/*:string*/) { argument
5603 function parse_core_props(data) { argument
5719 function parse_ext_props(data, p, opts) { argument
5768 function parse_cust_props(data/*:string*/, opts) { argument
5961 function parse_VtString(blob, t/*:number*/, pad/*:?boolean*/) { return parse_VtStringBase(blob, t, … argument
5962 function parse_VtUnalignedString(blob, t/*:number*/) { if(!t) throw new Error("VtUnalignedString mu… argument
6331 function write_Bes(v, t/*:string*/, o) { argument
6727 function write_BOF(wb/*:Workbook*/, t/*:number*/, o) { argument
6802 function write_BoundSheet8(data, opts) { argument
6953 function write_Font(data, opts) { argument
7124 function write_XF(data, ixfeP, opts, o) { argument
7170 function write_BoolErr(R/*:number*/, C/*:number*/, v, os/*:number*/, opts, t/*:string*/) { argument
7570 var o = {fmt:cf, env:env, len:lcb, data:blob.slice(blob.l,blob.l+lcb)}; property
8494 function set_text_arr(data/*:string*/, arr/*:AOA*/, R/*:number*/, C/*:number*/, o/*:any*/) { argument
8714 function lotushopper(data, cb/*:RecordHopperCB*/, opts/*:any*/) { argument
9007 var o = [{c:0,r:0}, {t:'n',v:0}, 0, 0]; property
9273 var o = [{c:0,r:0}, {t:'n',v:0}, 0]; property
9709 var cell = { t: "z" }; property
9715 case 2: cell = { t: "n", v: p.read_shift(2) }; break; property
9716 case 3: cell = { t: "n", v: p.read_shift(2, 'i') }; break; property
9717 case 5: cell = { t: "n", v: p.read_shift(8, 'f') }; break; property
9718 case 7: cell = { t: "s", v: SST[type = p.read_shift(4) - 1] }; break; property
9719 …case 8: cell = { t: "n", v: p.read_shift(8, 'f') }; p.l += 2; /* cell.f = formulae[p.read_shift(4)… property
9738 case 2: cell = { t: "n", v: (cell.v + delta) & 0xFFFF }; break; property
9739 …case 3: cell = { t: "n", v: (cell.v + delta) & 0xFFFF }; if(cell.v > 0x7FFF) cell.v -= 0x10000; br… property
9740 case 7: cell = { t: "s", v: SST[type = (type + delta) >>> 0] }; break; property
9743 case 1: cell = { t: "z" }; break; property
9744 case 2: cell = { t: "n", v: p.read_shift(2) }; break; property
9745 case 7: cell = { t: "s", v: SST[type = p.read_shift(4) - 1] }; break; property
9888 var o/*:Cell*/ = ({t:'s', v:unescapexml(t[1])}/*:any*/); property
9971 function parse_sst_xml(data/*:string*/, opts)/*:SST*/ { argument
10014 function parse_BrtBeginSst(data) { argument
10019 function parse_sst_bin(data, opts)/*:SST*/ { argument
10096 while(cnt-- > 0) comps.push({ t: blob.read_shift(4), v: blob.read_shift(0, 'lpp4') }); property
10415 var cell = { v: payload.join(""), t: "s" }; property
10593 function parse_borders(t, styles, themes, opts) { argument
10668 function parse_fills(t, styles, themes, opts) { argument
10734 function parse_fonts(t, styles, themes, opts) { argument
10854 function parse_numFmts(t, styles, opts) { argument
10895 function parse_cellXfs(t, styles, opts) { argument
10970 return function parse_sty_xml(data, themes, opts) { argument
11023 function parse_BrtFmt(data, length/*:number*/) { argument
11038 function parse_BrtFont(data, length/*:number*/, opts) { argument
11160 function parse_BrtXF(data, length/*:number*/) { argument
11167 function write_BrtXF(data, ixfeP, o) { argument
11185 function write_Blxf(data, o) { argument
11227 function parse_sty_bin(data, themes, opts) { argument
11356 function write_CELLXFS_bin(ba, data) { argument
11423 function parse_clrScheme(t, themes, opts) { argument
11488 function parse_themeElements(data, themes, opts) { argument
11509 function parse_theme_xml(data/*:string*/, opts) { argument
11785 function parse_BrtMdtinfo(data, length) { argument
11792 function write_BrtMdtinfo(data) { argument
11799 function parse_BrtMdb(data) { argument
11821 function parse_BrtBeginEsmdb(data) { argument
11831 function parse_xlmeta_bin(data, name, _opts) { argument
11896 function parse_xlmeta_xml(data, name, opts) { argument
11982 function parse_cc_xml(data/*::, name, opts*/)/*:Array<any>*/ { argument
12002 function parse_BrtCalcChainItem$(data) { argument
12016 function parse_cc_bin(data, name, opts) { argument
12040 function parse_xlink_bin(data, rel, name/*:string*/, _opts) { argument
12085 function parse_drawing(data, rels/*:any*/) { argument
12110 …writextag("o:shapelayout", writextag("o:idmap", null, {'v:ext':"edit", 'data':rId}), {'v:ext':"edi… property
12170 cell = ({t:"z"}/*:any*/); property
12183 var o/*:Comment*/ = ({a: comment.author, t: comment.t, r: comment.r, T: threaded}); property
12199 function parse_comments_xml(data/*:string*/, opts)/*:Array<RawComment>*/ { argument
12230 function write_comments_xml(data/*::, opts*/) { argument
12278 function parse_tcmnt_xml(data/*:string*/, opts)/*:Array<RawComment>*/ { argument
12339 function parse_people_xml(data/*:string*/, opts) { argument
12384 function parse_BrtBeginComment(data) { argument
12393 function write_BrtBeginComment(data, o) { argument
12406 function write_BrtCommentAuthor(data) { return write_XLWideString(data.slice(0, 54)); } argument
12409 function parse_comments_bin(data, opts)/*:Array<RawComment>*/ { argument
12448 function write_comments_bin(data/*::, opts*/) { argument
13718 function parse_XLSBParsedFormula(data, length, opts) { argument
15132 sst[len] = ({t:str}/*:any*/); sst.Count ++; sst.Unique ++; property
15257 function parse_ws_xml(data/*:?string*/, opts, idx/*:number*/, rels, wb/*:WBWBProps*/, themes, style… argument
15391 function parse_ws_xml_hlinks(s, data/*:Array<string>*/, rels) { argument
15456 function parse_ws_xml_autofilter(data/*:string*/) { argument
15460 function write_ws_xml_autofilter(data, ws, wb, idx)/*:string*/ { argument
15480 function parse_ws_xml_sheetviews(data, wb/*:WBWBProps*/) { argument
15902 function parse_BrtRowHdr(data, length) { argument
15979 function parse_BrtWsProp(data, length) { argument
16006 function parse_BrtCellBlank(data) { argument
16014 function parse_BrtShortBlank(data) { argument
16024 function parse_BrtCellBool(data) { argument
16035 function parse_BrtShortBool(data) { argument
16048 function parse_BrtCellError(data) { argument
16059 function parse_BrtShortError(data) { argument
16075 function parse_BrtCellIsst(data) { argument
16086 function parse_BrtShortIsst(data) { argument
16099 function parse_BrtCellReal(data) { argument
16110 function parse_BrtShortReal(data) { argument
16123 function parse_BrtCellRk(data) { argument
16134 function parse_BrtShortRk(data) { argument
16147 function parse_BrtCellRString(data) { argument
16154 function parse_BrtCellSt(data) { argument
16166 function parse_BrtShortSt(data) { argument
16180 function parse_BrtFmlaBool(data, length, opts) { argument
16196 function parse_BrtFmlaError(data, length, opts) { argument
16212 function parse_BrtFmlaNum(data, length, opts) { argument
16228 function parse_BrtFmlaString(data, length, opts) { argument
16254 function parse_BrtHLink(data, length/*::, opts*/) { argument
16283 function parse_BrtArrFmla(data, length, opts) { argument
16296 function parse_BrtShrFmla(data, length, opts) { argument
16327 function parse_BrtMargins(data/*::, length, opts*/)/*:Margins*/ { argument
16340 function parse_BrtBeginWsView(data/*::, length, opts*/) { argument
16407 function parse_ws_bin(data, _opts, idx, rels, wb/*:WBWBProps*/, themes, styles)/*:Worksheet*/ { argument
16477 p = ({t:val[2]}/*:any*/); property
16519 p = ({t:'z',v:void 0}/*:any*/); property
16934 function parse_Cache(data/*:string*/)/*:[Array<number|string>, string, ?string]*/ { argument
16955 function parse_chart(data/*:?string*/, name/*:string*/, opts, rels, wb, csheet) { argument
16970 cs[col + encode_row(i)] = {t:'n', v:n, z:cache[1] }; property
16980 function parse_cs_xml(data/*:?string*/, opts, idx/*:number*/, rels, wb/*::, themes, styles*/)/*:Wor… argument
17009 function parse_BrtCsProp(data, length/*:number*/) { argument
17016 function parse_cs_bin(data, opts, idx/*:number*/, rels, wb/*::, themes, styles*/)/*:Worksheet*/ { argument
17238 function parse_wb_xml(data, opts)/*:WorkbookFile*/ { argument
17484 function parse_BrtBundleSh(data, length/*:number*/) { argument
17492 function write_BrtBundleSh(data, o) { argument
17502 function parse_BrtWbProp(data, length)/*:WBProps*/ { argument
17525 function write_BrtWbProp(data/*:?WBProps*/, o) { argument
17539 function parse_BrtFRTArchID$(data, length) { argument
17548 function parse_BrtName(data, length, opts) { argument
17600 function parse_wb_bin(data, opts)/*:WorkbookFile*/ { argument
17721 function write_BrtFileVersion(data, o) { argument
17839 function parse_wb(data, name/*:string*/, opts)/*:WorkbookFile*/ { argument
17844 function parse_ws(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17849 function parse_cs(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17854 function parse_ms(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17859 function parse_ds(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17864 function parse_sty(data, name/*:string*/, themes, opts) { argument
17869 function parse_sst(data, name/*:string*/, opts)/*:SST*/ { argument
17874 function parse_cmnt(data, name/*:string*/, opts)/*:Array<RawComment>*/ { argument
17879 function parse_cc(data, name/*:string*/, opts) { argument
17884 function parse_xlink(data, rel, name/*:string*/, opts) { argument
17889 function parse_xlmeta(data, name/*:string*/, opts) { argument
17987 function parse_xlml_data(xml, ss, data, cell/*:any*/, base, styles, csty, row, arrayf, o) { argument
18157 cursheet[cmd][cma] = {t:'z'}; property
18818 function parse_xlml(data/*:RawBytes|string*/, opts)/*:Workbook*/ { argument
19240 function make_cell(val, ixfe, t)/*:Cell*/ { argument
19513 temp_val = ({ixfe: val.ixfe, XF: XFs[val.ixfe]||{}, v:val.val, t:'n'}/*:any*/); property
19519 temp_val = ({ixfe: val.ixfe, XF: XFs[val.ixfe], v:val.val, t:val.t}/*:any*/); property
19525 temp_val = ({ixfe: val.ixfe, XF: XFs[val.ixfe], v:val.rknum, t:'n'}/*:any*/); property
19533 temp_val= ({ixfe:ixfe, XF:XFs[ixfe], v:val.rkrec[j-val.c][1], t:'n'}/*:any*/); property
19601 temp_val = ({ixfe: val.ixfe, XF: XFs[val.ixfe], t:'z'}/*:any*/); property
19609 temp_val= ({ixfe:_ixfe, XF:XFs[_ixfe], t:'z'}/*:any*/); property
19671 cc = out[val[0].r][val[0].c] = ({t:"z"}/*:any*/); property
19673 cc = out[encode_cell(val[0])] = ({t:"z"}/*:any*/); property
19681 cmnt = {a:val[1],t:noteobj.TxO.t}; property
21246 function write_BIFF2BERR(r/*:number*/, c/*:number*/, val, t/*:?string*/) { argument
21318 function write_FONTS_biff8(ba, data, opts) { argument
21648 var o/*:Cell*/ = {t:'s', v:m}; property
21654 o = ({t:'d', v:parseDate(m)}/*:any*/); property
21655 if(!opts.cellDates) o = ({t:'n', v:datenum(o.v)}/*:any*/); property
21787 var o/*:Cell*/ = {t:'s', v:v}; property
21796 o = ({t:'d', v:parseDate(v)}/*:any*/); property
21797 if(!opts.cellDates) o = ({t:'n', v:datenum(o.v)}/*:any*/); property
22162 if(opts.dense) { if(!ws[R]) ws[R] = []; ws[R][C] = {t:'z'}; } property
22172 q = ({t:'z', v:null/*:: , z:null, w:"",c:[]*/}/*:any*/); property
22196 q = ({t:ctag['数据类型'] || ctag['value-type'], v:null/*:: , z:null, w:"",c:[]*/}/*:any*/); property
22626 function parse_fods(data/*:string*/, opts/*:?ParseOpts*/)/*:Workbook*/ { argument
23357 var v = { data: res, type: type }; property
23381 function mappa(data, cb) { argument
23402 data: buf[subarray](ptr[0], ptr[0] + fl) property
23417 [{ data: write_varint49(ia.id), type: 0 }], property
23421 ai[3] = [{ data: write_varint49(+!!ia.merge), type: 0 }]; property
23425 mi.meta[3] = [{ type: 0, data: write_varint49(mi.data.length) }]; property
23426 ai[2].push({ data: write_shallow(mi.meta), type: 2 }); property
23577 function numbers_format_cell(cell, t, flags, ofmt, nfmt) { argument
23732 ret = { t: "n", v: ieee }; property
23735 ret = { t: "s", v: lut.sst[sidx] }; property
23738 ret = { t: "d", v: dt }; property
23741 ret = { t: "b", v: ieee > 0 }; property
23744 ret = { t: "n", v: ieee }; property
23747 ret = { t: "e", v: 0 }; property
23798 ret = { t: "n", v: d128 }; property
23801 ret = { t: "s", v: lut.sst[sidx] }; property
23804 ret = { t: "d", v: dt }; property
23807 ret = { t: "b", v: ieee > 0 }; property
23810 ret = { t: "n", v: ieee }; property
23813 ret = { t: "e", v: 0 }; property
23816 ret = { t: "s", v: lut.rsst[ridx] }; property
23819 ret = { t: "n", v: d128 }; property
23921 [{ type: 0, data: write_varint49(idx) }] property
23930 iwa.messages[0].meta[5] = [{ type: 2, data: write_packed_varints(orefs) }]; property
23936 iwa.messages[0].meta[5] = [{ type: 2, data: write_packed_varints(orefs.filter(function(r) { property
24060 tile[1].forEach(function(t) { argument
24207 function write_TST_TileRowInfo(data, SST, wide) { argument
24211 [{ type: 0, data: write_varint49(0) }], property
24212 [{ type: 0, data: write_varint49(0) }], property
24213 [{ type: 2, data: new Uint8Array([]) }], property
24214 [{ type: 2, data: new Uint8Array(Array.from({ length: 510 }, function() { property
24217 [{ type: 0, data: write_varint49(5) }], property
24218 [{ type: 2, data: new Uint8Array([]) }], property
24219 [{ type: 2, data: new Uint8Array(Array.from({ length: 510 }, function() { property
24222 [{ type: 0, data: write_varint49(1) }] property
24251 celload = write_new_storage({ t: "s", v: data[C] }, SST); property
24252 _celload = write_old_storage({ t: "s", v: data[C] }, SST); property
24255 celload = write_new_storage({ t: "n", v: data[C] }, SST); property
24256 _celload = write_old_storage({ t: "n", v: data[C] }, SST); property
24259 celload = write_new_storage({ t: "b", v: data[C] }, SST); property
24260 _celload = write_old_storage({ t: "b", v: data[C] }, SST); property
24264 celload = write_new_storage({ t: "s", v: data[C].toISOString() }, SST); property
24265 _celload = write_old_storage({ t: "s", v: data[C].toISOString() }, SST); property
24286 tri[8] = [{ type: 0, data: write_varint49(wide ? 1 : 0) }]; property
24293 [{ type: 0, data: write_varint49(type) }] property
24403 doc[1].push({ type: 2, data: write_TSP_Reference(newsheetref) }); property
24426 sa[2] = [{ type: 2, data: write_TSP_Reference(tiaref) }]; property
24451 data: write_shallow([ property
24579 mlist[3].push({ type: 2, data: write_shallow([ property
24594 …mlist[1] = [{ type: 0, data: write_varint49(Math.max(newref + 1, parse_varint49(mlist[1][0].data))… property
24609 data: write_shallow([ property
24642 mlist[3].push({ type: 2, data: write_shallow([ property
24657 …mlist[1] = [{ type: 0, data: write_varint49(Math.max(newref + 1, parse_varint49(mlist[1][0].data))… property
24672 data: write_shallow([ property
24687 tiles[1].forEach(function(t) { argument
24702 mlist[3].push({ type: 2, data: write_shallow([ property
24717 …mlist[1] = [{ type: 0, data: write_varint49(Math.max(newtileref + 1, parse_varint49(mlist[1][0].da… property
24732 data: write_shallow([ property
24756 sheetref[1] = [{ type: 2, data: stru8(wsname) }]; property
24803 base_bucket[2][R2] = { type: base_bucket[2][0].type, data: write_shallow(_bucket) }; property
24814 base_bucket[2][C] = { type: base_bucket[2][0].type, data: write_shallow(_bucket) }; property
24823 tilestore[2] = [{ type: 0, data: write_varint49(tstride) }]; property
24871 [{ type: 0, data: write_varint49(0) }], property
24872 [{ type: 0, data: write_varint49(Math.min(range.e.r + 1, (tidx + 1) * tstride)) }], property
24873 [{ type: 0, data: write_varint49(0) }], property
24874 …[{ type: 0, data: write_varint49(Math.min((tidx + 1) * tstride, range.e.r + 1) - tidx * tstride) }… property
24876 [{ type: 0, data: write_varint49(5) }], property
24877 [{ type: 0, data: write_varint49(1) }], property
24878 [{ type: 0, data: write_varint49(USE_WIDE_ROWS ? 1 : 0) }] property
24883 tiledata[5].push({ data: write_shallow(tilerow), type: 2 }); property
24885 tilestore[1].push({ type: 2, data: write_shallow([ property
24898 mlist[3].push({ type: 2, data: write_shallow([ property
24913 …mlist[1] = [{ type: 0, data: write_varint49(Math.max(newtileid + 1, parse_varint49(mlist[1][0].dat… property
24928 data: write_shallow([ property
24937 rbtree[1].push({ type: 2, data: write_shallow([ property
24946 store[10] = [{ type: 2, data: new Uint8Array([]) }]; property
24960 [{ type: 2, data: write_shallow([ property
24964 [{ type: 2, data: write_shallow([ property
24972 store[13] = [{ type: 2, data: write_TSP_Reference(mergeid) }]; property
24989 data: write_shallow([ property
25008 sstdata[3].push({ type: 2, data: write_shallow([ property
25678 function read_zip(data/*:RawData*/, opts/*:?ParseOpts*/)/*:Workbook*/ { argument
25686 function read_plaintext(data/*:string*/, o/*:ParseOpts*/)/*:Workbook*/ { argument
25696 function read_plaintext_raw(data/*:RawData*/, o/*:ParseOpts*/)/*:Workbook*/ { argument
25710 function read_utf16(data/*:RawData*/, o/*:ParseOpts*/)/*:Workbook*/ { argument
25718 function bstrify(data/*:string*/)/*:string*/ { argument
25722 function read_prn(data, d, o, str) { argument
25727 function readSync(data/*:RawData*/, opts/*:?ParseOpts*/)/*:Workbook*/ { argument
26035 var val = {t:'n',v:0}, header = 0, offset = 1, hdr/*:Array<any>*/ = [], v=0, vv=""; property
26068 if(val == null) val = {w: "__EMPTY", t: "s"}; property
26227 if(!dense) ws[ref] = cell = ({t:t, v:v}/*:any*/); property
26228 else ROW[_C + C] = cell = ({t:t, v:v}/*:any*/); property
26258 return ws[RC.r][RC.c] || (ws[RC.r][RC.c] = {t:'z'}); property
26260 return ws[R] || (ws[R] = {t:'z'}); property
26342 cell.c.push({t:text, a:author||"SheetJS"}); property
26472 var val = {t:'n',v:0}, header = 0, offset = 1, hdr/*:Array<any>*/ = [], v=0, vv=""; property
26503 if(val == null) val = {w: "__EMPTY", t: "s"}; property