Commit 910bbc1
Fix HYPERLINK formula not evaluating in Sheet (raw=False)
gspread's update() defaults to raw=True which stores formulas as plain
text strings. Explicitly passing raw=False lets USER_ENTERED take effect
so =HYPERLINK() cells render as clickable links.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a429ddb commit 910bbc1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
0 commit comments