forked from sheetjs/sheetjs
Prevented crash on wbfactoid
This commit is contained in:
parent
6bc24374b9
commit
19c22fa34a
@ -53,6 +53,7 @@ function parse_wb_bin(data, opts) {
|
|||||||
case 'BrtACBegin': break;
|
case 'BrtACBegin': break;
|
||||||
case 'BrtAbsPath15': break;
|
case 'BrtAbsPath15': break;
|
||||||
case 'BrtACEnd': break;
|
case 'BrtACEnd': break;
|
||||||
|
case 'BrtWbFactoid': break;
|
||||||
/*case 'BrtBookProtectionIso': break;*/
|
/*case 'BrtBookProtectionIso': break;*/
|
||||||
case 'BrtBookProtection': break;
|
case 'BrtBookProtection': break;
|
||||||
case 'BrtBeginBookViews': break;
|
case 'BrtBeginBookViews': break;
|
||||||
|
1
xlsx.js
1
xlsx.js
@ -3675,6 +3675,7 @@ function parse_wb_bin(data, opts) {
|
|||||||
case 'BrtACBegin': break;
|
case 'BrtACBegin': break;
|
||||||
case 'BrtAbsPath15': break;
|
case 'BrtAbsPath15': break;
|
||||||
case 'BrtACEnd': break;
|
case 'BrtACEnd': break;
|
||||||
|
case 'BrtWbFactoid': break;
|
||||||
/*case 'BrtBookProtectionIso': break;*/
|
/*case 'BrtBookProtectionIso': break;*/
|
||||||
case 'BrtBookProtection': break;
|
case 'BrtBookProtection': break;
|
||||||
case 'BrtBeginBookViews': break;
|
case 'BrtBeginBookViews': break;
|
||||||
|
Loading…
Reference in New Issue
Block a user