I am currently creating XLS files programmatically using the Python and XLWT/XLRD .
I was able to fill cells with values ββand insert simple formulas. My task is that I want to create a drop-down list for my users ( http://office.microsoft.com/en-us/excel-help/create-or-remove-a-drop-down-list-HP005202215. aspx )
Yes, I can easily do this in EXCEL, but I need to automate this process - I use Python and XLWT/XLRD - I would prefer to use them, but I will switch to something else if necessary (I'm on a Linux Ubuntu server).
source share