xou/elixlsx

Is there a way we can add Data Validations for a cell?

Opened this issue · 2 comments

Hello,

Is it possible to add the data validations to enable the dropdown for a particular cell, as shown below?

Screenshot 2020-09-29 at 7 53 45 PM

Thanks,
Krishna Goteti

xou commented

I'm sure it's possible :D I currently don't have the cycles to actively work on new features myself, sorry.

A possible starting point would be this python code that writes data validations: https://github.com/jmcnamara/XlsxWriter/blob/f7b71af494c32a45d1929f5b339f1b24040367b6/xlsxwriter/worksheet.py#L2111