diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-04-22 09:25:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-22 09:25:15 +0200 |
| commit | ec018a0075744e982ead45dee73691aadfaedab0 (patch) | |
| tree | e6c2e2ed940a781e6b0a8657e2c5f40f245d3622 /README.md | |
| parent | abd59ab74ac9c0e50e663a12866e8f8a6d579240 (diff) | |
| parent | 2ff1426388c66018ddd5b045a9c2e622d70aa622 (diff) | |
| download | caxlsx-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
