【问题标题】:Is it possible to set the border to be the default Excel faint grey using StyleFrame?是否可以使用 StyleFrame 将边框设置为默认的 Excel 淡灰色?
【发布时间】:2019-08-14 01:42:52
【问题描述】:

查看 StyleFrame 的 documentation,看起来没有一个边框选项只是 Excel 电子表格中默认的普通淡灰色边框。

是否可以使用Styler 进行设置?

【问题讨论】:

    标签: python styleframe


    【解决方案1】:

    正如GitHub issue 中所讨论的,这需要一些解决方法。将border_typefill_pattern_type 都设置为None

    Styler(border_type=None, fill_pattern_type=None)
    

    【讨论】:

      猜你喜欢
      • 2019-08-24
      • 2014-10-15
      • 2011-10-15
      • 2021-05-12
      • 1970-01-01
      • 2021-07-22
      • 2019-04-05
      • 1970-01-01
      • 2021-06-14
      相关资源
      最近更新 更多