@@ -133,8 +133,9 @@ def calc(
133133 Args:
134134 apply: Map of cell references to values. The values are written to cells in the
135135 spreadsheet before performing the read operation. You can write numbers,
136- strings, and booleans. Any updated values are discarded at the end of the
137- request.
136+ strings, and booleans. Values applied within a request are temporary and affect
137+ only that specific request. They are not permanently written to the original
138+ spreadsheet.
138139
139140 ```json
140141 {
@@ -405,8 +406,9 @@ def values(
405406 Args:
406407 apply: Map of cell references to values. The values are written to cells in the
407408 spreadsheet before performing the read operation. You can write numbers,
408- strings, and booleans. Any updated values are discarded at the end of the
409- request.
409+ strings, and booleans. Values applied within a request are temporary and affect
410+ only that specific request. They are not permanently written to the original
411+ spreadsheet.
410412
411413 ```json
412414 {
@@ -530,8 +532,9 @@ async def calc(
530532 Args:
531533 apply: Map of cell references to values. The values are written to cells in the
532534 spreadsheet before performing the read operation. You can write numbers,
533- strings, and booleans. Any updated values are discarded at the end of the
534- request.
535+ strings, and booleans. Values applied within a request are temporary and affect
536+ only that specific request. They are not permanently written to the original
537+ spreadsheet.
535538
536539 ```json
537540 {
@@ -802,8 +805,9 @@ async def values(
802805 Args:
803806 apply: Map of cell references to values. The values are written to cells in the
804807 spreadsheet before performing the read operation. You can write numbers,
805- strings, and booleans. Any updated values are discarded at the end of the
806- request.
808+ strings, and booleans. Values applied within a request are temporary and affect
809+ only that specific request. They are not permanently written to the original
810+ spreadsheet.
807811
808812 ```json
809813 {
0 commit comments