python xlsxwriter: conditional_format 图标集,没有单元格图标
python xlsxwriter: conditional_format icon set and no cell icon
我有使用 excel 的要求,例如 xlsxwriter 中设置的 conditional_format 图标。它的工作方式与 excel 相同,但我找不到设置 "No cell icon".
的选项
xlsxwriter 中有可用的选项吗?
以下为截图供参考:
Screenshot
Is there any option available in xlsxwriter.
没有。该功能是在更高版本的 Xlsx 格式中添加的,因此 XlsxWriter 不支持它。
我有使用 excel 的要求,例如 xlsxwriter 中设置的 conditional_format 图标。它的工作方式与 excel 相同,但我找不到设置 "No cell icon".
的选项xlsxwriter 中有可用的选项吗?
以下为截图供参考:
Screenshot
Is there any option available in xlsxwriter.
没有。该功能是在更高版本的 Xlsx 格式中添加的,因此 XlsxWriter 不支持它。