Search
Worksheet.copy Method (Workbook)
See Also
 






Copies this worksheet to the specified workbook.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean copy (
    Workbook workbook
)

 Parameters

workbook

The workbook to copy to.

 Return Value

true if the copy was successful; otherwise, false. The method returns false if the workbook contains a worksheet with the same name.

 See Also