Searched refs:biff (Results 1 – 4 of 4) sorted by relevance
| /plugin/xlsx2dw/packages/xlsx/ |
| D | xlsx.mjs | 4236 if(!opts || opts.biff < 12) { 4250 function encode_cell_xls(c/*:CellAddress*/, biff/*:number*/)/*:string*/ { argument 4251 if(c.cRel && c.c < 0) { c = dup(c); while(c.c < 0) c.c += (biff > 8) ? 0x4000 : 0x100; } 4252 …if(c.rRel && c.r < 0) { c = dup(c); while(c.r < 0) c.r += (biff > 8) ? 0x100000 : ((biff > 5) ? 0x… 4261 if(r.e.r == (opts.biff >= 12 ? 0xFFFFF : (opts.biff >= 8 ? 0x10000 : 0x4000)) && !r.e.rRel) { 4266 if(r.e.c == (opts.biff >= 12 ? 0x3FFF : 0xFF) && !r.e.cRel) { 4270 return encode_cell_xls(r.s, opts.biff) + ":" + encode_cell_xls(r.e, opts.biff); 4325 if(!sname && !(opts && opts.biff <= 5 && opts.biff >= 2)) throw new Error("empty sheet name"); 6340 var cch = blob.read_shift(opts && opts.biff >= 12 ? 2 : 1); 6343 if(opts && opts.biff >= 8) current_codepage = 1200; [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
| D | xlsx.min.js | 4 …biff>=8)current_codepage=1200;if(opts===undefined||opts.biff!==5){var fHighByte=blob.read_shift(1)… 8 …biff:8,codepage:0,winlocked:0,wtf:false};if(options.password)opts.password=options.password;var me… property
|
| D | xlsx.js | 3077 if(opts && opts.biff >= 8) current_codepage = 1200; 3078 if(opts === undefined || opts.biff !== 5) { 3119 var cch = blob.read_shift(opts !== undefined && opts.biff > 0 && opts.biff < 8 ? 1 : 2); 3125 if(opts.biff !== 5 && opts.biff !== 2) return parse_XLUnicodeString(blob, length, opts); 9311 biff: 8, // BIFF version property 9353 if(opts.biff === 5 || opts.biff === 2) switch(Rn) { 9433 if(opts.biff !== 8); 9434 else if(val.BIFFVer === 0x0500) opts.biff = 5; 9435 else if(val.BIFFVer === 0x0002) opts.biff = 2; 9436 else if(val.BIFFVer === 0x0007) opts.biff = 2; [all …]
|
| D | xlsx.min.map | 1 …olean","parse_Bes","parse_ShortXLUnicodeString","cch","width","encoding","biff","fHighByte","parse…
|