Skip to content

Commit

Permalink
fix: setCellValue no cell style
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtwinkle committed Aug 22, 2022
1 parent 924a730 commit 922b3a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions excelizeam.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@ func (e *excelizeam) setCellValue(colIndex, rowIndex int, value interface{}, sty
cell.StyleID = styleID
return nil
}
styleID, err := e.getStyleID(style)
if err != nil {
return err
}
cell.StyleID = styleID
return nil
}

Expand Down

0 comments on commit 922b3a3

Please sign in to comment.