Skip to content

Commit

Permalink
Merge pull request #8 from kakilangit/action
Browse files Browse the repository at this point in the history
Fix the typo
  • Loading branch information
kakilangit authored May 4, 2024
2 parents 719bfe1 + 2fc5a0e commit 541f3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func main() {
headers := []any{"alphabet"}
rows := []string{"a", "b", "c"}

sheet := excelsior.NewSheet(headers, excelsior.DefaultStyleSetter, style.Header(), notFound(rows))
sheet := excelsior.NewSheet(headers, excelsior.DefaultGetStyleFn, style.Header(), notFound(rows))
if err := sheet.Generate(file, sheetName); err != nil {
return nil, err
}
Expand Down

0 comments on commit 541f3ac

Please sign in to comment.