In the Spreadsheet control for jQuery it is possible to set cells as read-only through the use of the Enable property.
However, on calling saveAsExcel() these cells are editable. This means as a developer it is then necessary to create both the spreadsheet JSON (for Kendo Spreadsheet) as well as another spreadsheet class to export to Excel.
Could you please map the Cell.Enable property to the setting of Excel cells as disabled/read-only. Thanks 👍
Hi Owen,
Indeed the Enable property allows you to render the cells as enabled/disabled but does not affect the exported document. Thank you for submitting this feature request.
Regards,
Aleksandar
Progress Telerik