Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmartins committed Apr 1, 2022
1 parent f0e2eca commit 936390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require Elixlsx

alias Elixlsx.{Sheet, Workbook}

sheet1 = Sheet.with_name("First")|> Sheet.set_cell("A4", 1_448_882_362, yyyymmdd: true)|> Sheet.set_cell("A5", 1_448_882_362, yyyymm: true)
sheet1 = Sheet.with_name("First")
# Set cell B2 to the string "Hi". :)
|> Sheet.set_cell("B2", "Hi")
# Optionally, set font properties:
Expand Down

0 comments on commit 936390e

Please sign in to comment.