Skip to content

Commit 4cc8cff

Browse files
berznizSheetJSDev
authored andcommitted
Fixes xlsb file parsing with BrtRevisionPtr
Fixes #1041 h/t @berzniz
1 parent 5de62a9 commit 4cc8cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bits/73_wbbin.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ function parse_wb_bin(data, opts)/*:WorkbookFile*/ {
130130
case 0x0169: /* 'BrtPlaceholderName' */
131131
break;
132132

133-
/* case 'BrtModelTimeGroupingCalcCol' */
134-
/* case 'BrtRevisionPtr' */
133+
/* case 'BrtModelTimeGroupingCalcCol' */
135134
/* case 'BrtUid' */
135+
case 0x0C01: /* 'BrtRevisionPtr' */
136136
case 0x0817: /* 'BrtAbsPath15' */
137137
case 0x0216: /* 'BrtBookProtection' */
138138
case 0x02A5: /* 'BrtBookProtectionIso' */

0 commit comments

Comments
 (0)