Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我在玩谷歌电子表格,有一个方便的功能可以冻结第一行或/和第一列。但是有没有办法通过pygsheets做到这一点? 或者也许是其他python库?
使用frozen_row和frozen_column工作表属性。要冻结前 2 行,请使用wks.frozen_rows=2. 在文档中查看更多信息
frozen_row
frozen_column
wks.frozen_rows=2