From 2ff1426388c66018ddd5b045a9c2e622d70aa622 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 13 Apr 2023 12:31:03 +0200 Subject: Fix typos regarding "escape formulas" in readme and example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2c1076c5..b1544785 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,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. -- cgit v1.2.3