Get Worksheet Unique ID with Go

Get Worksheet Unique ID

Aspose.Cells provides the ability to get the unique ID of a worksheet by using the GetUniqueId() method. The following code snippet demonstrates the use of the GetUniqueId() method to print the unique ID of a worksheet. It uses this sample Excel file (105480213.xlsx).

Source Code