summaryrefslogtreecommitdiffhomepage
path: root/examples/cached_formula_example.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cached_formula_example.md')
-rw-r--r--examples/cached_formula_example.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cached_formula_example.md b/examples/cached_formula_example.md
index e5b82264..47855b59 100644
--- a/examples/cached_formula_example.md
+++ b/examples/cached_formula_example.md
@@ -7,6 +7,8 @@ When you add a formula in Excel, it immediately calculates its value and store i
```ruby
require 'axlsx'
+Axlsx.escape_formulas = false
+
p = Axlsx::Package.new
wb = p.workbook