Skip to content

Commit

Permalink
BIFF8 Write Dimensions Type 0x200 (fixes SheetJS#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
notchris committed Aug 30, 2018
1 parent eca6b45 commit 5628fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bits/78_writebiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function write_ws_biff8(idx/*:number*/, opts, wb/*:Workbook*/) {
write_biff_rec(ba, "HCenter", writebool(false));
write_biff_rec(ba, "VCenter", writebool(false));
/* ... */
write_biff_rec(ba, "Dimensions", write_Dimensions(range, opts));
write_biff_rec(ba, 0x200, write_Dimensions(range, opts));
/* ... */

if(b8) ws['!links'] = [];
Expand Down

0 comments on commit 5628fa8

Please sign in to comment.