Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/293.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 是否可以使用StyleFrame将边框设置为默认的Excel浅灰色?_Python_Styleframe - Fatal编程技术网

Python 是否可以使用StyleFrame将边框设置为默认的Excel浅灰色?

Python 是否可以使用StyleFrame将边框设置为默认的Excel浅灰色?,python,styleframe,Python,Styleframe,查看for样式框,看起来没有一个边框选项只是默认情况下Excel电子表格上的普通浅灰色边框 是否可以使用样式器设置此设置?如本文所述,这需要一些变通方法。将border\u type和fill\u pattern\u type设置为None Styler(border_type=None, fill_pattern_type=None)

查看for样式框,看起来没有一个边框选项只是默认情况下Excel电子表格上的普通浅灰色边框

是否可以使用
样式器设置此设置?

如本文所述,这需要一些变通方法。将
border\u type
fill\u pattern\u type
设置为
None

Styler(border_type=None, fill_pattern_type=None)