Skip to content

Commit

Permalink
Merge pull request #821 from knubix/master
Browse files Browse the repository at this point in the history
fix: Empty cells covering overflowing text of left cell
  • Loading branch information
tealeg authored Sep 22, 2024
2 parents e5487eb + c3b0aa2 commit cbf4534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmlWorksheet.go
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ func (worksheet *xlsxWorksheet) makeXlsxRowFromRow(row *Row, styles *xlsxStyleSh
xRow.C = append(xRow.C, xC)

return nil
})
}, SkipEmptyCells)

return xRow, err
}
Expand Down

0 comments on commit cbf4534

Please sign in to comment.