Commit 22ae4eb
authored
Update README.md
I believe the formula examples should not contain the leading "="
e.g., ws.formula(10, 0, "SUM(A1:A10)") instead of ws.formula(10, 0, "=SUM(A1:A10)")
(Google Sheet is doubling = sign which results in formula cells containing an #ERROR! instead of evaluated expression)1 parent 99e2e34 commit 22ae4eb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments