Create Shared Workbook with Aspose.Cells

Possible Usage Scenarios

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

todo:image_alt_text

Create Shared Workbook with Aspose.Cells

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

todo:image_alt_text

Sample Code