标签: excel datanitro
datanitro文档说明了如何将格式从一个单元格复制到另一个单元格:
细胞( “A2”)。copy_format_from(小区( “A1”))
但是,这会产生以下错误:
AttributeError:'Cell'对象没有属性'copy_format_from'
任何想法发生了什么?
https://datanitro.com/docs/cell.html