Get worksheet unique id
Contents
[
Hide
]
Get worksheet unique id
Aspose.Cells provides the ability to get the unique id of a worksheet by using the Worksheet.UniqueId property. The following code snippet demonstrates the use of the Worksheet.UniqueId property to print the unique id of a worksheet. The following code snippet uses this sample excel file.
Sample Code