summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-04-22 09:25:15 +0200
committerGitHub <[email protected]>2023-04-22 09:25:15 +0200
commitec018a0075744e982ead45dee73691aadfaedab0 (patch)
treee6c2e2ed940a781e6b0a8657e2c5f40f245d3622 /README.md
parentabd59ab74ac9c0e50e663a12866e8f8a6d579240 (diff)
parent2ff1426388c66018ddd5b045a9c2e622d70aa622 (diff)
downloadcaxlsx-ec018a0075744e982ead45dee73691aadfaedab0.tar.gz
caxlsx-ec018a0075744e982ead45dee73691aadfaedab0.zip
Merge pull request #203 from caxlsx/fix-typos-in-readme-and-example
Fix typos regarding "escape formulas" in readme and example
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 952b31c5..e2db36a6 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ Axlsx.escape_formulas = true
Then, set the following on each cell you'd like to add a formula:
```ruby
-cell.escape_formulas = true
+cell.escape_formulas = false
```
Refer to examples/escape_formula.md for how to set `escape_formulas` on the workbook, worksheet, row and/or cell level.