forked from sheetjs/sheetjs
		
	BIFF8 Write Dimensions Type 0x200 (fixes #1188)
This commit is contained in:
		
							parent
							
								
									eca6b457be
								
							
						
					
					
						commit
						5628fa81a3
					
				| @ -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'] = []; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user