Hi everyone ,
I am using Export Data Store Entity to Excel smart service to get the document and stored it in Appian.In this, I have marked one of the column's visibility as false.
Now, when I try to read the excel sheet using readexcelsheet(), It's not giving me the hidden columns.Anyother way to hide the columns in document but retrieve it in readexcelsheet()
Discussion posts and replies are publicly visible
Solution:
Uploaded the Sample Template document with the column as hidden.
In the Process, created a copy of the Template document using Copy Document Plugin and then updated the new document with the data using Export Data Store Entity to Excel.