Lines Matching refs:Sheet

5570 …/www.w3.org/1999/xlink" office:version="1.2"><office:meta><meta:generator>Sheet' + 'JS ' + XLSX.ve…
8090 var nn = {Sheet: 0}; property in SYLK.nn
8791 sidx = val[3]; n = next_n || "Sheet" + (sidx + 1); next_n = "";
8832 sidx = val[3]; n = "Sheet" + (sidx + 1);
9649 …ere should be consistent with Numbers: QP Notebook ~ .TN.SheetArchive, QP Sheet ~ .TST.TableModelA…
15470 if(name.Sheet != idx) continue;
15473 …if(i == names.length) names.push({ Name: '_xlnm._FilterDatabase', Sheet: idx, Ref: "'" + wb.SheetN…
16841 if(name.Sheet != idx) continue;
16844 …if(i == names.length) names.push({ Name: '_xlnm._FilterDatabase', Sheet: idx, Ref: formula_quote_s…
17015 /* [MS-XLSB] 2.1.7.7 Chart Sheet */
17198 if(n.length > 31) { if(safe) return false; throw new Error("Sheet names cannot exceed 31 chars"); }
17202 if(!safe) throw new Error("Sheet name cannot contain : \\ / ? * [ ]");
17210 for(var j = 0; j < i; ++j) if(n == N[j]) throw new Error("Duplicate Sheet Name: " + n);
17229 …wb.Workbook.Names.forEach(function(dn) { if(dn.Name == "_xlnm._FilterDatabase" && dn.Sheet == i) D…
17232 else wb.Workbook.Names.push({Name: "_xlnm._FilterDatabase", Sheet: i, Ref: nn});
17323 if(y.localSheetId) dname.Sheet = +y.localSheetId;
17461 if(n.Sheet != null) d.localSheetId = ""+n.Sheet;
17565 if(itab < 0xFFFFFFF) out.Sheet = itab;
17576 o.write_shift(4, name.Sheet == null ? 0xFFFFFFFF : name.Sheet);
17625 if(val.Sheet != null) opts.SID = val.Sheet;
18268 if(Workbook.Sheets.length>0) _DefinedName.Sheet=Workbook.Sheets.length-1;
18865 if(n.Sheet != null) continue;
18879 if(n.Sheet != idx) continue;
19424 if(val.itab > 0) last_lbl.Sheet = val.itab - 1;
21309 …if(idx == 0 && !!o.sheet && wb.SheetNames[0] != o.sheet) throw new Error("Sheet not found: " + o.s…
21713 …mtch.forEach(function(s, idx) { book_append_sheet(wb, html_to_sheet(s, opts), "Sheet" + (idx+1)); …
22403 if(intable) nrange.Sheet = SheetNames.length;
22816 var scoped = Names.filter(function(name) { return name.Sheet == (idx == -1 ? null : idx); });
25915 if(!wb.SheetNames[idx]) throw new Error("Sheet not found: " + o.sheet + " : " + (typeof o.sheet));
26288 …if(!name) for(; i <= 0xFFFF; ++i, name = undefined) if(wb.SheetNames.indexOf(name = "Sheet" + i) =…