Skip to content

Commit

Permalink
Merge pull request #5 from tomtwinkle/fix/set-border-range-new-style
Browse files Browse the repository at this point in the history
fix: setBorderRange() cell style set key
  • Loading branch information
tomtwinkle authored Aug 22, 2022
2 parents 796eff4 + 8f54607 commit 25365da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion excelizeam.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ func (e *excelizeam) setBorderRange(startColIndex, startRowIndex, endColIndex, e
if err != nil {
return err
}
e.cellStore.Store(colIdx, &Cell{
e.cellStore.Store(key, &Cell{
StyleID: styleID,
Value: nil,
})
Expand Down

0 comments on commit 25365da

Please sign in to comment.