I want to use xlsxwriter to set properties like background color, font color, font type, font size etc. for one single cell only.
I am finding methods like .set_rows() and .set_columns(). Is there any way to access only 1 particular cell.
Thanks in advance