Copy Method (Python)

Copies selected items to the clipboard. Use this method with caution because it overwrites clipboard content. To improve performance when copying large pivot tables, consider using the CopySpecial method.

To select individual items, use the SetSelected method. You can also select all items of a given type, such as all tables using the SelectAllTables method.

Syntax

SpssOutputDoc.Copy()