summaryrefslogtreecommitdiff
path: root/styles.go
diff options
context:
space:
mode:
Diffstat (limited to 'styles.go')
-rw-r--r--styles.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/styles.go b/styles.go
index a515756..81d03be 100644
--- a/styles.go
+++ b/styles.go
@@ -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++ {