diff options
| author | Stefan <[email protected]> | 2023-04-13 12:31:03 +0200 |
|---|---|---|
| committer | Stefan <[email protected]> | 2023-04-13 12:31:03 +0200 |
| commit | 2ff1426388c66018ddd5b045a9c2e622d70aa622 (patch) | |
| tree | e6c99e77fbe5277b83045ba155dcd751eca3bd80 /README.md | |
| parent | 030d89000d957b4682dc159d008b2fdd378e9e6e (diff) | |
| download | caxlsx-2ff1426388c66018ddd5b045a9c2e622d70aa622.tar.gz caxlsx-2ff1426388c66018ddd5b045a9c2e622d70aa622.zip | |
Fix typos regarding "escape formulas" in readme and example
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
