xlsx/handlebars recipe span xlsx cell on 2 columns
- 
					
					
					
 Can I span a header cell on multiple columns? I know it could be done with the html-to-xlsx recipe like this <th colspan="2">...</th>but my file is too large to process with that recipe. Is there a way to achieve the same thing with the xlsx recipe? 
 
- 
					
					
					
 I hope this example from docs helps 
 https://playground.jsreport.net/w/anon/rkX89bHD-2
 https://jsreport.net/learn/xlsx
 
- 
					
					
					
 Yes, thanks that answered my question. 
 
