manjunathr92

Results 1 comments of manjunathr92

> @dresende > > ``` > let column_style = workbook.styleSheet().createStyle(); > > column_style.style("bold", true); > // whatever styles you want > > sheet.range(row_start, col, row_end, col).style(column_style); > ``` > >...