There is a database table where user can write into. I need to generate a dynamic template using the data from the table. Meaning I have a button or a link, whenever user click it, the latest template should be generated and downloaded.
2. And I want one of the column to be populated with a dropdown and user can only choose value from the dropdown, which also means the excel should be protected. Can we generate protected excel with only specified cells that can be edited
How can I implement this?
Discussion posts and replies are publicly visible
Export data store entity to excel smart service can create dynamic excel but as you asked,
fxzrqjzztrmy said:Can we generate protected excel with only specified cells that can be edited
Export data store entity to excel smart service can't add data validation and protected sheet feature of excel.https://docs.appian.com/suite/help/24.3/Export_To_Excel_Smart_Service.html#supported-excel-formatting
Is there any smart service that support these features?
No