Skip to content

Commit

Permalink
Merge pull request #138 from roehst/update-readme-with-note-about-esc…
Browse files Browse the repository at this point in the history
…ape-xml

Add note about escaping XML characters to README.md
  • Loading branch information
xou authored Jan 28, 2024
2 parents a70d878 + bf66298 commit 93eed7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ iex(1)> Workbook.append_sheet(%Workbook{}, Sheet.with_name("Sheet 1") |> Sheet.s

See [example.exs](https://github.com/xou/elixlsx/blob/master/example.exs) for examples how to use the various features.

- The workbook is a XML file ultimately, so remember that formulas containing "<" or ">" must be escaped properly.
- `:xmerl_lib.export_text/1` can be used to escape formulas properly

## Number and date formatting reference

A quick introduction how number formattings look like can be found
Expand Down

0 comments on commit 93eed7f

Please sign in to comment.