From bf662988bef81b68de05347da5936e466ed40e22 Mon Sep 17 00:00:00 2001 From: Rodrigo Stevaux Date: Tue, 2 Jan 2024 17:41:22 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0875faf..923f23e 100644 --- a/README.md +++ b/README.md @@ -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