我的问题很直接,我可以在执行条件格式时传递多个类型值对,例如:
worksheet.conditional_format(first row, first col, last row, last col,
{"type": ["no_blanks", "blanks"],
"format": abc})
Run Code Online (Sandbox Code Playgroud)
这样做时,我收到以下错误: TypeError: unhashable type: 'list'