Skip to content

Commit

Permalink
Merge pull request #61 from socialpoint-labs/hotfix/format-for-new-dates
Browse files Browse the repository at this point in the history
fix(Range): enforce userEnteredFormat as a field mask
  • Loading branch information
philippe2803 authored Dec 7, 2021
2 parents 07dfc13 + 1e77f6b commit 4d0e746
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 4d0e746

Please sign in to comment.