openpyxl.styles.proxy module

class openpyxl.styles.proxy.StyleProxy(target)[源代码]

基类:object

Proxy formatting objects so that they cannot be altered

copy(**kw)[源代码]

Return a copy of the proxied object. Keyword args will be passed through

注解

Deprecated: Use copy(obj) or cell.obj = cell.obj + other