openpyxl.styles.proxy module

class openpyxl.styles.proxy.StyleProxy(target)[source]

Bases: object

Proxy formatting objects so that they cannot be altered

copy(**kw)[source]

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

Note

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