We are generating an excel file from our .NET application using Aspose Cells and there is a need for some restrictions on the generated excel:
1) We do not want to let user insert columns as it’s a fixed template
2) It’s a template with a pre populated data so we want to restrict adding additional rows as well.
3) On the generated excel, user can ‘edit’ values on cell, but we want to restrict the cells that can be editable.
4) We want to add ‘drop down list’ with pre populated values and user can only make selection from the pre populated values.
What are the Aspose features we can leverage here for adding these restrictions?