Skip to content

Commit

Permalink
fix(Range): enforce userEnteredFormat as a field mask
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe2803 committed Dec 6, 2021
1 parent 07dfc13 commit 1e77f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sheetfu/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def set_values(self, values, batch_to=None):
:param values: 2D array of values (size must match range coordinates).
"""
return self.make_set_request(
field='userEnteredValue',
field='userEnteredValue,userEnteredFormat',
data=values,
set_parser=CellParsers.set_value,
batch_to=batch_to
Expand Down

0 comments on commit 1e77f6b

Please sign in to comment.