which library is used to create this template and how to do convert a series into drop down list with excel using python
2 Answers
I would probably use openpyxl. openpyxl can be a little finicky when working with formating especially conditional formating. You have tagged the post pandas so I guess you want to work with data frames and you can convert openpyxl to dataframes.
I will need more information to give a more specific answer, but I hope this points you in the right direction.
