Fixes xlsb file parsing with BrtRevisionPtr

Fixes #1041 h/t @berzniz
This commit is contained in:
Tal Bereznitskey 2018-03-19 17:27:35 +02:00
parent 5de62a947f
commit 975c7fb57f

View File

@ -130,9 +130,9 @@ function parse_wb_bin(data, opts)/*:WorkbookFile*/ {
case 0x0169: /* 'BrtPlaceholderName' */
break;
/* case 'BrtModelTimeGroupingCalcCol' */
/* case 'BrtRevisionPtr' */
/* case 'BrtModelTimeGroupingCalcCol' */
/* case 'BrtUid' */
case 0x0C01: /* 'BrtRevisionPtr' */
case 0x0817: /* 'BrtAbsPath15' */
case 0x0216: /* 'BrtBookProtection' */
case 0x02A5: /* 'BrtBookProtectionIso' */