diff options
Diffstat (limited to 'styles.go')
-rw-r--r-- | styles.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2373,6 +2373,7 @@ func (f *File) SetCellStyle(sheet, hcell, vcell string, styleID int) error { return err } prepareSheetXML(xlsx, vcol, vrow) + makeContiguousColumns(xlsx, hrow, vrow, vcol) for r := hrowIdx; r <= vrowIdx; r++ { for k := hcolIdx; k <= vcolIdx; k++ { |