Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for component 555502.
jp...@google.com <jp...@google.com> #3
As a workaround, it should be possible to use UpateTextStyleRequest,
[
{
textStyle: {
bold: true,
},
fields: "bold",
range: namedRange.ranges[0],
},
// ...,
{
textStyle: {
bold: true,
},
fields: "bold",
range: namedRange.ranges[-1],
},
]
To summarize, the request is for a ReplaceNamedRangeContentRequest
to be extended or a new ReplaceNamedRangeStyleRequest
to make this more convenient.
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
Could we have an ability to style text (add link as an example) with ReplaceNamedRangeContentRequest? At this time, it's only possible to add plain text with ReplaceNamedRangeContentRequest.
Impact
Low.