Skip to content

Commit ec465d9

Browse files
authored
Merge pull request #8 from tomtwinkle/fix/set-cell-value-no-style
fix: setCellValue no cell style
2 parents 1ea1c7f + 922b3a3 commit ec465d9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

excelizeam.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@ func (e *excelizeam) setCellValue(colIndex, rowIndex int, value interface{}, sty
211211
cell.StyleID = styleID
212212
return nil
213213
}
214-
styleID, err := e.getStyleID(style)
215-
if err != nil {
216-
return err
217-
}
218-
cell.StyleID = styleID
219214
return nil
220215
}
221216

0 commit comments

Comments
 (0)