News

The following example comes from the documentation of xlsxwriter: import xlsxwriter workbook = xlsxwriter.Workbook('tab_colors.xlsx') ... How to get/set the colour of the worksheet tab using xlwings ...