我可以在Google表格注释中添加富文本格式吗?

时间:2019-12-13 21:40:17

标签: google-sheets google-sheets-api richtext

我可以使用Google API来做到这一点吗?假设note是richtext的变量

'repeatCell': {
            'range': {
                'sheetId': 0,
                'startRowIndex': start_row,
                'endRowIndex': end_row + 1,
                'startColumnIndex': start_col,
                'endColumnIndex': end_col + 1,
            },
            'cell': {
                'note': note,
                'userEnteredFormat': {
                    'backgroundColor': backgroundColor,
                    'numberFormat': numberFormat,
                },
            },
            'fields': 'note,userEnteredFormat',
        },
    }

1 个答案:

答案 0 :(得分:1)

正如@Tanaike所说,Notes(和注释)仅接受纯文本。但是,您可以在Issue Tracker中填写功能请求。