Skip to content

Commit

Permalink
Fixes xlsb file parsing with BrtRevisionPtr
Browse files Browse the repository at this point in the history
Fixes #1041 h/t @berzniz
  • Loading branch information
berzniz authored and SheetJSDev committed Mar 19, 2018
1 parent 5de62a9 commit 4cc8cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bits/73_wbbin.js
Expand Up @@ -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' */
Expand Down

0 comments on commit 4cc8cff

Please sign in to comment.