Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit cbf4534

Browse files
authored
Merge pull request #821 from knubix/master
fix: Empty cells covering overflowing text of left cell
2 parents e5487eb + c3b0aa2 commit cbf4534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmlWorksheet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ func (worksheet *xlsxWorksheet) makeXlsxRowFromRow(row *Row, styles *xlsxStyleSh
717717
xRow.C = append(xRow.C, xC)
718718

719719
return nil
720-
})
720+
}, SkipEmptyCells)
721721

722722
return xRow, err
723723
}

0 commit comments

Comments
 (0)