摘要: class A: def a(self): print("hello world") def b(self): return self.a() 阅读全文
posted @ 2020-10-21 13:04 胸怀丶若谷 阅读(2402) 评论(0) 推荐(1)
摘要: 合并单元格时,除左上角的单元格外,所有单元格都是 远离的 从工作表中。为了携带合并单元格的边框信息,将合并单元格的边框单元格创建为始终具有值“无”的合并单元格。见 设置合并单元格的样式 有关设置合并单元格格式的信息。 >>> from openpyxl.workbook import Workboo 阅读全文
posted @ 2020-10-21 09:43 胸怀丶若谷 阅读(559) 评论(0) 推荐(0)