I have implemented excel download option for Angular JS Ui-Grid, Now my requirement is to display drop-downs in the excel wherever we have drop-downs in grid. Excel drop-downs should be populated with the same data as we have in grid along with selected value.
Asked
Active
Viewed 365 times
0
-
you have your task, so what do you need from us? – madalinivascu Oct 13 '17 at 07:24
-
I found and alternate option using ClosedXML. https://stackoverflow.com/questions/39503281/how-to-assign-a-list-to-a-celldropdown-format-in-closedxml-while-exporting-to https://stackoverflow.com/questions/39503281/how-to-assign-a-list-to-a-celldropdown-format-in-closedxml-while-exporting-to – Sandeep Rastogi Oct 18 '17 at 11:34