Create a Shared Workbook with Aspose.Cells using Golang via C++

Possible Usage Scenarios

Microsoft Excel allows you to share the workbook as shown in the following screenshot. When you share the workbook, more than one user can edit the workbook on the network. Aspose.Cells enables you to create a shared workbook with the Workbook.GetShared() property.

todo:image_alt_text

Create Shared Workbook with Aspose.Cells

The following sample code creates a shared workbook by setting the Workbook.GetShared() property to true. When you open the output Excel file in Microsoft Excel, you will see Shared in the workbook name as shown in this screenshot.

todo:image_alt_text

Sample Code