I am trying to create an excel
with auto fill suggestion for the cells of a specific column.
Let in my generated excel there is a column called "Name". When user write name they will get some suggestion added by me.
So, I want to add auto fill suggestion programmatically using c#
and epplus
.