copy method
copy
Copies contents and formats from another worksheet.
def copy(self, source_sheet):
...
Parameter | Type | Description |
---|---|---|
source_sheet | Worksheet | Source worksheet. |
copy
Copies contents and formats from another worksheet.
def copy(self, source_sheet, copy_options):
...
Parameter | Type | Description |
---|---|---|
source_sheet | Worksheet | Source worksheet. |
copy_options | CopyOptions |
Remarks
You can copy data from another worksheet in the same file or another file. However, this method does not support to copy drawing objects, such as comments, images and charts.
See Also
- module
aspose.cells
- class
Worksheet