We have a use case to export excel file from database table and then make few columns non-editable, hidden and few columns have drop down with pre-populated list of values.
It seems Appian deprecated most of the excel related plugins which used to take excel templates and achieve above mentioned functionalities. The existing OOTB Appian plugins directly deals with database as a plain excel read/write.
Any possibilities / work around to to make columns non-editable, hidden and drop down values after data is exported to excel.
Discussion posts and replies are publicly visible
Following are the steps to create XML based formatted excel file.
<?xml version="1.0"?>
<?xml version=" & char(34) & "1.0" & char(34) & "?>
Template: Template.
New document name: NewExcelFileFromTemplate
Save in folder: KC Folder.
input: =rule!DR_UT_XML()
Hi Abhay, I have tried your approach but I am not able to create the file properly. I am getting the following error:
Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.Removed Part: /xl/sharedStrings.xml part with XML error. (Strings) A text/xml declaration may occur only at the very beginning of input. Line 2, column 125.Removed Records: Cell information from /xl/worksheets/sheet1.xml part
could you provide both the XML and XLSX files that worked for you?