I know I can create bold font in excel (.xlsx files) using Python xlsxwriter package.
I'm reading and processing excel files with Python xlrd package. Is that possible for me to determine if a cell is using bold font or not?
I did some search and some posts say font attributes is not yet implemented in Python xlrd package.