I have used the excel4node js to create & download the excel file. I want to create the cell dropdown list in excel sheet dynamically. i.e. I have the 10 values from B1 to B10 cell, then i need to make cell C1 to C10 as dropdown list and the dropdown should contain values from b1 to b10. so the user allows to select the value for c1 to c10 cells using the dropdown list.
How to do this using excel4node js?